Startup Parameters – Operation Flashpoint

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Note that the following items are startup parameters for use only with the original {{ofp}} game series for the PC. These parameters can be configured by creating a new shortc...")
 
(page overhaul to get rid of auxiliary pages)
Line 1: Line 1:
Note that the following items are startup parameters for use only with the original {{ofp}} game series for the PC.
{{TOC|side}} Note that the following items are startup parameters for use only with the original {{ofp}} game series for the PC. These parameters can be configured by creating a new shortcut on your desktop and then adding the appropriate option.
These parameters can be configured by creating a new shortcut on your desktop and then adding the appropriate option.


'''Example'''
'''Example'''


"C:\...\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE" -nomap -nosplash -mod=@winter
<tt>"C:\...\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE" -nomap -nosplash -mod=@winter</tt>


== Available parameters ==
=== Display Options ===


'''Display Options'''
{| class="wikitable"
| -window || Displays Arma windowed instead of full screen. Screen resolution / window size are set in [[arma3.cfg]].
|-
|  -x=<Integer> || Numeric, used to set resolution width.
|-
|  -y=<Integer> || Numeric, used to set resolution height
|-
|  -window  || Displays {{ofp}} windowed instead of fullscreen
|-
|  -benchmark  || Intended for automated benchmarking, but was never finished and is not working. It can be launched via [[-benchmark|a manual trick]].
|}


-x=            Numeric, used to set resolution width
=== Modifications ===
  -y=           Numeric, used to set resolution height
{| class="wikitable"
-window        Displays OFP windowed instead of fullscreen
| -mod || Allows you to subdivide your addons into different folders, folder names seperated by semi-colons. See [[Arma: Mod Folders]] for more information.
  [[-nosplash]]      Disables intro and codemasters splash screens
|-
  -benchmark    Intended for automated benchmarking, but was never
| -y=<Integer> || Numeric, used to set resolution height
                finished and is not working.
|-
                It can be launched via [[-benchmark|a manual trick]].
| -nomap || Forces {ofp}} to avoid memory mapping for file access. While memory mapping is very efficient from  a performance point of view, it can quickly fill all available virtual space, causing various memory allocation errors or even driver crashes or freezes. This switch is especially important for users with display adapters with large amounts of VRAM (128MB or more), which reserves a lot of virtual addresses in the application address space for themselves.
|-
| -cfg=  || Selects a config file like your [[Flashpoint.cfg]].
|}


 
=== Network Options ===
'''Modifications'''
{| class="wikitable"
 
| -port= || Port to host dedicated server on.
[[Arma: Mod Folders|-mod]]=     Allows you to subdivide your addons into different folders,
|-
            folder names seperated by semi-colons.
| -password= || Password to join dedicated server.
            See [[Arma: Mod Folders]] for more information.
|-
[[-nomap]]    Uses an alternate memory mapper for additional addon capacity.
| -sockets || This can be used in a shortcut to specifiy which networking mode to use. The '''''-sockets''''' networking mode uses the BIS implementation of networking code. This mode lacks the in game voice over IP that is supported with the option [[-dplay]]. The networking code has been optimized in the '''''-sockets''''' and therefore is the preferred networking method when playing online. [http://www.goteamspeak.com/ TeamSpeak] is an alternative VOIP application that is used to replace the in game VOIP lost when using '''''-sockets'''''.
-cfg=     Selects a config file like your [[Flashpoint.cfg|flashpoint.cfg]].
|-
 
| -dplay  || The option '''''-dplay''''' can be used in a shortcut to specify which networking mode to use. You can also change this option in the networking mode menu. The '''''-dplay''''' networking mode uses Microsofts Direct Play implementation of networking code included with DirectX. This mode contains the in game voice over IP that is not supported with the option [[-sockets]].
 
|-
'''Network Options'''
| -config= || Config file for server specific stuff like admin password and mission selection. See [[server.cfg]] for more information.
 
|-
-port=         Port to host dedicated server on.
| -netlog || Location for network game log files.
-password=     Password to join dedicated server.
|-
  [[-sockets]]      Selects sockets-mode for server hosting, can not be used
| -host || Start a non-dedicated host.
                with -dplay.
|-
[[-dplay]]         Selects DirectPlay-mode for server hosting, not available
| -server || Start a dedicated server (not needed for a special dedicated server exe).
                on linux, can not be combined with -sockets.
|-
  -ranking=      '''''Unknown'''''
| -connect || Client-side, server to connect to.
  [[-config]]=       Config file for server specific stuff like admin password
|-
                and mission selection.
| -name= || Client-side, User name.
-netlog       Location for network game log files.
|-
-host         Start a non-dedicated host.
| -pid= || Sets the process ID, linux-only?
-server       Start a dedicated server (not needed for a special dedicated server exe).
|-
-connect=      Client-side, server to connect to.
| -logfiles || Name of files to log to, probably only MP server relevant.
-name=         Client-side, User name.
|}
-pid=         Sets the process ID, linux-only?
-logfiles     Name of files to log to, probably only MP server relevant.


[[Category: Startup Parameters]]
[[Category: Startup Parameters]]

Revision as of 16:45, 24 May 2021

Note that the following items are startup parameters for use only with the original Operation Flashpoint game series for the PC. These parameters can be configured by creating a new shortcut on your desktop and then adding the appropriate option.

Example

"C:\...\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE" -nomap -nosplash -mod=@winter

Available parameters

Display Options

-window Displays Arma windowed instead of full screen. Screen resolution / window size are set in arma3.cfg.
-x=<Integer> Numeric, used to set resolution width.
-y=<Integer> Numeric, used to set resolution height
-window Displays Operation Flashpoint windowed instead of fullscreen
-benchmark Intended for automated benchmarking, but was never finished and is not working. It can be launched via a manual trick.

Modifications

-mod Allows you to subdivide your addons into different folders, folder names seperated by semi-colons. See Arma: Mod Folders for more information.
-y=<Integer> Numeric, used to set resolution height
-nomap Forces {ofp}} to avoid memory mapping for file access. While memory mapping is very efficient from a performance point of view, it can quickly fill all available virtual space, causing various memory allocation errors or even driver crashes or freezes. This switch is especially important for users with display adapters with large amounts of VRAM (128MB or more), which reserves a lot of virtual addresses in the application address space for themselves.
-cfg= Selects a config file like your Flashpoint.cfg.

Network Options

-port= Port to host dedicated server on.
-password= Password to join dedicated server.
-sockets This can be used in a shortcut to specifiy which networking mode to use. The -sockets networking mode uses the BIS implementation of networking code. This mode lacks the in game voice over IP that is supported with the option -dplay. The networking code has been optimized in the -sockets and therefore is the preferred networking method when playing online. TeamSpeak is an alternative VOIP application that is used to replace the in game VOIP lost when using -sockets.
-dplay The option -dplay can be used in a shortcut to specify which networking mode to use. You can also change this option in the networking mode menu. The -dplay networking mode uses Microsofts Direct Play implementation of networking code included with DirectX. This mode contains the in game voice over IP that is not supported with the option -sockets.
-config= Config file for server specific stuff like admin password and mission selection. See server.cfg for more information.
-netlog Location for network game log files.
-host Start a non-dedicated host.
-server Start a dedicated server (not needed for a special dedicated server exe).
-connect Client-side, server to connect to.
-name= Client-side, User name.
-pid= Sets the process ID, linux-only?
-logfiles Name of files to log to, probably only MP server relevant.