Site Tools


dev:usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:usage [2024/06/26 17:24] – [Test Settings] wylemdev:usage [2026/03/17 14:47] (current) – [Test Settings] Add "objectives" test setting. scythemarshall
Line 7: Line 7:
 ^ Flag ^ Alternative ^ Description ^ ^ Flag ^ Alternative ^ Description ^
 | ''-h'' | ''%%--%%help'' | Shows help message, then exits ^ | ''-h'' | ''%%--%%help'' | Shows help message, then exits ^
-| ''-d'' | ''%%--%%debug''Removes some obfuscation features ^+| ''-d'' | ''%%--%%debug''Starts with a full party and max HP; includes various other debug features((See: ''scripts/debug_init.f4c'' and ''scripts/sandbox.f4c'')) and removes some obfuscation features ^
 | ''-q''| ''%%--%%quickstart'' | Skips the opening sequence ^ | ''-q''| ''%%--%%quickstart'' | Skips the opening sequence ^
 | ''-s SEED'' | ''%%--%%seed SEED'' | Specify a seed string((NOTE: Unlike with the web server generator, there are no explicit limits for this string)) - will default to a random string of numbers ^ | ''-s SEED'' | ''%%--%%seed SEED'' | Specify a seed string((NOTE: Unlike with the web server generator, there are no explicit limits for this string)) - will default to a random string of numbers ^
Line 14: Line 14:
 | ''-o OUTPUT'' | ''%%--%%output OUTPUT'' | Designate an output ROM filename ^ | ''-o OUTPUT'' | ''%%--%%output OUTPUT'' | Designate an output ROM filename ^
 | ''-m'' | ''%%--%%metrics'' | Tracks and outputs performance metrics ^ | ''-m'' | ''%%--%%metrics'' | Tracks and outputs performance metrics ^
-| ''-r'' | ''%%--%%recompile'' | Forces recompilation of all .f4c files ^+| ''-r'' | ''%%--%%recompile'' | Forces recompilation of all .f4c files((To save build time, individual blocks - msfpatches/events/etc. - are cached. If you change any consts, you may need to force recompilation by using this option)) ^
 | ''-l'' | ''%%--%%lastseed'' | Reuses the last seed (stored in ''.lastseed'' in the project root directory)((NOTE: Specifying a seed will override this)) ^ | ''-l'' | ''%%--%%lastseed'' | Reuses the last seed (stored in ''.lastseed'' in the project root directory)((NOTE: Specifying a seed will override this)) ^
 | ''-b'' | ''%%--%%beta'' | Denotes this as a beta build (adds ".b" to the version string) ^ | ''-b'' | ''%%--%%beta'' | Denotes this as a beta build (adds ".b" to the version string) ^
Line 26: Line 26:
 | ''quickstart'' | Boolean | Skip the opening sequence (same effect as the ''-q'' flag) |  | ''quickstart'' | Boolean | Skip the opening sequence (same effect as the ''-q'' flag) | 
 | ''open'' | Boolean | Make all vehicles and underground access available from the start | | ''open'' | Boolean | Make all vehicles and underground access available from the start |
-| ''characters'' | Boolean | Start with a full party and make all other characters available in Mysidia (forces ''Cbye'' off) |+| ''characters'' | Boolean | Make all other characters available in Mysidia (forces ''Cbye'' off) |
 | ''items'' | Boolean | Pre-fill inventory with useful items | | ''items'' | Boolean | Pre-fill inventory with useful items |
 | ''gp'' | Boolean | Start with max GP | | ''gp'' | Boolean | Start with max GP |
Line 32: Line 32:
 | ''boss'' | Object | Bosses to override; applied after boss randomization((NOTE: This swaps the bosses' locations, so it does not result in duplicate bosses)) (forces ''Bstandard'' on). Format is ''boss_slot: boss'' pairs | | ''boss'' | Object | Bosses to override; applied after boss randomization((NOTE: This swaps the bosses' locations, so it does not result in duplicate bosses)) (forces ''Bstandard'' on). Format is ''boss_slot: boss'' pairs |
 | ''hobs'' | String | Specify spell for Rydia to learn at Mt. Hobs (forces ''vanilla:hobs'' off) | | ''hobs'' | String | Specify spell for Rydia to learn at Mt. Hobs (forces ''vanilla:hobs'' off) |
 +| ''objectives'' | String | Specify objectives as comma-separated list (requires ''Onone'' to not be set and will overwrite all objectives) |
 ===== Web Server ===== ===== Web Server =====
  
dev/usage.1719422679.txt.gz · Last modified: 2024/06/26 17:24 by wylem