• My gamemode isnt sandbox...
    25 replies, posted
I've tried everything and I cant find out how to change this error https://files.facepunch.com/forum/upload/273639/a53b767f-3360-46b5-b508-ccbb747c8ae6/Screenshot (967).png
yes
........you literally just answered your own question....common sense wtf..
but im not loading sandbox im trying to load a custom darkrp server
obviously your server is trying to load sandbox not darkrp. abd why would you delete sandbox??
Does Darkrp use sandbox as the base too? You're gonna need that.
still i dont get why you would delete sandbox from your server..
oh im stupid ummm... do u know how I can re-download sandbox :/???
Maybe he/she got limited space on their disc and want to clean up some stuff they thought they didnt need?
Okay, whenever I put this gamemode in my file it shows up as sandbox in LAN, I wanna run a 1942RP server can you help me?
Youtube "Setting up a gmod server"
Okay, now I'm spawning OUTSIDE my own map... like give me a break! Heres a pic https://files.facepunch.com/forum/upload/273639/cbcfd067-fe13-453a-99cb-ea3841e8cd27/20180601171850_1.jpg
noclip in the map and type in chat /setspawn
Lua Error: Couldn't include file 'base\gamemode\cl_init.lua' (File not found) (<nowhere>) Lua Error: Couldn't Load Init Script: 'base/gamemode/cl_init.lua' Lua Error: Couldn't include file 'sandbox\gamemode\cl_init.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 7)) Lua Error: Couldn't Load Init Script: 'sandbox/gamemode/cl_init.lua' Lua Error: Couldn't include file 'config\config.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 34)) Lua Error: Couldn't include file 'sandbox\gamemode\cl_init.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 7)) Lua Error: Couldn't Load Init Script: 'sandbox/gamemode/cl_init.lua' Lua Error: Couldn't include file 'config\config.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 34)) Lua Error: Couldn't include file 'libraries\sh_cami.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 35)) Lua Error: Couldn't include file 'libraries\simplerr.lua' (File not found) (@gamemodes/1942rp/gamemode/cl_init.lua (line 36)) Here is my lua lines ------------------ DeriveGamemode("darkrp") DEFINE_BASECLASS("gamemode_darkrp") GM.Sandbox = BaseClass local function LoadModules()     local root = GM.FolderName .. "/gamemode/modules/"     local _, folders = file.Find(root .. "*", "LUA")     for _, folder in SortedPairs(folders, true) do         if DarkRP.disabledDefaults["modules"][folder] then continue end         for _, File in SortedPairs(file.Find(root .. folder .. "/sh_*.lua", "LUA"), true) do             if File == "sh_interface.lua" then continue end             include(root .. folder .. "/" .. File)         end         for _, File in SortedPairs(file.Find(root .. folder .. "/cl_*.lua", "LUA"), true) do             if File == "cl_interface.lua" then continue end             include(root .. folder .. "/" .. File)         end     end end GM.Config = {} -- config table GM.NoLicense = GM.NoLicense or {} include("config/config.lua") include("libraries/sh_cami.lua") include("libraries/simplerr.lua") include("libraries/fn.lua") include("libraries/tablecheck.lua") include("libraries/interfaceloader.lua") include("libraries/disjointset.lua") include("libraries/modificationloader.lua")
It says file not found, can't get much easier to understand than that.
no, i keep spawning outside my map
alright then i definetly wont help you anymore. have fun
yeah bro it didnt even work
You shouldn't delete anything, especially if you don't know what you are doing, ESPECIALLY without backing up the data first. Run SteamCMD with validate option to restore missing server files.
i still tryd to help you. if you define help = giving working solution. then your wrong.
when I spawn in my server I have no job, no weapons or anything and when I switch jobs it still has nothing
guys can you be helpful instead of fucking gay
No, we actually can't be helpful because you decided to delete a core gamemode, fucking up everything. You need to do a clean install.
and you think you get help with that attitude...
it's actually hard to help people when they have an attitude like that, that said validating gmod should restore sandbox
Sorry, you need to Log In to post a reply to this thread.