Contents |
Here I will be documenting the methods that I personally use to modify and tweak various aspects of Scorched 3D. Scorched 3D is highly moddable and can provide you with hours of fun and creative entertainment, once you get the basics of modding down of course.
I will make an attempt at various points in this guide to post good examples and show step by step instructions when we foray into more complex subject matter.
For now lets settle with just finding the Mod directory (folder) located on your computer by performing a basic search!
-Press "Start"
(This is usually a windows icon, or a button labeled start. It varies by Operating system, but is usually found in the lower left hand corner of your screen.)
-Click "Search"
(In newer Operating systems such as Windows 7 this step does not apply. Simply place your cursor in the small grayed out box that reads "Search Programs and Files".)
-Type your Query into the box. In this case our search term is ".scorched3d" without the quotations
-Double-Click the ".scorched3d" folder to enter it
-Double-Click the folder "mods" to enter it
-If you have downloaded any mods they are usually found within this folder (with the exception of the globalmods which we will cover later). This directory will be your main hub for development. I usually create a shortcut to the desktop for this folder so I can access it more readily.
-Navigate back to the former folder (shortcut backspace) or by clicking the back arrow in your directory window (top left).
-Right click the "mods" folder
-Hover your pointer on the "send to" option
-Left click "Desktop(create shortcut)"
A folder Icon will now appear on your desktop ready for use. I usually rename this shortcut "Mod Development" so it doesnt get lost in all my desktop clutter. You may leave it as is, or rename it to your tastes.
To use this shortcut simply double click its icon on the desktop, it will jump you straight to the "mods" directory for easier development!
The next step is to create a folder for our mod! This folder will allow us to organize our files, and this is where the engine will load our mod from.
-Enter your "mods" folder by using the desktop shortcut we created earlier
-Right-click and select "New Folder"
-Type in the name of your mod. For our purposes we will use the name "myfirstmod"
(NOTE: it is important to avoid using any capital letters, this will cause an error when we run Scorched3D, and our mod will not be loaded.)
CONGRATULATIONS! You have created your very first mod folder, and are on your way to creating your first mod!
The next step will be to add the necessary files and folders for the engine to properly read our mod.
To continue to the next phase in mod creation please click here:
Mod-Structure