Skip to content

Formatting

r0ah edited this page Mar 5, 2019 · 1 revision

VitaCheat uses *.psv as cheat file. It should consist of three parts:

  1. Game Info: Should include most of the info listed on the Code Header.

  2. Code Description: The total characters allowed is 65. If you exceed the limit the cheat won't work. Use ANSI encoding just in case but UTF-8 works too. The limit is 50 code descriptions for each *.psv file.

Identifiers:

  • _V0 - Off. Must be manually activated by end-user.

  • _V1 - On. Cheat code will be automatically activated when the game boots.

  1. Code(s): The total codes allowed is 200 per code description.

Example

# PCSA00147 Freedom Wars

_V0 Max Gold
$0200 81000000 3B9AC9FF

_V1 Max MP
$3200 81000000 0000008D8
$3300 00000000 3B9AC9FF
Clone this wiki locally