Conception Plus

pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: Conception Plus

Post by pj1980 » Sun Apr 12, 2020 6:45 pm

baralia22 wrote: Sun Apr 12, 2020 4:51 pm I am having some trouble with the codes you listed PJ. I could not get any of the stat codes to work. I am very inexperienced with dealing with hex codes and editing via advanced mode. Would you happen to have a tutorial you recommend? I tried just putting in the max luck or HP cheat under quick codes but they did not work when I started the game. I would love to be able to quickly max level the star kids but I can not figure it out. For example I have a star child named Prim. I tried using a hex convertor and found her but I don't understand what you mean when you say change the last 5 digits to 6363. I tried that but no luck. I keep getting errors when I load the game and the star child's picture is that of an enemy.

Thank you again for your time.
The thing I worked out is stuff moves up or down based on how many items you have and the name of characters. What I ment about a characters level is you find their name and 5 bytes after is their level and max level . So your character Prim would be in hexadecimal
50 72 69 6d so you should be able just search in text for name. it will look in hexadecimal like this 50 72 69 6d 00 00 00 00 00 01 16 the 01 in blue is characters level and the 16 is max level these numbers maybe different for you just change them to 63 63 that's level 99. These are ok for selling to level up town but they won't have have stats of a level 99 character. The individual stats are below character so after finding character name just search for characters stats by converting stats into hex then reverse the bytes example if your health is 380 in hex it's 01 7C you reverse the bytes that becomes 7C 01. The thing is after health there a gap of 00 00 then it's your mp and rest of stats so if you work out mp and speed you can safely just change everything from MP to speed to FF for max stats. This also works for main character. i made a code that should work with Prim.

Code: Select all

max level and exp Prim save slot 1
80010004 5072696D
28000009 FFFF6362
max exp Prim save slot 1
80010004 5072696D
1800000B 0000FFFF
max stats Prim save slot 1
80010004 5072696D
A8000010 00000014
0F270000 0F270F27
0F270F27 0F270F27 
0F270F27 00000000 

Code: Select all

Max level and exp
800Y0004 XXXXXXXX
28000009 FFFF6362
max exp 
800Y0004 XXXXXXXX
1800000B 0000FFFF
max stats 
800Y0004 XXXXXXXX
A8000010 00000014
0F270000 0F270F27
0F270F27 0F270F27 
0F270F27 00000000 

Y equals number of times to search for name which equals save slot so save slot 2 you change Y to 2
XXXXXXXXX is your characters name in hex. if its 4 letters you shouldn't have a problem more than 4 just use last 4 letters of name in hex 

Code: Select all

main character

max level and exp 
80YY0004 XXXXXXXX
2800000A FFFF6362

max exp
80YY0004 XXXXXXXX
1800000C 0000FFFF

max stats
80YY0004 XXXXXXXX
A8000011 00000014
0F270000 0F270F27
0F270F27 0F270F27 
0F270F27 00000000
YY is save slot save slot 1 you change YY to 03 for slot 2 you change YY to 06 .the search is a multiple of 3. YY will need to be in hex so slot 10 would be 30 but hex its 1E so you change YY to 1E
XXXXXXXX is the last name of main character its the last 4 letters in hexadecimal.
Last edited by pj1980 on Sun Apr 12, 2020 9:25 pm, edited 2 times in total.
baralia22
Junior Member
Posts: 7
Joined: Mon Apr 06, 2020 12:26 pm

Re: Conception Plus

Post by baralia22 » Sun Apr 12, 2020 8:57 pm

That makes sense. Thank you so much!]

I got stuck with the MC's stats but what I didn't realize was that you need to fill in an extra 0. So I had 833 Luck which translates to 341. I was only looking for 341, I didn't realize I needed to add a 0 making it 03 41 and searching for that reversed.

Thank you again PJ! You have been a great help and I understand how to work advanced mode better now. :D
stfb1055
Member
Posts: 56
Joined: Sat Jul 22, 2017 2:02 pm

Re: Conception Plus

Post by stfb1055 » Mon Apr 13, 2020 11:48 am

think you can make a all types of Matryoshka and as well max it? Probably Star Matryoshka is the best of them all unless there other one i haven't encounter. lol well i hope those others cheats is possible to make since i want to see them release. i don't think it possible unless i have to do advanced mode. *shrugs* Thanks for more codes here! Good works!
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: Conception Plus

