NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "Arma Reforger Mod Install Guide"
Jump to navigation
Jump to search
Share your opinion
(Created page with "=Mod Installation= Mods can be installed from the Steam Workshop using FTP. ===Mods=== # Make sure your sever is stopped. # Launch Arma Reforger in steam and h...") |
(No difference)
|
Revision as of 15:33, 12 December 2022
Mod Installation
Mods can be installed from the Steam Workshop using FTP.
Mods
- Make sure your sever is stopped.
- Launch Arma Reforger in steam and head into the workshop tab in the main menu.
- Once in there select the mods you wish to have in your server by clicking on them to install.
- Once installed minimize the game and head into the following area on your computer:
- C:\Users\UserName\Documents\My Games\ArmaReforger\addons
- This will be the location of your addons.
- Open up your servers FTP client and head into the admin folder. Once in there edit the serverConfig.json file with notepad++
- Look for the following section: "mods": []
- This will be the location you will add your mods into.
- Copy this and paste it between the backets of the "mods": code.
- {
- "modId": "59727DAE364DEADB",
- "name": "WeaponSwitching",
- "version": "1.0.1"
- },
- {
- "modId": "59727DAE32981C7D",
- "name": "Explosive Goats beta",
- "version": "0.5.42"
- }
- The section should look like this after you are done:
- Now that you have that file setup. Head back into your addons folder that you opened up earlier.
- Copy the MOD ID which will be the folder name.
- Paste it in the "modId": "59727DAE364DEADB" area.
- Edit the name to match the mod name in the workshop in game.
- Set the version to what it shows in game when you click on the mod.
- Save the file and upload it back into the server.
- Start your server up and the mods should be active now.
Share your opinion