Wargames:Help Site:Installation

From Bohemia Interactive Community
Revision as of 16:24, 4 January 2023 by Lou Montana (talk | contribs) (Text replacement - "{{ExternalLink|" to "{{Link|")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Step-By-Step Instructions

1. Make sure to have downloaded the latest Wargames MOD version by checking the link in the Download section.

NOTE: You can get the version by comparing the file naming of the rar packages with the version.txt in your local installation (/@wgl5).

2. Extract (unpack) that RAR archive into your OFP game folder, thereby creating a folder @wgl5.

NOTE: You may NOT rename the mod folder - it must be @wgl5.

3. Create a new shortcut to the OFP game executable (FLASHPOINTRESISTANCE.EXE) and edit the shortcut. Add these parameters to the Target field of the shortcut:

-nosplash -nomap -mod=@wgl5

4. Play OFP with WGL 5 and have fun!

Check out the following pages to get to know more about additional WGL content and how to customize your WGL installation:

Linux Server Installation

These instructions assume that you already have a working Linux OFP server installation and that you are somewhat experienced in Linux matters. You can refer to this thread in the official BIS forums for more help: Linux server setup HOWTO (dead link).

1. Follow steps 1 and 2 above.

2. In order for the Linux Operation Flashpoint server to start, one has to create a symbolic link to the folder @wgl5/bin as follows. We will assume that you have the Operation Flashpoint server installed into /opt/ofp, so adjust according to your actual setup:

$ cd /opt/ofp
$ ln -s \@wgl5/bin \@wgl5\\bin

3. Due to a bug in the OFP server program for linux, we need to create an empty folder named scripts in the server's home folder. Again, as an example, if you have the OFP server installed in /opt/ofp, do this:

$ cd /opt/ofp
$ mkdir scripts

4. Edit the start script, ofpserver to add -mod=@wgl5 to the line that starts the server.