RoF/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


== Recommended Software ==
== Recommended Software ==


I'm going to be using only free programs for this guide. I won't cover how to install them, as it's basically just a matter of pressing 'Next' a few times in the installer. Programs like Arma Tools I will cover!
I'm going to be using only free programs for this guide. I won't cover how to install them, as it's basically just a matter of pressing 'Next' a few times in the installer. Programs like Arma Tools I will cover!


Text editor: [https://notepad-plus-plus.org/ Notepad++]
Text editor: [https://notepad-plus-plus.org/ Notepad++]
Line 47: Line 45:


Mikero's Tools are a must when terrain making, download the "Mikero_AiO_Installer" from his [https://mikero.bytex.digital/Downloads website]. There is a paid version, but the free version works fine for making terrains. Once it's download, simply run the installer.
Mikero's Tools are a must when terrain making, download the "Mikero_AiO_Installer" from his [https://mikero.bytex.digital/Downloads website]. There is a paid version, but the free version works fine for making terrains. Once it's download, simply run the installer.


== P Drive ==
== P Drive ==
Line 54: Line 53:
You need to make a folder on your PC, this should be on a drive with at least 40gb+ free space! It's not recommended to use the root of C:\ drive. This folder is where Arma's files will be extracted to, an where you will be editing all your terrain files.
You need to make a folder on your PC, this should be on a drive with at least 40gb+ free space! It's not recommended to use the root of C:\ drive. This folder is where Arma's files will be extracted to, an where you will be editing all your terrain files.


Make a new folder and call it whatever you want, I'm calling mine "P Drive", after creating the folder go into it. Minimise the folder, an go to the extracted sample files you downloaded at the start.
Make a new folder and call it whatever you want, I'm calling mine "P Drive", after creating the folder go into it. Copy the folder path from the folder address bar.
 
[[File:arma3-copy p drive folder path.png]]
 
 
Go to the extracted sample files you downloaded at the start. Find "Mount P Drive.bat" and right click it > Edit
 
[[File:arma3-edit p drive bat.png]]
 
 
Where it says <code>subst p: "Paste path of P drive folder here"</code>, paste the file path we copied then save the file. Example <code>subst p: "G:\P Drive"</code>
 
Double click "Mount P Drive.bat", go to your list of drives you should now see a P:\ drive listed (press F5 to refresh view if it's not showing).
 
[[File:arma3-p drive example.png]]
 
Go into the P drive, it should be empty. The P drive is just a mirror of the folder we made, but mounted as a drive.
 
{{Feature|informative|If P drive isn't showing, remove the :: before Pause in the .bat, save and run again to see any errors}}
 
Go to the extracted sample files, go into "Files to be placed in P Drive" copy both "tag" and "source_files" folder. Go back to the P drive and paste the files into it.
 
 
== Arma3p ==
 
Now we need to extract Arma 3's files to the P drive, to do this we use Mikero's Arma3p. You should have it installed if you followed the steps so far...
 
Click Start on your desktop, and type arma3p and click on it when it shows.
 
The Arma3p window will open and ask <code>enter drive to extract to E..Z </code> Press "P" since we want to extract to that drive.
 
It will then ask <code>full extraction including layers, dubbing and missions? [Y,N]?</code> Press N, since we have no need for any of that, an it wastes a lot of file space!
 
TODO arma3p pic
 
 
Let it run till it completes, if it shows any errors [https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB verify the game files in Steam]
 
TODO Completed Arma3p
 
 
Once it's finished the P drive should now look like this
 
TODO Final P drive
 


In the Sample files find "P drive.bat",
== Setting up your Project Files ==

Revision as of 13:31, 13 October 2024

TODO Sample files

TODO Add warning about disabling arma tools auto mount first

Recommended Software

I'm going to be using only free programs for this guide. I won't cover how to install them, as it's basically just a matter of pressing 'Next' a few times in the installer. Programs like Arma Tools I will cover!

Text editor: Notepad++

Image editor: GIMP

Terrain Editor: L3DT Pro Now freeware, but you do have to login to the trial page still.

TODO Mirror link


Arma 3 Tools

On steam search for and install Arma 3 Tools, after it downloads run it. Agree to the license if it pops up, click Addon Builder so all the windows registry is setup. Close Addon Builder and Arma 3 Tools.

The Tools launcher has a habit of breaking Terrain Builder / Buldozer, so we need to make shortcuts to the programs we want.

Right click Arma 3 Tools in Steam > Manage > Browse local files

arma3-tools browse local files.jpg


Go into the TerrainBuilder folder. Find and right click TerrainBuilder.exe > Send to > Desktop

arma3-create shortcut to terrainbuilder.jpg


Go back to the Arma 3 Tools folder, but this time go into the TerrainProcessor folder. Find and right click TerrainProcessor.exe > Send to > Desktop

You should now have 2 icons on your desktop. Use these when working on your map, don't load Terrain Builder via Arma 3 Tools launcher!

arma3-terrainbuilder terrain processor icons.jpg

After an Arma 3 Tools update, you should load the tools at least once. Simply repeat the steps you did at the start, Load the tools via Steam > Agree to the license if it pops up > click Addon Builder so all the windows registry is setup. Close Addon Builder and Arma 3 Tools. Then continue working on your map via the shortcuts you made


Mikero's Tools

Mikero's Tools are a must when terrain making, download the "Mikero_AiO_Installer" from his website. There is a paid version, but the free version works fine for making terrains. Once it's download, simply run the installer.


P Drive

So a lot of people struggle with setting up the P drive (also known as workdrive), but it's pretty simple when done correct. One of the main steps is not to use Arma 3 Tools to do it!

You need to make a folder on your PC, this should be on a drive with at least 40gb+ free space! It's not recommended to use the root of C:\ drive. This folder is where Arma's files will be extracted to, an where you will be editing all your terrain files.

Make a new folder and call it whatever you want, I'm calling mine "P Drive", after creating the folder go into it. Copy the folder path from the folder address bar.

arma3-copy p drive folder path.png


Go to the extracted sample files you downloaded at the start. Find "Mount P Drive.bat" and right click it > Edit

arma3-edit p drive bat.png


Where it says subst p: "Paste path of P drive folder here", paste the file path we copied then save the file. Example subst p: "G:\P Drive"

Double click "Mount P Drive.bat", go to your list of drives you should now see a P:\ drive listed (press F5 to refresh view if it's not showing).

arma3-p drive example.png

Go into the P drive, it should be empty. The P drive is just a mirror of the folder we made, but mounted as a drive.

If P drive isn't showing, remove the :: before Pause in the .bat, save and run again to see any errors

Go to the extracted sample files, go into "Files to be placed in P Drive" copy both "tag" and "source_files" folder. Go back to the P drive and paste the files into it.


Arma3p

Now we need to extract Arma 3's files to the P drive, to do this we use Mikero's Arma3p. You should have it installed if you followed the steps so far...

Click Start on your desktop, and type arma3p and click on it when it shows.

The Arma3p window will open and ask enter drive to extract to E..Z Press "P" since we want to extract to that drive.

It will then ask full extraction including layers, dubbing and missions? [Y,N]? Press N, since we have no need for any of that, an it wastes a lot of file space!

TODO arma3p pic


Let it run till it completes, if it shows any errors verify the game files in Steam

TODO Completed Arma3p


Once it's finished the P drive should now look like this

TODO Final P drive


Setting up your Project Files