Out of the Park Developments Online Manuals
 
Title
KeyExisting Key New Key
Create as
Find in this manual
Case sensitive

Replace with
Command Line Parameters
When you start OOTP, you can use several interesting command line parameters. On PC Windows, you would right-click on the OOTP shortcut and add the parameters to the end of the content of the "target" text box.
On a Mac, it's a little bit more difficult:
  • open the console or terminal app
  • locate the application folder with the cd command
  • locate the actual executable file in the application bundle with
  • - cd "OOTP Baseball 12.app"
  • - cd "Contents"
  • - cd "MacOS"
  • Start the executable with "./OOTP Baseball 12" (use the quotes and add parameters behind the second quote)

On Linux it depends on your GUI system. Or you could do the same as mentioned above for the Mac.

nosound

Disable sound system. No sound files will be loaded at all.

nofacegen

Disable Facegen.

nopatches

OOTP will not look for patches and will not install any patches.

path_user_data="c:path"

OOTP will use the c:path (replace c:path with the actual path on your system) as "user data path", i.e. the path which contains the saved_games folder.

path_cust_data="c:path"

OOTP will use the c:path (replace c:path with the actual path on your system) as "customizable data path", i.e. the path which contains the data folders like /database, /logos and so on.

continue_current_league

After starting the game, it will automatically load the "current league", i.e. the league that was loaded last time.

load_league=

load_league=myleague.lg will automatically load a certain league. This way you could easily create shortcuts for your favorite leagues.

use_opengl_blit

Ignored on all operating systems but PC Windows. Just add the token use_opengl_blit to the command line to force OOTP using OpenGL to blit the screen buffer to the display on PC Windows. By default, OOTP uses the Windows GDI API.

use_opengl_all_the_time

All screen operations will use the OpenGL API.

opengl_mode=1

Same as above.

use_opengl_only_when_needed

Only Facegen and 3D ball park screens will use the OpenGL API. Screen blitting on Windows will use Windows GDI API.

opengl_mode=2

Same as above.

do_not_use_opengl

Do not use OpenGL at all. Facegen and 3D ball park features will be disabled.

opengl_mode=3

Same as above.

use_opengl_shader

OpenGL will use the shader API.

shader_mode=1

Same as above.

do_not_use_opengl_shader

OpenGL will not use the shader API. Use this in case of compatibility problems with the shader API.

shader_mode=2

Same as above.
Previous page: Purge Tool
Next page: Glossary