Title: How to get two different psa's on one character help Post by: Macle on July 23, 2010, 12:51:55 PM I use Captain Falcon and i want master chief psa and max onslought how can i have both of them on CF
Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 23, 2010, 03:50:50 PM I'm already trying to figure this out...
so far you can only use the 1 without it freezing... but I'll let you know if I make progress... note: I'm working with motion files instead of PSA's Title: Re: How to get two different psa's on one character help Post by: cuckoos on July 23, 2010, 05:02:39 PM I'm already trying to figure this out... so far you can only use the 1 without it freezing... but I'll let you know if I make progress... note: I'm working with motion files instead of PSA's The game can only read one motion file at a time, same with movesets /theory Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 23, 2010, 05:53:38 PM The game can only read one motion file at a time, same with movesets /theory have you ever looked at mario... his pcs contains chr0 files for flood... if I could get that to work with all animations, I'd have it there is a certain var # for every char (file flag) pit also has them for his bow and shield... his number is 256 (for only his bow and shield) I forgot mario's (7##) and I suspect samus has them too Title: Re: How to get two different psa's on one character help Post by: Nuke on July 23, 2010, 08:19:13 PM As Of Right Now Its Not Possible To Have Two Differnet MoveSets or Pacs On One Character.... Textures Yes.... Pacs No.... Sry :-\...
Title: Re: How to get two different psa's on one character help Post by: Macle on July 23, 2010, 09:10:31 PM As Of Right Now Its Not Possible To Have Two Differnet MoveSets or Pacs On One Character.... Textures Yes.... Pacs No.... Sry :-\... Thanks for the info and i have another question if you dont mind me asking is what is rilovution(sorry for miss spelling) Title: Re: How to get two different psa's on one character help Post by: Nuke on July 23, 2010, 09:21:33 PM Np... This Should Explain Things http://wiibrew.org/wiki/Riivolution...
Title: Re: How to get two different psa's on one character help Post by: TheShyGuy on July 23, 2010, 10:59:45 PM The game can only read one motion file at a time, same with movesets /theory have you ever looked at mario... his pcs contains chr0 files for flood... if I could get that to work with all animations, I'd have it there is a certain var # for every char (file flag) pit also has them for his bow and shield... his number is 256 (for only his bow and shield) I forgot mario's (7##) and I suspect samus has them too chr0's take up space you know, so i doubt you can get a whole motion set in one texture. You might be able to get some space for extra moves for a certain text. but a whole moveset probably won't happen because of the file size. You actually gave me an idea of a moveset which has different animations, butare very similar, which change on texture. ex. text. red would have a 20 frame uppercut punch(using an article chr0). It hits at frame 10. text. blue would have a 20 frame jab (using the same article chr0 animation id). it hits at frame 10. the different moves will always have the same bone hitbox and frame at which it connects. I guess the total frames doesn't matter, as long as the frame when the hitbox connects is the same(or close).You can't add anything else like flames for red, ice for blue...unless you can find a way in which the char. animations affect the psa externally or something i don't know...I don't actually how flags affect animations because i've never actually messed with them when i look at characters through hex, but if its important, then i can test to see some differences or something. Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 24, 2010, 08:27:58 AM chr0's take up space you know, so i doubt you can get a whole motion set in one texture. You might be able to get some space for extra moves for a certain text. but a whole moveset probably won't happen because of the file size. You actually gave me an idea of a moveset which has different animations, butare very similar, which change on texture. ex. text. red would have a 20 frame uppercut punch(using an article chr0). It hits at frame 10. text. blue would have a 20 frame jab (using the same article chr0 animation id). it hits at frame 10. the different moves will always have the same bone hitbox and frame at which it connects. I guess the total frames doesn't matter, as long as the frame when the hitbox connects is the same(or close).You can't add anything else like flames for red, ice for blue...unless you can find a way in which the char. animations affect the psa externally or something i don't know...I don't actually how flags affect animations because i've never actually messed with them when i look at characters through hex, but if its important, then i can test to see some differences or something. I don't see why filesize would matter... the data is local data... not public data... and that thing you call PSA is nothing mor than physics and game logic... it has nothing to do with the animation (movesets) except timing (when the char's animation frame and "PSA" hit as they should) as for file flags... they are a private variable... flood is separate from Mario so flood can't be controlled by mario's animations... so... if flood's animations can be separated... why can't mario's... it's all in the simple means of programming... instead of using public var '0' you can set this to var '1'... but you have to cange furthur vars as well (the entire game) that was one of my failed ideas... it would work... but you'd need to redo the entire game... so I'm trying to figue out a way to use the public var in it's place... without the game interupting the file layout... Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 24, 2010, 08:31:07 AM I also have another thread on this...
http://forums.kc-mm.com/index.php?topic=11480.0 Title: Re: How to get two different psa's on one character help Post by: TheShyGuy on July 24, 2010, 08:34:10 AM oh...well i got an excuse about why i was wrong then(even though you didnt ask).....i suck at programming =p...
Gl on it though Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 24, 2010, 08:44:10 AM XDD
yea I guess... but hey... sometimes it's the know nothing's that outsmart the know it all's XDD you could possibly figure it out is what I'm saying :) Title: Re: How to get two different psa's on one character help Post by: TheShyGuy on July 24, 2010, 08:49:48 AM okay...so I'm the know nothing...
your the know it all... but I might be able to figure it out... you can program in python... I can't even code to open a text file... yeh I can do it!!!...srry a bit bored and I still haven't had progress on my problem =p... edit: if I were to help, the most I could do is take a look at stuff in hex and look for patterns or something. Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on July 24, 2010, 08:52:05 AM okay...so I'm the know nothing... your the know it all... but I might be able to figure it out... you can program in python... I can't even code to open a text file... yeh I can do it!!!...srry a bit bored and I still haven't had progress on my problem =p... well you know what I'm feeling XD "WHY CAN'T I FIGRE THIS OUT!!!" XD Title: Re: How to get two different psa's on one character help Post by: ManicHedgehog on July 30, 2010, 11:46:02 PM For riivolution users, I am developing an xml which allows 4 psas to be used, but you have to choose at riivolution startup. I'll post a download link and instructions when I finish.
Title: Re: How to get two different psa's on one character help Post by: Maverick-Pro on July 31, 2010, 04:11:46 PM For riivolution users, I am developing an xml which allows 4 psas to be used, but you have to choose at riivolution startup. I'll post a download link and instructions when I finish. Wow! Sounds interesting. Can't wait to see the outcome of that. Title: Re: How to get two different psa's on one character help Post by: ManicHedgehog on July 31, 2010, 04:23:11 PM Just to clarify, I meant 1 psa at a time, but you choose which one at riivolution startup.
Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on August 02, 2010, 06:12:38 AM hey...
I just had an idea... can you program an extra move into the certain char with PSA, and be able to create an extra chr0 (with a differant name) in the motion file?? (I'm not asking "you" to do this) that was 1 idea I had... the other one still has a bit of a ways to go... Title: Re: How to get two different psa's on one character help Post by: ManicHedgehog on August 02, 2010, 08:15:36 PM hey... I just had an idea... can you program an extra move into the certain char with PSA, and be able to create an extra chr0 (with a differant name) in the motion file?? (I'm not asking "you" to do this) that was 1 idea I had... the other one still has a bit of a ways to go... Heck yes it is, I think I have the link around here somewhere... Here it is. http://forums.kc-mm.com/index.php?topic=9049.0 Title: Re: How to get two different psa's on one character help Post by: DarkPikachu on August 02, 2010, 09:24:07 PM Heck yes it is, I think I have the link around here somewhere... Here it is. [url]http://forums.kc-mm.com/index.php?topic=9049.0[/url] I see... so there is hope yet... -_- |