PCSX2 Documentation/The return of the Commandline!: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Originally written by Jake Stine''
''Originally written by Jake Stine''


After its absence for many moons, the Commandline functionality will finally be restored to PCSX2. Third-party frontend and config-manager authors rejoice! ... and hopefully stop hating my guts, too.
After its absence for many moons, the Commandline functionality will finally be restored to PCSX2. Third-party frontend and config-manager authors rejoice! ... and hopefully stop hating my guts, too. To paraphrase Darth Vader: '''"Witness the power of this fully armed and operational Command line-driven battlestation."''' (we all know a command line-driven death star would have been way cooler than some click-and-drag crap.) The new PCSX2 command line should be functional in our next beta release, which should be out pretty soon, and it will work as follows:


To paraphrase Darth Vader: '''"Witness the power of this fully armed and operational Command line-driven battlestation."'''
'''Syntax:'''  
''(we all know a command line-driven death star would have been way cooler than some click-and-drag crap.)''
<code>pcsx2 [IsoFile] --toggle --option=value ... etc</code><br />
Where <code>[IsoFile]</code> is an optional ISO image to load and run on startup; uses the PCSX2 internal ISO loader.


The new PCSX2 command line should be functional in our next beta release, which should be out pretty soon, and it will work as follows:


Syntax: <code>pcsx2 [IsoFile] --toggle --option=value ... etc</code>
General Options:
 
<code>IsoFile</code> - optional ISO image to load and run on startup; uses the PCSX2 internal ISO loader.
 
General Options :
*'''<code>--cfg=[file]</code>''' specify a custom configuration file to use instead of PCSX2.ini (does not affect plugins)
*'''<code>--cfg=[file]</code>''' specify a custom configuration file to use instead of PCSX2.ini (does not affect plugins)
*'''<code>--cfgpath=[dir]</code>''' specifies the config folder; applies to pcsx2 + plugins
*'''<code>--cfgpath=[dir]</code>''' specifies the config folder; applies to pcsx2 + plugins
Line 18: Line 14:
*'''<code>--forcewiz</code>''' forces running of the First-time Wizard (selection of docs folders and what-not)
*'''<code>--forcewiz</code>''' forces running of the First-time Wizard (selection of docs folders and what-not)


Auto-Run Options :
Auto-Run Options:
*'''<code>--elf=[file]</code>''' executes an ELF image
*'''<code>--elf=[file]</code>''' executes an ELF image
*'''<code>--nogui</code>''' disables display of the gui on exit (program auto-exits)
*'''<code>--nogui</code>''' disables display of the gui on exit (program auto-exits)
Line 36: Line 32:
*'''<code>--dev9=[dllpath]</code>''' override for the DEV9 plugin
*'''<code>--dev9=[dllpath]</code>''' override for the DEV9 plugin
*'''<code>--usb=[dllpath]</code>''' override for the USB plugin only
*'''<code>--usb=[dllpath]</code>''' override for the USB plugin only


{{PCSX2 Documentation Navbox}}
{{PCSX2 Documentation Navbox}}
ninja
782

edits