Page 1 of 2

Princess Maker 5 Cheat Table [Steam]

Posted: Wed May 09, 2018 4:19 am
by rayze
So I just got into the whole Princess Maker series and ended up buying all of them on Steam. Was looking for cheat tables when I realized there's none for the latest PM5. So I decided to try to make one (I'm a total newbie to dynamic address, though) and after (unsuccessfully) trying to find the base addresses with pointer scan, I noticed that the base addresses are almost the same except the third and fourth value.

For example:
--> Base address for Intelligence stat when I first played: 0C14AEA4.
--> Base address for the same stat after I restarted the game: 0C2DAEA4.

So basically, the base addresses mainly consists of three parts:
--> OC + XX (which changes everytime you restart the game but is the same for every stat) + YYYY (different for every stat but is always the same even if you restart the game)

For now I can only make a simple cheat table that you have to change every time you restart the game (troublesome, I know). Just pick one of the stat and try to find the base address, and then after you find out the values (XX in my example) you need to change all of the addresses manually (or at least the ones you want to modify). Also, I haven't added some Skills stats (like Fencing, Magic, and Mania) simply because I haven't encountered the events that enable them. Will update this post once I do.

For the Skills stats, DO NOT set it to be higher than 9990. Just set them to that number and wait until you level up, repeat until you reach Level 10. (STOP modifying the stats once you reach the max level - level 10.)

As for the Hidden stats, to be able to see them in-game you have to visit the Fortune Teller and ask for "Personality Diagnosis." Also, if you have negative stats, you will see the value as '4294961736' instead.

Well, if you have any questions or suggestions, feel free to inform me (or maybe suggest better cheat table? Lol.)

EDIT: You will see Abilities (999), Skills (99), and Personalities (100). The values indicated the max value in each stats - so for Abilities, make sure you don't set it higher than 99900 - Skills max of 9900 - Personalities 9900. For the Hidden stats I haven't confirmed it yet but I think the max is also 100 - same as Personalities.

Princess Maker 5 Cheat Table [Steam]

Posted: Thu May 10, 2018 2:16 am
by rayze
UPDATE1: After the last update on Steam (5/9/2018), the YYYY value for each stats has changed and my table has become obsolete. I will try to get the new values as soon as I can (assuming they are still the same even if you restart the game.) Also, apparently I forgot to add the Money stat, I will also add it to my next table.



UPDATE2: I've finished the new table but will wait for the new update in case they change the values again (hopefully not.)

Princess Maker 5 Cheat Table [Steam]

Posted: Thu May 10, 2018 9:50 am
by danielyee
hi sir..the table is not working it seems,can sir redo..please..game been updated

Princess Maker 5 Cheat Table [Steam]

Posted: Thu May 10, 2018 10:18 am
by rayze
New table based on Steam update (5/9/2018). To find XX, get one of the base address from Abilities/Personalities stats, then replace XX with the third and fourth value.
Example: if the base address for money is 0D55BEF8 -> replace XX with 55
To find YY, you just need to find the value before XX.
Example: if XX is 55, then YY is 54 (basically YY = XX - 1)
NOTE: VALUES FOR BOTH XX AND YY ARE RESET EVERY TIME YOU RESTART THE GAME.
ALSO, PLEASE READ MY FIRST POST FOR MORE DETAILED INFORMATION IF YOU HAVEN'T ALREADY.
Stats missing: Fencing, Magic, and Mania Skills.
code

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="26">
  <CheatEntries>
    <CheatEntry>
      <ID>53</ID>
      <Description>"money"</Description>
      <LastState Value="0" RealAddress="0DXXBEF8"/>
      <VariableType>4 Bytes</VariableType>
      <Address>0DXXBEF8</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>22</ID>
      <Description>"Abilities (999)"</Description>
      <Options moManualExpandCollapse="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>31</ID>
          <Description>"stm"</Description>
          <LastState Value="0" RealAddress="0DXXB6A0"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6A0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>30</ID>
          <Description>"guts"</Description>
          <LastState Value="0" RealAddress="0DXXB6A4"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6A4</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>29</ID>
          <Description>"physcal"</Description>
          <LastState Value="0" RealAddress="0DXXB6A8"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6A8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>28</ID>
          <Description>"intell"</Description>
          <LastState Value="0" RealAddress="0DXXB6AC"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6AC</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>20</ID>
          <Description>"char"</Description>
          <LastState Value="0" RealAddress="0DXXB6B0"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6B0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>27</ID>
          <Description>"eleganc"</Description>
          <LastState Value="0" RealAddress="0DXXB6B4"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6B4</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>26</ID>
          <Description>"attract"</Description>
          <LastState Value="0" RealAddress="0DXXB6B8"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6B8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>24</ID>
          <Description>"stress"</Description>
          <LastState Value="0" RealAddress="0DXXB6BC"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB6BC</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>32</ID>
      <Description>"Skills (99)"</Description>
      <Options moManualExpandCollapse="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>11</ID>
          <Description>"martial"</Description>
          <LastState Value="0" RealAddress="0DYYEF04"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF04</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>36</ID>
          <Description>"swim"</Description>
          <LastState Value="0" RealAddress="0DYYEF10"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF10</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>35</ID>
          <Description>"acting"</Description>
          <LastState Value="0" RealAddress="0DYYEF28"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF28</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>33</ID>
          <Description>"analytical"</Description>
          <LastState Value="0" RealAddress="0DYYEF34"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF34</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>13</ID>
          <Description>"music"</Description>
          <LastState Value="0" RealAddress="0DYYEF40"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF40</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>34</ID>
          <Description>"dance"</Description>
          <LastState Value="0" RealAddress="0DYYEF4C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF4C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>12</ID>
          <Description>"language"</Description>
          <LastState Value="0" RealAddress="0DYYEF58"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF58</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>14</ID>
          <Description>"art"</Description>
          <LastState Value="0" RealAddress="0DYYEF64"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF64</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>21</ID>
          <Description>"cooking"</Description>
          <LastState Value="0" RealAddress="0DYYEF70"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF70</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>15</ID>
          <Description>"fashion"</Description>
          <LastState Value="0" RealAddress="0DYYEF7C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF7C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>19</ID>
          <Description>"sales"</Description>
          <LastState Value="0" RealAddress="0DYYEF94"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DYYEF94</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>37</ID>
      <Description>"Personalities (100)"</Description>
      <Options moManualExpandCollapse="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>18</ID>
          <Description>"affect"</Description>
          <LastState Value="0" RealAddress="0DXXB748"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB748</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>16</ID>
          <Description>"morals"</Description>
          <LastState Value="0" RealAddress="0DXXB74C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB74C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>9</ID>
          <Description>"sens"</Description>
          <LastState Value="0" RealAddress="0DXXB750"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB750</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>25</ID>
      <Description>"Hidden (100)"</Description>
      <Options moManualExpandCollapse="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>42</ID>
          <Description>"independence"</Description>
          <LastState Value="0" RealAddress="0DXXB7YY"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB7YY</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>41</ID>
          <Description>"flexibility"</Description>
          <LastState Value="0" RealAddress="0DXXB758"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB758</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>40</ID>
          <Description>"sociality"</Description>
          <LastState Value="0" RealAddress="0DXXB75C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB75C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>39</ID>
          <Description>"logical"</Description>
          <LastState Value="0" RealAddress="0DXXB760"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB760</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>38</ID>
          <Description>"pride"</Description>
          <LastState Value="0" RealAddress="0DXXB764"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB764</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>52</ID>
          <Description>"creativity"</Description>
          <LastState Value="0" RealAddress="0DXXB768"/>
          <VariableType>4 Bytes</VariableType>
          <Address>0DXXB768</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable> 

