Skip to content

TRCL Java Command Line Properties

Chuck Ritola edited this page Dec 3, 2021 · 9 revisions

Command line arguments are being phased out and should not be relied upon.

Key

I = Integer B = Boolean 'true' or 'false' (no quotes) N = The numerical value being passed to the argument in place of the I or B.

-Dorg.jtrfp.trcl.flow.Mission.skipNavs=I

Discard N NAV entries at start, not including START. Good for debugging boss. Note that this will not properly set chamber or boss states.

-Dorg.jtrfp.trcl.startX=I "".startY=I, "".startZ=I

Overrides start point for player. N coordinate is in modern units.

-Dorg.jtrfp.trcl.godMode=B

Player is permanently indestructible.

-Dorg.jtrfp.trcl.allAmmo=B

Maximum ammo. Defaults to false.

-Dorg.jtrfp.trcl.allAfterburner=B

Maximum afterburner. Defaults to false.

-Dorg.jtrfp.trcl.core.RenderList.backfaceCulling=B

Enable backface culling. Defaults to true.

-Dorg.jtrfp.trcl.bypassConfigure=B

Bypass auto-configure on startup. Defaults to false.

-Dorg.jtrfp.trcl.dbg.waitForProfiler=B

Dialog box to pause startup so that a profiler can be connected beforehand. Defaults to false.