Rayce Posted June 14, 2014 Posted June 14, 2014 What I want is to be able to have no lightsabers in a match, with or without other players, preferably as an option on the menu. Can this be done? Thanks in advance.
afi Posted June 14, 2014 Posted June 14, 2014 I did that for my promode-mod back then. It's not really hard to do. Might upload the old promode files at some point
ent Posted June 15, 2014 Posted June 15, 2014 Also if you deselect all circles of Force Saber Attack, then you will spawn with melee instead.
afi Posted June 15, 2014 Posted June 15, 2014 Spawning with the saber is hardcoded in g_client, that's why g_weapondisable won't work.
Raz0r Posted June 15, 2014 Posted June 15, 2014 Oh right. Forgot I changed that. Perhaps could disable saber offense force power.
Rayce Posted June 15, 2014 Author Posted June 15, 2014 Oh right. Forgot I changed that. Perhaps could disable saber offense force power.What line would that be?
afi Posted June 15, 2014 Posted June 15, 2014 I've uploaded the latest promode build btw which should do the trick.http://jkhub.org/files/file/1937-promode-alpha/Just install and exec onlynosaber.cfg. You can still make your own code mod though, it's basically just one line that you have to change Futuza likes this
Rayce Posted August 3, 2014 Author Posted August 3, 2014 (Sorry if double-posting isn't allowed, I didn't see anything about it on the forum rules)I have a new question, is it possible to change the weapon that replaces the lightsaber?
eezstreet Posted August 3, 2014 Posted August 3, 2014 Yeah, but there's like a million lines of code that you'll have to remove/replace, both client and server. Fortunately it isn't tied to the engine at all.
Merek Posted August 4, 2014 Posted August 4, 2014 Yeah, but there's like a million lines of code that you'll have to remove/replace, both client and server. Fortunately it isn't tied to the engine at all.how is that fortunate? that's like 11+ hours of work
eezstreet Posted August 4, 2014 Posted August 4, 2014 It's fortunate that it isn't tied to the engine, otherwise you'd need an entirely different engine if you wanted to replace the lightsabers. Or recode the engine.
Rayce Posted August 4, 2014 Author Posted August 4, 2014 I meant have a different PLACEHOLDER for lightsabers if you have them disabled. As apposed to a stun baton. Sorry for the confusion.
Raz0r Posted August 4, 2014 Posted August 4, 2014 Yes it's possible, with coding. Like 3 lines of code.
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