Post by pj1980 » Mon Apr 13, 2020 3:26 pm

stfb1055 wrote: Mon Apr 13, 2020 11:48 am think you can make a all types of Matryoshka and as well max it? Probably Star Matryoshka is the best of them all unless there other one i haven't encounter. lol well i hope those others cheats is possible to make since i want to see them release. i don't think it possible unless i have to do advanced mode. *shrugs* Thanks for more codes here! Good works!
The problem with creating quick codes for this game is values are not in a fixed address the number of letters in main and star children names effect where things are in save. Also it difficult to find something in save file to use as a search pointer for a quick code. Example I know where the star maidens bond levels are if I created a quick code there is the word backlog@ I can search then offset write from there but my characters name is after backlog@ so my quick code will work for me plus anyone who as same numbers of letters in first and last combined (for me it's 10 letters) but if someone as more or less letters combined it won't write in right place. The general layout of save is it made up of all saves each save slot will have have your characters name 3 times in it. if you search for your character name first time it the beginning of that save slot the second time you got money and bond points as well as star maidens bonds. the third search will have character level and stats then star childrens stats then scroll down after all the children you got the accessories, armour, weapons, gifts, items I not 100% on order but items are under everything else.
stfb1055
Member
Posts: 56
Joined: Sat Jul 22, 2017 2:02 pm

Re: Conception Plus

Post by stfb1055 » Tue Apr 14, 2020 12:10 am

pj1980 wrote: Mon Apr 13, 2020 3:26 pm
stfb1055 wrote: Mon Apr 13, 2020 11:48 am think you can make a all types of Matryoshka and as well max it? Probably Star Matryoshka is the best of them all unless there other one i haven't encounter. lol well i hope those others cheats is possible to make since i want to see them release. i don't think it possible unless i have to do advanced mode. *shrugs* Thanks for more codes here! Good works!
The problem with creating quick codes for this game is values are not in a fixed address the number of letters in main and star children names effect where things are in save. Also it difficult to find something in save file to use as a search pointer for a quick code. Example I know where the star maidens bond levels are if I created a quick code there is the word backlog@ I can search then offset write from there but my characters name is after backlog@ so my quick code will work for me plus anyone who as same numbers of letters in first and last combined (for me it's 10 letters) but if someone as more or less letters combined it won't write in right place. The general layout of save is it made up of all saves each save slot will have have your characters name 3 times in it. if you search for your character name first time it the beginning of that save slot the second time you got money and bond points as well as star maidens bonds. the third search will have character level and stats then star childrens stats then scroll down after all the children you got the accessories, armour, weapons, gifts, items I not 100% on order but items are under everything else.
yeah it figured it going be something like that. just wondering if you can find those codes on save data so i can do a quick search for that codes in advanced mode and edit their numbers.

Still, Thanks for giving your a bit of times for this game and shared infos. i appericate it!
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Re: Conception Plus

Post by pj1980 » Tue Apr 14, 2020 1:53 am

here some ids if you don't have items yet you can't search for them. to search its item id plus how many you got so star matryoshka if you had 10 would be 0f 00 0a 00. also you will notice game seems to use same ids for multiple items eg potion+ and atk matryoshka are both 02 00 but they are read differently by game depending where they are in save. the part of the save where items are the different categories are split up with 00 00 00 a easy way to work out items is use money cheat and buy the same number of everything so you can see the pattern the order from top to bottom is accessories-armour-weapons-gifts-items-matryoshka. it also possible to edit a characters equipment just after the speed stat the 2 bytes after it are weapon then armour then accessory example bat+, gods gift fine armour and force bangle+ would be (speed stat) 32 00 38 00 d7 00. increasing some ids can give you the next up version of that item.

Code: Select all

mdf matryoshka 03 00
atk matryoshka 02 00 
luck matryoshka 08 00
fire matryoshka  09 00
water matryoshka  0a 00
wind matryoshka  0b 00
earth matryoshka  0c 00
light matryoshka  0d 00
dark matryoshka  0e 00 
star matryoshka  0F 00
bat+  32 00
gods gift fine armour  38 00
force bangle d6 00
force bangle+ d7 00
garia basher+ 53 01
veteran armour+  c6 00
holy tower lance+ ff 00
arches shell+   b5 00
meow strike  c4 o1
delta clothes 5a 00
sonic out 24 02
holy mail+ 3d 00
luck sign+  5F 01 
cool luck  31 01
Post Reply