Merek Posted April 26, 2015 Share Posted April 26, 2015 Okay so, I've been running a JA++ server but I can't seem to do either things:Allow Admins to spawn NPCs (tells me cheats are disabled; don't want cheats) even though admin permissions are valid.Not instantly join the game on player connect (I want players to default to spectator rather than immediately joining the game)Any help is appreciated. Thank you. Link to comment
Link Posted April 26, 2015 Share Posted April 26, 2015 Forgot the cvar for the spectator issue, but for npc, it's now amnpc e.g. amnpc spawn jawa Link to comment
Merek Posted April 26, 2015 Author Share Posted April 26, 2015 Forgot the cvar for the spectator issue, but for npc, it's now amnpc e.g. amnpc spawn jawaThanks @@SiLink! Working now. As for the spectator issue, still completely lost. Link to comment
Raz0r Posted April 27, 2015 Share Posted April 27, 2015 What is the JA++ version on the server? (check with japp_version) Link to comment
Merek Posted April 28, 2015 Author Share Posted April 28, 2015 What is the JA++ version on the server? (check with japp_version) Um, the latest version I reckon. Link to comment
Raz0r Posted April 28, 2015 Share Posted April 28, 2015 I'd like to know for sure, each version number matches exact changes in the code. Link to comment
Merek Posted April 28, 2015 Author Share Posted April 28, 2015 japp_version reads as follows: JA++, 32-Bits, Nov 21 2014I'm not sure if this helps, but the mod also reads as: JA+ v2.6B1 Link to comment
Raz0r Posted April 28, 2015 Share Posted April 28, 2015 Nov 21 2014 is horrendously out of date, I recommend downloading it again from this post. That could solve a bunch of issues. Merek likes this Link to comment
Merek Posted April 28, 2015 Author Share Posted April 28, 2015 Nov 21 2014 is horrendously out of date, I recommend downloading it again from this post. That could solve a bunch of issues. Did that, and it still says Nov 21 2014. Using the latest version of OpenJK (April 13, 2015) as well. I am also running a 32-bit version of windows. Link to comment
Raz0r Posted April 29, 2015 Share Posted April 29, 2015 Delete any DLLs in GameData/japlus and Documents/My Games/OpenJK/japlus Link to comment
Merek Posted April 29, 2015 Author Share Posted April 29, 2015 Delete any DLLs in GameData/japlus and Documents/My Games/OpenJK/japlus Documents/My Games/OpenJK/japlus does not exist. Edit: Nevermind. Found it. Now reads April 15, 2015. I am getting errors with the bots now, something to do with JPLua. Attempting to call method 'isbot' (a nil value) Japlus folder does not have any other DLLs. Link to comment
Merek Posted April 30, 2015 Author Share Posted April 30, 2015 Documents/My Games/OpenJK/japlus does not exist. Edit: Nevermind. Found it. Now reads April 15, 2015. I am getting errors with the bots now, something to do with JPLua. Attempting to call method 'isbot' (a nil value)Japlus folder does not have any other DLLs. Still need help on this. Link to comment
Raz0r Posted April 30, 2015 Share Posted April 30, 2015 That's a temporary in the JPLua files as we've been rewriting large chunks of the JPLua API. For now, you can do cg_jplua 0; lua_reload to disable client-side Lua, as that's where the specific error is occuring. I'll update the actual Lua scripts some time in the future when I have more time. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now