ok im modifying darkrp to be zombierp, i just need help with one thing. How do i make is so instead of the gamemode popping up as DarkRP to make it pop up as ZombieRP on garry's mod?
[QUOTE=DiTTo4;45621195]ok im modifying darkrp to be zombierp, i just need help with one thing. How do i make is so instead of the gamemode popping up as DarkRP to make it pop up as ZombieRP on garry's mod?[/QUOTE]
Are you sure that you're fit to edit DarkRP's core files...?
Anyway, \gamemodes\darkrp\darkrp.txt
[QUOTE=Tomvdr;45621799]Are you sure that you're fit to edit DarkRP's core files...?
Anyway, \gamemodes\darkrp\darkrp.txt[/QUOTE]
I did it and it doesn't work.
I wrote this:"zombierp"{ "base" "sandbox" "title" "ZombieRP"
[QUOTE=Tomvdr;45621799]Are you sure that you're fit to edit DarkRP's core files...?
Anyway, \gamemodes\darkrp\darkrp.txt[/QUOTE]
by "modify", he probably means add a few addons and use a special map
[QUOTE=DiTTo4;45621831]Yes I am and thank you.[/QUOTE]
If you were, you would not be asking this question.
Ok I edited it and it still doesn't work, can you please just help me. Look at what i wrote: "zombierp"{ "base" "sandbox" "title" "zombierp"
Here is a snippet from the .txt file of the gamemode i am coding.
[code]"Gamemode"
{
"base" "base" -- What gamemode is yours based on? Use base by default.
"title" "Survivor" -- Title of your gamemode.
"maps" "^sur_" -- Map Prefix your gamemode uses
"author" "prop11" -- Author of the gamemode (you)
"menusystem" "1" -- Whether to appear in the gamemode dropdown menu 0 = no 1 = yes.
}[/code]
and here is the code from my shared.lua
[code]DeriveGamemode( "base" ) -- Set this to your base gamemode, use base by default.
GM.Name = "Survivor" -- Gamemode name, Same as in .txt
GM.Author = "prop11" -- Gamemode author, same as in .txt
GM.Email = "" -- Creator contact email
GM.Website = "www.dragoncraft.fragcube.net" -- Website gamemode is based on etc
[/code]
[QUOTE=DiTTo4;45622065]Ok I edited it and it still doesn't work, can you please just help me. Look at what i wrote: "zombierp"{ "base" "sandbox" "title" "zombierp"[/QUOTE]
That won't work. Rename the "darkrp" folder to "zombierp".
[QUOTE=sackcreator54;45622139]That won't work. Rename the "darkrp" folder to "zombierp".[/QUOTE]
neither will that, he needs to edit his .txt and shared.lua files before renaming any folders.
Ok i did what you told me to do prop11 and it works :D thank you very much :)
Sorry, you need to Log In to post a reply to this thread.