Posted February 01, 2024
Locate the Another World folder in your documents folder and there should be a file called AnotherWorldUserDef. For some reason this file is blank which is why the game crashes at start-up. This is what the contents of the file should look like. Simply copy and paste.
<?xml version="1.0" encoding="UTF-8"?>
-<userDefaultRoot>
<resolutionWidth>1920</resolutionWidth>
<resolutionHeight>1080</resolutionHeight>
<fullScreen>true</fullScreen>
<achievementsUnlocked>false</achievementsUnlocked>
<isNewHighScore>false</isNewHighScore>
<isHighScoreEnabled>false</isHighScoreEnabled>
<comeFromKeyConfig>false</comeFromKeyConfig>
<comeFromVideoOptions>false</comeFromVideoOptions>
<comeFromMS3EmuScene>false</comeFromMS3EmuScene>
<comeFromEmuScene>false</comeFromEmuScene>
<isFirstLaunch>true</isFirstLaunch>
<pad_up_keyboard>38</pad_up_keyboard>
<pad_down_keyboard>40</pad_down_keyboard>
<pad_left_keyboard>37</pad_left_keyboard>
<pad_right_keyboard>39</pad_right_keyboard>
<btn_a_keyboard>17</btn_a_keyboard>
<btn_b_keyboard>16</btn_b_keyboard>
<btn_hd_keyboard>80</btn_hd_keyboard>
<btn_a_pad>0</btn_a_pad>
<btn_b_pad>1</btn_b_pad>
<btn_hd_pad>3</btn_hd_pad>
<btn_start_pad>7</btn_start_pad>
<language>4</language>
<enableFiltering>true</enableFiltering>
<volume>3</volume>
<usedController>keyboard</usedController>
<difficulty>1</difficulty>
<musicRemastering>true</musicRemastering>
<highResolution>true</highResolution>
<lastUsedController>keyboard</lastUsedController>
</userDefaultRoot>
Change to whatever resolution you desire and now the game should no longer crash at start-up. I'm not sure if 4K resolutions are supported. It can't hurt to try.
<?xml version="1.0" encoding="UTF-8"?>
-<userDefaultRoot>
<resolutionWidth>1920</resolutionWidth>
<resolutionHeight>1080</resolutionHeight>
<fullScreen>true</fullScreen>
<achievementsUnlocked>false</achievementsUnlocked>
<isNewHighScore>false</isNewHighScore>
<isHighScoreEnabled>false</isHighScoreEnabled>
<comeFromKeyConfig>false</comeFromKeyConfig>
<comeFromVideoOptions>false</comeFromVideoOptions>
<comeFromMS3EmuScene>false</comeFromMS3EmuScene>
<comeFromEmuScene>false</comeFromEmuScene>
<isFirstLaunch>true</isFirstLaunch>
<pad_up_keyboard>38</pad_up_keyboard>
<pad_down_keyboard>40</pad_down_keyboard>
<pad_left_keyboard>37</pad_left_keyboard>
<pad_right_keyboard>39</pad_right_keyboard>
<btn_a_keyboard>17</btn_a_keyboard>
<btn_b_keyboard>16</btn_b_keyboard>
<btn_hd_keyboard>80</btn_hd_keyboard>
<btn_a_pad>0</btn_a_pad>
<btn_b_pad>1</btn_b_pad>
<btn_hd_pad>3</btn_hd_pad>
<btn_start_pad>7</btn_start_pad>
<language>4</language>
<enableFiltering>true</enableFiltering>
<volume>3</volume>
<usedController>keyboard</usedController>
<difficulty>1</difficulty>
<musicRemastering>true</musicRemastering>
<highResolution>true</highResolution>
<lastUsedController>keyboard</lastUsedController>
</userDefaultRoot>
Change to whatever resolution you desire and now the game should no longer crash at start-up. I'm not sure if 4K resolutions are supported. It can't hurt to try.
Post edited February 01, 2024 by chockimon