455
edits
mNo edit summary |
|||
| Line 114: | Line 114: | ||
(Replace `60` with your preferred frame rate.) | (Replace `60` with your preferred frame rate.) | ||
== Game Start Arguments == | |||
'' | The following arguments can be used to launch ''Battlefield 2'': | ||
<pre> | |||
+fullscreen 1 +szx 1024 +szy 768 +menu 1 +modPath mods/AIX2 | |||
</pre> | |||
* `+fullscreen 1` — enables fullscreen mode. | |||
* `+szx 1024` — sets the screen width to 1024 pixels. | |||
* `+szy 768` — sets the screen height to 768 pixels. | |||
* `+menu 1` — starts the game with the menu enabled. | |||
* `+modPath mods/AIX2` — specifies the mod to load. The value must match the exact folder name inside the `mods` directory. If omitted, the game launches in vanilla mode. | |||
==Troubleshooting== | ==Troubleshooting== | ||