1.8 KiB
1.8 KiB
Easy server installation on Windows
On Windows, you can mostly avoid using the command line for easy usage. Instead, just drag and drop an empty folder onto it. Below is a detailed explanation:
- Make sure at least .NET Framework 4.5 is installed on your server computer. If not, you can download it from Microsoft's website.
- Make sure Microsoft Build Tools 2013 is installed on your server computer, downloadable from Microsoft as well.
- Download citimp_upd.exe from here. The newest version is always at the top. Alternatively, you can also get the latest build from the build server, which is a little bit slower.
- Create a new dedicated folder for citimp_upd.exe. It will later contain both your new server and the source code the tool downloads. Name it something like "CitizenMP" or similar. Move the file into the folder.
- Inside the folder, create a new folder which will contain your server build. Name it something like "Server" or similar.
- Drag and drop your newly created folder onto citimp_upd.exe. Wait for the tool to download, compile and prepare your server. the window should go away when done.
- Now open your folder and like magic, some new files will be in there. Usually, you will now have to edit the configuration file before starting the server, so now would be a good time to do your custom changes.
- When done, save any files you have open and start the server using the start.bat script that the tool generated for you. The server should display a new window and start up properly.