View Issue Details

IDProjectCategoryView StatusLast Update
0000758FSSCPlauncherpublic2006-02-16 22:31
ReporterARSPR Assigned Tophreak  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
PlatformP4 HT, 1.5 GB RAM, R9800Pro 128OSWindowsOS VersionXP SP2
Summary0000758: Extra comma needed in Mod.ini Secondrylist command
DescriptionImagine I'm using Derelict (in MOD_Derelict subfolder) and LS_Nebulae (in MOD_LS) because I want to use this background with other MODs too.

Then in Derelict's mod.ini I have to type:
    Secondrylist = ,MOD_LS
With this mod.ini, Launcher shows this command line:
    fs2_open_xxx.exe -mod MOD_Derelict, ,MOD_LS .....
and it works fine

If I type:
    Secondrylist = MOD_LS
the background is not loaded and Launcher shows this command line:
     fs2_open_xxx.exe -mod MOD_Derelict, MOD_LS

I've posted this in HLP "Launcher 5.3" thread and Karajorma says that this is a Launcher bug not a FS2_Open_XXX.exe flag reading bug. The command line is bad displayed but correctly sended to the exe.
TagsNo tags attached.

Activities

ARSPR

2006-01-28 22:32

reporter   ~0004538

Oops, in the descripion I have forgotten ending ";". It should be:
Secondrylist = ,MOD_LS;
and
Secondrylist = MOD_LS;

phreak

2006-02-01 01:08

developer   ~0004598

Hmm.. this may prove problematic since the launcher in CVS is up to Launcher 6. The launcher doesn't show the "-mod" part of the command line since its all a separate tab now.

phreak

2006-02-16 21:34

developer   ~0004768

Closing since we don't have the launcher 5.3 code.
We're up to launcher 6 in CVS, I think there may be builds of it floating around somewhere.

phreak

2006-02-16 22:31

developer   ~0004769

whoops. I knew i forgot something.

Issue History

Date Modified Username Field Change
2006-01-28 22:29 ARSPR New Issue
2006-01-28 22:32 ARSPR Note Added: 0004538
2006-01-30 07:22 Goober5000 Assigned To => phreak
2006-01-30 07:22 Goober5000 Status new => assigned
2006-02-01 01:08 phreak Note Added: 0004598
2006-02-16 21:34 phreak Note Added: 0004768
2006-02-16 22:31 phreak Status assigned => closed
2006-02-16 22:31 phreak Note Added: 0004769