[Closed] Sitting up/Facing down selling value(?)

Status
Not open for further replies.

krugrdtron

Young Lion
Joined
Mar 25, 2012
Messages
19
Reaction score
0
Website
grownassmanshit.tumblr.com
Looking at the Showdown lighttube code, where, when you hit P2, and they react "... 0035" the weapon turns into a different weapon (in this instance broken glass): the code doesn't work when you hit a grounded opponent, of if they're on all fours, etc...which I'm assuming is because it only works for the standing reaction to a weapon strike.

That makes me think it would be possible to replace "... 0035" w/ the value relevant to the other animations (laying down, etc..) and have ability to break the weapon in all positions. I tried searching for reaction values, etc, but didn't find anything. I plan to spend some more time trying to figure it out myself, but thought I'd put something out there if someone had an answer.

 

Chuckiepk

Promoter
Joined
Feb 14, 2015
Messages
300
Reaction score
0
Website
twitter.com
It is possible to get the weapons to break in other situations. When I made the code for Showdown, I only did it for one situation because it took a long time to write the entire code out one line at a time and I would need to repeat the code for every situation. I plan on eventually making it work in other situations once I finish the things I am currently working on.
 

krugrdtron

Young Lion
Joined
Mar 25, 2012
Messages
19
Reaction score
0
Website
grownassmanshit.tumblr.com
Thanks for the reply! Excited to see what you come up with when you around to it, dig the code as it stands!

I hate asking people for help because the internet is a big place and people are busy, but, I looked through weapon guides on here and elsewhere, tried to figure it out on my own, and no success. Essentially, I can get activated weapons to work in the Weapon 1 slot, but not in 2, 3, 4... slots.

Didn't know if there was a general rule re: weapon slots other than 1 not being able to have activators and thought I'd ask while I work on it so I don't waste time.
 

krugrdtron

Young Lion
Joined
Mar 25, 2012
Messages
19
Reaction score
0
Website
grownassmanshit.tumblr.com
SUCCESS! I had looked at those guides (the jamstubb one helped me figure out the weapon 1 slot activator stuff) before, but your mention that you used it for Showdown led me to your code, and then I was able to parse out the other weapon slot addys (D116C3E6, D116C49A, etc..). Tested it and looks good!

Thanks again!
 
Status
Not open for further replies.
Top