View Single Post
  #93  
Old November 5th, 2007, 12:00 AM

mantari mantari is offline
Private
 
Join Date: May 2007
Posts: 38
Thanks: 0
Thanked 1 Time in 1 Post
mantari is on a distinguished road
Default Re: Mod: Even Weirder Worlds *** Now 1.01

I'm by no means an expert on this game, but I noticed something odd with the .ini files of the things that were having problems.

Specifically, some lines seem to be missing carriage return / linefeeds. You'll see this if you bring it up in Windows notepad.

Example from corruptedX.ini:
CONDITION 1TYPE fleetleavePAR0 -1END CONDITIONCONDITION 2TYPE fleetarrivePAR0 -1END CONDITION

Instead of:
CONDITION 1
TYPE fleetleave
PAR0 -1
END CONDITION

CONDITION 2
TYPE fleetarrive
PAR0 -1
END CONDITION

There is something similar going on in various places of game.ini, like the hulls:
gar_sprcgar_frg
zor_frtzor_sta
cam_clmcam_art
crp_mgcdol_desdol_crvodd_mnssph_crvsph_desone_crv1 one_crv2

I don't know if this is the root cause of any of your problems or not, but I saw the possibility that the game may be reading the line incorrectly like Windows notepad does, when it expects a carriage return/linefeed combo, and does not see it.

Is this of any value?