Princess Maker 5 Cheat Table [Steam]

Upload your cheat tables here (No requests)
rayze
What is cheating?
What is cheating?
Posts: 3
Joined: Wed May 09, 2018 4:03 am
Reputation: 1

Princess Maker 5 Cheat Table [Steam]

Post 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.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
PM5 - Copy.CT
(8.18 KiB) Downloaded 1073 times
Last edited by rayze on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

rayze
What is cheating?
What is cheating?
Posts: 3
Joined: Wed May 09, 2018 4:03 am
Reputation: 1

Princess Maker 5 Cheat Table [Steam]

Post 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.)
Last edited by rayze on Thu May 10, 2018 3:15 am, edited 1 time in total.

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Princess Maker 5 Cheat Table [Steam]

Post by danielyee »

hi sir..the table is not working it seems,can sir redo..please..game been updated

rayze
What is cheating?
What is cheating?
Posts: 3
Joined: Wed May 09, 2018 4:03 am
Reputation: 1

Princess Maker 5 Cheat Table [Steam]

Post 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> 
Last edited by rayze on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Princess Maker 5 Cheat Table [Steam]

Post by danielyee »

hi sir can u do this table...m so dumb..if u make a table..

for gold

for all abilities..

tq

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Princess Maker 5 Cheat Table [Steam]

Post 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

TheCrimsonValley
Noobzor
Noobzor
Posts: 9
Joined: Sun Sep 24, 2017 6:24 pm
Reputation: 0

Princess Maker 5 Cheat Table [Steam]

Post 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.

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Princess Maker 5 Cheat Table [Steam]

Post 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
Attachments
PM5_Update#3.CT
(55.26 KiB) Downloaded 631 times
Last edited by hysspy on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Princess Maker 5 Cheat Table [Steam]

Post 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 ;)

User avatar
aurafort
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Aug 20, 2018 11:03 am
Reputation: 1

Re: Princess Maker 5 Cheat Table [Steam]

Post by aurafort »

thank you very much for the table!

User avatar
PrincessOfDumbasses
Noobzor
Noobzor
Posts: 11
Joined: Fri Jun 23, 2017 9:03 am
Reputation: 0

Re: Princess Maker 5 Cheat Table [Steam]

Post 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

NexusRegis
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Apr 30, 2017 3:46 pm
Reputation: 0

Re: Princess Maker 5 Cheat Table [Steam]

Post by NexusRegis »

neither works, does anyone where to find another table?

User avatar
Illusion11316
Novice Cheater
Novice Cheater
Posts: 23
Joined: Fri Dec 29, 2017 12:25 am
Reputation: 10

Re: Princess Maker 5 Cheat Table [Steam]

Post by Illusion11316 »

Lol i just get create it with pointer :) and it work both relationship and any other except item

User avatar
Illusion11316
Novice Cheater
Novice Cheater
Posts: 23
Joined: Fri Dec 29, 2017 12:25 am
Reputation: 10

Re: Princess Maker 5 Cheat Table [Steam]

Post 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)
Attachments
pm5.CT
(232.21 KiB) Downloaded 693 times

IDON'TNEED
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 28, 2019 5:13 am
Reputation: 0

Re: Princess Maker 5 Cheat Table [Steam]

Post by IDON'TNEED »

Illusion11316 The Character Can't Be Changed Plz Fix It

Post Reply

Who is online

Users browsing this forum: AhrefsBot, BigBlackBones, Bing [Bot], BLEXBot, DevMaster92, doodl3simpl3, EAGLETYPE, Google [Bot], hachiEND, hollybunny, kellcooz, masterCherub, shinka, Tauri, warking