Ok, so i was testing a gamemode and now..all of a sudden all i get in my console is
[code]
GamemodeError(Think): No Gamemode!
GamemodeError(Tick): No Gamemode!
GamemodeError(DrawMonitors): No Gamemode!
GamemodeError(RenderScreenspaceEffects): No Gamemode!
GamemodeError(PostRenderVGUI): No Gamemode!
[/code]
over..and over...and over....It's doing it for every gamemode i load now :|
I would tell you more..but i don't know any more
Funny part is i finally found the error in my gamemode but I can't see if it will work now because of this.
[editline]03:40AM[/editline]
Oh and also obviously whatever gamemode i try to load does not load...
[editline]90:01AM[/editline]
Btw, It's not doing that freaking console spam shit anymore...Don't know what it was all about but I'd still like to find out.
Haven't seen or heard of that before. But if no one is able to help you the last thing I would try is just reinstall gmod.
I Think you shall try to reinstall your Garrysmod, i think that's your base game that for somereason have been removed or edited wrongly. i am no sure though.
[QUOTE=gorgorp;19778057]I Think you shall try to reinstall your Garrysmod, i think that's your base game that for somereason have been removed or edited wrongly. i am no sure though.[/QUOTE]
Hmm?
hmm what?
You need to add a function for each to your gamemode. Eg:
function GM:Think()
function GM:Tick()
function GM:DrawMonitors()
function GM:RenderScreenspaceEffects()
function GM:PostRenderVGUI()
Or
DeriveGamemode( "base" );
[QUOTE=gorgorp;19778057]I Think you shall try to reinstall your Garrysmod, i think that's your base game that for somereason have been removed or edited wrongly. i am no sure though.[/QUOTE]
Sorry I don't speak Engrish...
Also I have the gmod beta svn.
[QUOTE=Disseminate;19786070]
DeriveGamemode( "base" );[/QUOTE]
Gamemode is Derived from Fretta, I get it on sandbox and others...
sv_scriptenforcer 0
[QUOTE=|FlapJack|;19788982]sv_scriptenforcer 0[/QUOTE]
1st thing I tried :|
It's odd because the time i loaded it before that happened Script enforcer was blocking the init.lua to my gamemode....oddly enough..this is my init.lua
[lua]AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )
include( "shared.lua" )[/lua]
Then just remove the beta.
[QUOTE=-TB-;19789458]Then just remove the beta.[/QUOTE]
Beta is my gmod, and I am not particularly in the mood to download garry's mod from steam...if there is no other fix then i guess i'm stuck with doing that.
How are you playing the Beta without Gmod installed? You need the garrysmod.gcf...
[QUOTE=Chad Mobile;19790616]How are you playing the Beta without Gmod installed? You need the garrysmod.gcf...[/QUOTE]
Duh, I have Garry's mod installed. One of the last times i decided to clean out all the shit from it i said fuck it, backed up all my shit i made, then deleted my whole garrysmod\garrysmod directory. Then since i already had the beta svn somewhere else on my computer i simply copied it over.
[editline]01:01AM[/editline]
Btw, It's not doing that freaking console spam shit anymore...Don't know what it was all about but I'd still like to find out.
[QUOTE=DocDoomsday;19789549]Beta is my gmod, [B]and I am not particularly in the mood to download garry's mod from steam[/B]...if there is no other fix then i guess i'm stuck with doing that.[/QUOTE]
:raise:
[QUOTE=Chad Mobile;19792091]:raise:[/QUOTE]
Moods change do they not? I downloaded it when I 1st got it, Which was quite a while ago...
You're saying you don't have Garry's Mod installed, which would make running the beta impossible.
Sorry, you need to Log In to post a reply to this thread.