-
Notifications
You must be signed in to change notification settings - Fork 44
Custom MF: 1a. Setup via GitHub Desktop
Mike Robeson [dijksterhuis] edited this page Apr 14, 2025
·
1 revision
This sets up your local/personal mission build so that
- You can edit the mission in the editor
- You can change config settings outside the 'server parameter' options menu
- You can always pull the latest changes from Savage Game Design repositories (git pull)
While there are a lot of steps, you should only need to do this process ONCE.
Once it's done, you're set up for good.
You can then create a PBO from whatever you do with this personal build and load that PBO onto server(s).
- Create a folder called
MIKE-FORCEin your Documents folder. - Create 2x more folders in the
MIKE-FORCEfolder. One calledMikeForceand another calledParadigm

- Download and start github desktop https://desktop.github.com/download/
- Set up Mike Force via GitHub Desktop
- Clone Mike Force -- top left of window menu in GitHub Desktop.
File > Clone Repository. - Click on URL option in the pop up menu
- Paste https://github.com/Savage-Game-Design/Mike-Force into the repository URL field
- Set the local path to your
MikeForcefolder (the one in theMIKE-FORCEfolder)

- Repeat 3 for Paradigm with URL https://github.com/Savage-Game-Design/Paradigm and the
Paradigmfolder. - Open the
MikeForcefolder in file explorer - Copy the
user_paths_example.pyfile, paste it in the same folder, rename the new file touser_paths.py

- Open the
user_paths.pyfile in Notepad or Notepad++ etc. Leave it open for now. - Back in windows explorer, go to the
Paradigmfolder, then copy the address from the address bar. See the blue highlighted text in the picture below.

- Back in
user_paths.pyin notepad, highlight exactly what is highlighted in the screenshot below. Paste the address of Paradigm.

- Repeat steps 8 and 9, but for you Arma3 MP Mission folder.

- Save the
user_paths.pyfile in notepad. - Install Python 3.10 from the microsoft store. It needs to be 3.10. (Official python from python website never worked for me). https://www.microsoft.com/store/productId/9PJPW5LDXLZ5?ocid=pdpshare
- Press windows key. Type
CMDthen click onRun As Administratorin the right hand side of the start menu. Click Yes to the pop up asking about being able to make changes

- In Windows Explorer again, copy the address path of your
MikeForcefolder

- Back in Command prompt, type
cdincluding the space. Then pressSHIFT + INSERT. Should look like this nowcd C:\Users\dijksterhuis\Documents\MIKE-FORCE-SETUP-DEMO\MikeForce - Press Enter

- Type
python3 setup_dev_environment.py - Press Enter.

- All being well, you should see output like the screenshot above
- In your MP Missions folder, you should now see these mission folders

- In the Arma3 host mission / mission select you should now see a green mission. you can edit this in the editor by click the button on the bottom right of the screen now.