Arma Reforger Mod Install Guide: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
# Launch Arma Reforger in steam and head into the workshop tab in the main menu. | # 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 in there select the mods you wish to have in your server by clicking on them to install. | ||
# Open up your servers FTP client and head into the admin folder. Once in there edit the '''serverConfig.json''' file with notepad++ | # 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": []''' | # Look for the following section: '''"mods": []''' | ||
# | # Head back into your game and back into the workshop menu. Click the puzzle icon in the top right corner. | ||
# | # Click the Jason tab and copy the data to your clipboard | ||
##: | ## [[File:JsonTabArmaReforger.png|550px]] | ||
# Insert the copied code into the '''"mods": [ your code ]''' section of your config. | |||
# The section should look like this after you are done: | # The section should look like this after you are done: | ||
## [[File:CodeSnipArmaReforger.png|350px]] | ## [[File:CodeSnipArmaReforger.png|350px]] | ||
# Now that you have that file setup | # Now that you have that file setup. | ||
# Save the file and upload it back into the server. | # Save the file and upload it back into the server. | ||
# Start your server up and the mods should be active now. | # Start your server up and the mods should be active now. | ||
===Mods Mission Installs=== | |||
If you are wishing to install mod missions such as capture & hold. You will also need to find out the<br> | |||
mission name and linking. | |||
# Once you have the mission "scenarioId". Head into your '''serverConfig.json''' | |||
# Replace the default id '''"{ECC61978EDCC2B5A}Missions/23_Campaign.conf"''' with your new one. | |||
# Save and re upload to your server. | |||
# The new mission set is now installed. | |||
Latest revision as of 14:54, 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.
- 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": []
- Head back into your game and back into the workshop menu. Click the puzzle icon in the top right corner.
- Click the Jason tab and copy the data to your clipboard
- Error creating thumbnail: File missing
- Insert the copied code into the "mods": [ your code ] section of your config.
- The section should look like this after you are done:
- Error creating thumbnail: File missing
- Now that you have that file setup.
- Save the file and upload it back into the server.
- Start your server up and the mods should be active now.
Mods Mission Installs
If you are wishing to install mod missions such as capture & hold. You will also need to find out the
mission name and linking.
- Once you have the mission "scenarioId". Head into your serverConfig.json
- Replace the default id "{ECC61978EDCC2B5A}Missions/23_Campaign.conf" with your new one.
- Save and re upload to your server.
- The new mission set is now installed.