How to change the gamemode name

From Underdone Wiki
Revision as of 15:12, 19 February 2018 by The Commander (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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/..."