View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000142 | FSSCP | gameplay | public | 2004-03-16 00:05 | 2004-04-30 15:35 |
| Reporter | Kazan | Assigned To | Kazan | ||
| Priority | immediate | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | All | OS | All | OS Version | All |
| Product Version | 3.5.5 | ||||
| Summary | 0000142: -mod flag bug (and probably any other string-taking flags) | ||||
| Description | "-mod tbp -tablecrcs" fails to initate mod but "-tablecrcs -mod tbp" works this is due to the fact that if "-mod [name]" isn't the last one the name get's trailing whitespace -- this causes it not to work | ||||
| Steps To Reproduce | use mod without it being the last flag | ||||
| Tags | No tags attached. | ||||
|
|
I take it this is a fs2_open rather than a launcher string handling issue? If so as you have already pointed out the current command line parsing system is fairly ropey. Could do with making it work exactly like argv, argc stuff. |
|
|
this will be resolved some time after 3.6 |
|
|
If anyone rewrites the command line code please fix is so a '-' is ignored if its between a par of "'s. Because: -start_mission "M01-rt01.fs2" That is the format of many fs2 mission names. The current command line system sees the -rt01.fs2" as a command. It should work exactly the same way as standard argv, argc |
|
|
this has been fixed - for your bug please open a differen (less specific) report |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-16 00:05 | Kazan | New Issue | |
| 2004-03-16 00:37 | RandomTiger | Note Added: 0000467 | |
| 2004-03-21 22:07 | Bobboau | Note Added: 0000523 | |
| 2004-03-22 23:12 | RandomTiger | Note Added: 0000552 | |
| 2004-04-30 15:19 | Kazan | Status | new => assigned |
| 2004-04-30 15:19 | Kazan | Assigned To | => Kazan |
| 2004-04-30 15:35 | Kazan | Status | assigned => resolved |
| 2004-04-30 15:35 | Kazan | Resolution | open => fixed |
| 2004-04-30 15:35 | Kazan | Note Added: 0000866 |