well i was wondering if it was possible to upload more than one animation in the pspbricker for socom ftb2 because im tired of getting off to go and get another animation to use
Printable View
well i was wondering if it was possible to upload more than one animation in the pspbricker for socom ftb2 because im tired of getting off to go and get another animation to use
Haha take the
#BRK_CURRENT_ANIM
0x00804F10 0x00000000
Replace the last zero with the number of animation.
then it will change.
Rep(:
[QUOTE=jjpok;149469]Haha take the
#BRK_CURRENT_ANIM
0x00804F10 0x00000000
Replace the last zero with the number of animation.
then it will change.
Rep(:[/QUOTE
how do u format it in pspbricker notepad?
----Added 20/7/2010 at 4:55 PM----
þ this 4 each?
Dude, this is what i do, if you read the README that is included, its pretty damn simple. Make a couple codes based on how many animations you have, like this:
#Animation 1
0x00804F10 0x00000000
#Animation 2
0x00804F10 0x00000001
#Animation 3
0x00804F10 0x00000002
#Animation 4
0x00804F10 0x00000003
And remember that every animation has to begin with þ so, every þ is another animation. The first animation is 0x00000000 and everyone after that is 1, 2, 3 and so on.
Rep++