
- 2018 THE FOREST MOD API HOW TO
- 2018 THE FOREST MOD API INSTALL
- 2018 THE FOREST MOD API WINDOWS 10
- 2018 THE FOREST MOD API CODE
2018 THE FOREST MOD API CODE
To use them, press Ctrl+Space and write their name you will see a small pop-up, click on it and the code will autogenerate. One of the features the Development Kit includes is Code Snippets, autogenerated code for the main things you can do in the ModAPI. Since we want to add a new cheat, we are interested in the Initialization method. Most of the times you won’t have to touch anything.

2018 THE FOREST MOD API HOW TO
This is the most powerful tool in the ModAPI we’ll explain how to use it in a future tutorial.

Now the ModAPI Development Kit is successfully installed! In order to show you the basics, following this tutorial we will teach you how to create a simple mod: it adds a cheat called planetBuster that, if called while in the space stage, will give you a certain amount of planet buster bombs. If you see a folder called Spore ModAPI Template.zip, delete it. Inside each of these folders, you go to ProjectTemplatesCache\Visual C++ Project. There you will see multiple folders, it’s recommended that you do these steps for all of them.
2018 THE FOREST MOD API INSTALL
If this is the first time you install it, you can skip this step. If you had already installed previous versionsįor those that installed older versions of the ModAPI Development Kit, we need to take an extra step to get this working. Press the button Add… and find the folder called ModAPISnippets, which is inside the ModAPI tools folder we unzipped before. In the dialog that opens, ensure that the Language: field is set to Visual C++.

Once the installer is open, press Install.įinally, open Visual Studio. If you have installed Visual Studio correctly, you will be able to execute the file. Inside the folder you will find a file called Spore ModAPI Templates.vsix. You can place the unzipped folder wherever you want keep in mind that’s where your projects will go. You can download the free version here: ĭownload the Development Kit from this page.
2018 THE FOREST MOD API WINDOWS 10

Basically, knowing what methods, variables, classes and includes are. Be warned though, this tutorial requires some minimum understanding of C++.