Princess Maker 5 Cheat Table [Steam]

Posted: Thu May 10, 2018 4:00 pm
by danielyee
hi sir can u do this table...m so dumb..if u make a table..

for gold

for all abilities..

tq

Princess Maker 5 Cheat Table [Steam]

Posted: Fri May 11, 2018 5:29 pm
by danielyee
hi sir ..can sir make this table in a proper table..it can't work sir..my daughter love this game..but she frstrated..any chance sir can help ..as her birthday gift..please

Princess Maker 5 Cheat Table [Steam]

Posted: Fri May 18, 2018 5:54 pm
by TheCrimsonValley
I really don't understand how to do this.

I'm really new to using this but I don't understand how to change anything even with your description.

Could you perhaps add some visual aid? Like screenshoots

This would be extremly helpful to me.

Princess Maker 5 Cheat Table [Steam]

Posted: Fri May 18, 2018 6:47 pm
by hysspy
Princess Maker 5 +22
This cheat table is my 20th upload on this forum, i hope there's no problem, i do read forum rules..
In this tables, there are 22 cheat. [Readme in the a]
Image
=======================
Game : PM5.exe
Version: None
File Version : None
Product Version : None
=======================
That's the file version, check yours [File Version & Product Version] on PM5.exe -> RightClick -> Properties -> Details.
Well that's the formality and the word. Enjoy!

Here some ss :D
Image

Princess Maker 5 Cheat Table [Steam]

Posted: Sat May 19, 2018 12:13 am
by hysspy
[QUOTE="TheCrimsonValley, post: 46291, member: 8783"]I really don't understand how to do this.

I'm really new to using this but I don't understand how to change anything even with your description.

Could you perhaps add some visual aid? Like screenshoots

This would be extremly helpful to me.[/QUOTE]

[USER=8783]@TheCrimsonValley[/USER] : Try mine sir ;) I hope there's no problem ;)

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Mon Oct 22, 2018 10:45 am
by aurafort
thank you very much for the table!

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Tue Oct 23, 2018 7:05 am
by PrincessOfDumbasses
could anyone teach us how to use this? a few Screenshots on how to change or where to add things

as the description isnt quite enough

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Tue Nov 27, 2018 2:23 am
by NexusRegis
neither works, does anyone where to find another table?

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Tue Jan 22, 2019 11:01 pm
by Illusion11316
Lol i just get create it with pointer :) and it work both relationship and any other except item

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Wed Jan 23, 2019 6:45 am
by Illusion11316
This one will work, if it didnt work then just try search base address on money and just copy it to the other :)
Feature ? Ability , Battle Stat ,Character , Money , Personality , Skills , Stat Body
Just change the Base Pointer with urs, Search pointer on money address. (Search ur money first the do search pointer)

Re: Princess Maker 5 Cheat Table [Steam]

Posted: Thu Mar 28, 2019 5:15 am
by IDON'TNEED
Illusion11316 The Character Can't Be Changed Plz Fix It