Difference between revisions of "How to change the gamemode name"

From Underdone Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Changing the gamemode name is not recommended and if you do change it expect addons such as VCMod or other addons that deal in currency to not function correctly.
 
Changing the gamemode name is not recommended and if you do change it expect addons such as VCMod or other addons that deal in currency to not function correctly.
 +
 
Still want to change the gamemode name? Follow this example.
 
Still want to change the gamemode name? Follow this example.
  

Revision as of 15:11, 19 February 2018

Changing the gamemode name is not recommended and if you do change it expect addons such as VCMod or other addons that deal in currency to not function correctly.

Still want to change the gamemode name? Follow this example.

How to change Underdone RPG so it lists in the DarkRP category example:

  • 1. Rename the base "underdone" folder to "darkrp"
  • 2. Rename "underdone.txt" in the base "underdone" folder to "darkrp.txt"
  • 3. Open this txt file and edit the first line to say darkrp instead of underdone, do the same for the "base" catagory.
  • 4. Open "sh_resource.lua" (garrysmod\gamemodes\underdone\gamemode\core\sh_resource.lua) and replace any instance of "underdone/gamemode/..." to "darkrp/gamemode/..."
  • 5. Open "sv_savemodule.lua" (garrysmod\gamemodes\underdone\gamemode\core\serverfiles\sv_savemodule.lua) and replace "underdone/gamemode/..." to "darkrp/gamemode/..."