View Single Post
  #5 (permalink)  
Old 25th April 2007, 07:13
Aarian Aarian is offline
Junior Member
 
Join Date: Mar 2007
Posts: 7 (0,02 posts per day)
Rep Power: 0
Aarian is on a distinguished road
Code:
_S ULUS-10230
_G Valhalla Knights
_C0 BP
_L 0x002F71F3 0x00000002
Only works when you start a new game. Remember to turn it off so you can reach 0 BP, otherwise the Done button won't activate.


Code:
_C0 Run Faster (Main character only)
_L 0x002F7852 0x0000xxxx
Where xxxx is value between 
Normal= 3F80 
Slow= 3E00 
Fast= 4080
You can experiment with the xxxx digit, but I found the above values more stable, and everything in between was rather redundant. You can also experiment with values higher than 4080 but I never noticed much difference bwteen 4080 and anything higher. Set game value = Normal


Code:
_C0 Running Animation (Main character only)
_L 0x002F763A 0x0000xxxx
Where xxxx is value between 
Normal= 3F80 
Slow= 3E00 
Fast= 4080
This code controls the running animation of the main character so that it doesn't look like he's skating or running in place. Set game value = Nomral


Code:
_C0 Walk through walls
_L 0x002F7522 0x00000001
I don't recommend this on your first time through the game, as it can leave you stuck, or it can freeze the game during almost all scripted events. It may sometimes corrupt your save file if your game freezes if you mistakenly approach a scripted event through a wall/space that you're not supposed to. The second time around, this will save you a lot of time without the risk of glitching, freezing or corruption since you'll most likely know where each event starts. Remember to save your game file to different locations prior to using this code!


Code:
_C0 Main Character Size Modifier
_L 0x002F7612 0x0000xxxx
_L 0x002F7616 0x0000xxxx
_L 0x002F761A 0x0000xxxx
Once again Normal= 3F80, and you can go lower for a smaller character, or higher for a bigger character. The size is up to you, but I wouldn't recommend it too big because it may be bothersome, especially when viewing some scenes. I actually don't use this anymore, but it's fun to have a tiny character.

Running, Running Animation, and Main Character Size modifiers do not change your character back to normal upon being deactivated. To return your character to normal, you have to turn on the codes with the "Normal" values, and your character will become normal again (after which you may turn the codes off if you'd like).

Ultima modifica di Aarian : 25th April 2007 alle 07:21.
Reply With Quote