looneyhead Regualr User
Posts : 15 Join date : 2009-11-03 Age : 43 Location : Cleveland, OH, USA
| Subject: pspBricker (Animations) Fri Dec 04, 2009 7:52 pm | |
| pspBricker (Animations) Files you need:pspbricker1.6FTB2.zip Installation:First, Extract the files. Then go into the folder that was created in the extraction. Click pspBricker and click PRX folder. Then copy the contents of that folder into your seplugins folder on your memory stick. In game.txt type in ms0:/seplugins/pspbricker.prx . Then in pspBricker.txt is where your animations are stored. The รพ stands for a different animation. Every line is a frame. Codes you need:#!!----Animation---- #BRK_CURRENT_ANIM ;turns on your animation 0x00804F10 0x00000000;<- change last 0 to new number for a different animation #BRK_ANIM_CLANTAG ;animates clantag 0x00804F00 0xFFFFFFFF #BRK_DISABLE ;stops animation 0x00804F04 0xFFFFFFFF #BRK_RELOAD_ANIM ;Reloads animation 0x00804F0C 0xFFFFFFFF #BRK_SPEED_1FPS ;fast speed 0x00804F08 0x000F4240 #BRK_SPEED_2FPS ;faster speed 0x00804F08 0x0007A120 #BRK_SPEED_4FPS ;even faster speed 0x00804F08 0x0003D090 #BRK_SPEED_8FPS ;fastest speed 0x00804F08 0x0001E848 | |
|