How to Make a Star Wars RP Server in GMod
Learn how to a Star Wars RP GMod server on an Atomic Networks service.
Last Updated 3/6/24
Having trouble starting up your Star Wars RP server? We can help! With thousands of hours worth of experience managing our own DarkRP based servers, we have the knowledge to make starting your own GMod Star Wars RP server easy and simple. Follow this guide on how to set up a Star Wars RP server in a few short steps!
Before beginning the steps on this guide, make sure you’ve followed the initial setup guides on our “How to Make a GMod Server” ultimate guide.
Step 1: Download the DerivedRP Gamemode
DerivedRP is a special version of the DarkRP files that allows you to edit the gamemode name. To put DerivedRP onto your service, navigate to the release page and download the derivedrp.zip
file.
Once you have the .zip file on your computer, use an extraction software like WinRAR to open the .zip file. Once you have the derived.zip
file opened, drag the derivedrp
folder onto your desktop.
If you’re currently hosting your Garry’s Mod with Atomic Networks, you can bypass extracting your .zip file entirely.
Once your derivedrp
folder has been downloaded, drag and drop the folder into the home / container / garrysmod / gamemodes
directory.
Step 2: Rename Files to Star Wars RP
Either in the game panel or on your desktop, rename the derivedrp
folder you moved in Step 1 to starwarsrp
. Open the folder.
Inside of the folder, you will see a file named derivedrp.txt
, change the name of this file to starwarsrp.txt
. Once you have changed the file name, open the starwars.txt
file that you just renamed.
Inside of the starwarsrp.txt
file, change the title on the 1st line to "starwarsrp"
and the “Title” variable to "StarWarsRP"
. Below is an example of a properly configured file.
Next, navigate back to the starwarsrp
folder (previously named derivedrp) and open the gamemode
folder. Here, we will be changing two files.
The first file we are changing is cl_init.lua
, change the “GM.Name” value in this file to “StarwarsRP”. The second file you will change is init.lua
, change the “GM.Name” value in this file to “StarwarsRP”. Shown below are example files.