Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Window A (Vanilla) has 4 green lines that say
if ( stats.HasAbility( 'NPCDoNotGainBoost' ) ) return;
if ( stats.HasAbility( 'animal_rat_base' ) ) return;
if ( stats.HasAbility( 'mon_djinn' ) ) return;
if ( IsAnimal() ) return;
Window B (mod0000_mergedfiles) removed most and moved
if ( stats.HasAbility( 'NPCDoNotGainBoost' ) ) return;
several lines below and it's red.
Window C (ModUltraGore2NG) is pretty much the same as A
and the forth window which says Output follows the path where I've installed the game to npc.ws with a yellow line that says <Merge conflict>
Trying to launch the game gives me the error:
Error [mod0000_mergedfiles]game\npc\npc.ws(4814): Unexpected end of file found after '{' at line 24
I'm sorry if all of this is confusing to follow, if there's a way for me to upload screenshots without them getting removed I'd like to know. I've spent the past hour trying to figure out which line needs to be closed.
I ask because I had a similar "Unexpected end of file found after '{' at line" error at one point, and it was because I'd resolved one conflict, but there was another I hadn't noticed a bit further down the code.
Just the one I mentioned above.
I'm using the same utragore 2 as you, so I know that one does work. I'm guessing perhaps the issue is a mod that hasn't been updated to 4.04 is the culprit but can't tell from your screen shots.
Either way thank you, n0mad! couldn't have done with you mate.
Best of luck Twerky.