Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → PlayMode(player, ???);
PlayMode(player, ???);
2000-11-14, 6:30 AM #1
This is supposed to call a keyframe from a pup file, but how do I get the submode number? The pup file has a section submode, but it lists stand, walk, ect. but no number. What I need to do is add a new section 6 with new keys, and call thier number.
Jedi Knight Enhanced
Freelance Illustrator
2000-11-14, 10:37 AM #2
Here's a snippet from ky.pup
Code:
fire		kypnchl0.key	0x28	1	3	# submode 8 = fire (left punch)
fire2		kypnchr0.key	0x28	1	3	# submode 18 = alt. fire (right punch)


The submode is listed.

Raynar


------------------
... the Jedi I admire the most, met up with Darth Maul, now he's toast ...
Rbots - a project to develop a working Bot for Jedi Knight... download the latest development version here
Pagewizard_YKS: "making your own lightsaber doesn't make you a nerd... "
Raynar - the man with a 10.75" ePenis
2000-11-15, 1:35 AM #3
Yes, but I added a new section:
Code:
Mode=6, BasedOn=0		# Mode 6 = flight
flyup		flyup.key	0x01	2	2	# submode ?? = flyup

flyright	flyright.key	0x01	2	2	# submode ?? = flyright

flyleft		flyleft.key	0x01	2	2	# submode ?? = flyleft

flyh    	flyh.key	0x01	2	2	# submode ?? = flyh
is there any way to get those numbers?


[This message has been edited by Shred18 (edited November 15, 2000).]
Jedi Knight Enhanced
Freelance Illustrator
2000-11-15, 11:05 AM #4
The only thing I can think of, is to write a test cog that cycles through each of the submodes and prints the current submode on the screen.

This is the way I sort out most of these sorts of problems.

Cheers...

Raynar


------------------
... the Jedi I admire the most, met up with Darth Maul, now he's toast ...
Rbots - a project to develop a working Bot for Jedi Knight... download the latest development version here
Pagewizard_YKS: "making your own lightsaber doesn't make you a nerd... "
Raynar - the man with a 10.75" ePenis

↑ Up to the top!