Akunecro-Jin Posted January 31, 2004 Share Posted January 31, 2004 After a while of SP, when I go to the console and type in the cheat "helpusobi 1", Jade starts to move of his own accord and I can't control him, whenever I press a button the message "Three Keys Down For a Button!" Is displayed. I have found no way to stop this at all. It is really annoying. Please only posts that help me solve this promblem. I don't want any "OMG N00B UR USIN CH33TS!12"!21!" Stuff. Link to comment Share on other sites More sharing options...
Crow_Nest Posted January 31, 2004 Share Posted January 31, 2004 Do you have the 1.01 patch? cause only helpusobi 1 works to enable cheats, see if it fixes your problem. Link to comment Share on other sites More sharing options...
Akunecro-Jin Posted January 31, 2004 Author Share Posted January 31, 2004 Yes, I am running the 1.01 Patch. The command "Helpusobi 1" CAUSES the problem. I have an idea, I'll place it in my autoexec, then I'll update you with my latest info. Link to comment Share on other sites More sharing options...
Crow_Nest Posted January 31, 2004 Share Posted January 31, 2004 An alternet way is to use the "devmap" cheat, it skips you to that map with cheats enabled. Here is a link to the cheats and maps, the maplist are not in order, and its spoilers of coruse: Clicky PS: You dont have to type in the ".bsp" Link to comment Share on other sites More sharing options...
Akunecro-Jin Posted January 31, 2004 Author Share Posted January 31, 2004 Thanks for the tips. I forgot about devmapall, and I found out where it prints this message. From the Quake 3 code: cl_input.c which 'builds an intended movement command to send to the server'. if (!b->down[0]) b->down[0] = k; else if (!b->down[1]) b->down[1] = k; else { Con_Printf ("<B style="color:black;background-color:#ffff66">Three keys down for a button</B>!\n"); return; } So that's a snippet of movement code. I'm not a coder, but does this mean that JA is getting varibles mixed up and giving them invalid values (Some other number instead of 1 or 0?)? Then should I be able to solve the problem by making the varibles "0" through the console to stop the movement? EDIT: Darn, Okay, this problem occurs whenever I type ANYTHING in the console. I need help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.