• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved (0.22) PC Pokemon vanished

Status
Not open for further replies.

KallenSkye

Fisherman
All the pokemon i had stored in my PC vanished after the update... Is there code for the pokemon i can put in to get them back?
 

Darkfire

Administrator
Administrator
P3D Developer
yes it is a bit long
it is the same code used for the part
you can find the save files under /pokemon/save/<player name>/
box.dat and party.dat contain the necessary code
if you need help reproducing the code post the pokemon and their levels here and I will make you the file
to not loose pokemon in the box don't have a full party if you want to catch something
 

KallenSkye

Fisherman
Pokemon were mostly 3's and 4's..... but here's the list

zubat
rattata lvl 9
bellsprout
geodude
cyndaquil
wooper
dunsparce

they show up as caught in my pokadex but vanished in my storage
 

Darkfire

Administrator
Administrator
P3D Developer
Code:
0,0{"Pokemon"[41]}{"Experience"[64]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Dark Cave]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[141,15,15]}{"Attack2"[48,20,20]}{"Attack3"[]}{"Attack4"[]}{"Stats"[18,18,9,9,8,9,10]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,1{"Pokemon"[19]}{"Experience"[729]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[9]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Route 29]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[39,30,30]}{"Attack3"[98,30,30]}{"Attack4"[116,30,30]}{"Stats"[27,27,11,14,12,14,20]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,2{"Pokemon"[69]}{"Experience"[96]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Route 31]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[22,15,15]}{"Attack2"[]}{"Attack3"[]}{"Attack4"[]}{"Stats"[19,19,12,9,11,8,9]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,3{"Pokemon"[74]}{"Experience"[96]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Dark Cave]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[111,40,40]}{"Attack3"[300,15,15]}{"Attack4"[]}{"Stats"[18,18,12,14,8,8,7]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,4{"Pokemon"[155]}{"Experience"[179]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Received as a gift from Prof. Elm]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[43,30,30]}{"Attack3"[108,20,20]}{"Attack4"[]}{"Stats"[22,22,13,12,14,12,14]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,5{"Pokemon"[194]}{"Experience"[64]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Route 32]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[39,30,30]}{"Attack2"[55,25,25]}{"Attack3"[]}{"Attack4"[]}{"Stats"[19,19,9,9,8,8,7]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
0,6{"Pokemon"[206]}{"Experience"[64]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[4]}{"OT"[15650]}{"Ability"[65]}{"Status"[]}{"Nature"[0]}{"CatchLocation"[Dark Cave]}{"CatchTrainer"[Skye]}{"CatchBall"[5]}{"CatchMethod"[Caught at]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[99,20,20]}{"Attack2"[111,40,40]}{"Attack3"[205,20,20]}{"Attack4"[]}{"Stats"[23,23,11,11,11,11,8]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
copy that code and insert it into box.dat
the only issue is i don't know the formating for box.dat as I don't use many pokemon so DracoHouston should know the proper formating for the box
 

DracoHouston

Kolben Developer
Contributor
copy that code and insert it into box.dat
the only issue is i don't know the formating for box.dat as I don't use many pokemon so DracoHouston should know the proper formating for the box
its the same as party dat but you put box number,index in box before it like
0,0,{your pokemon}
0,1,{your pokemon}
0,2,{your pokemon}
etc
 
Status
Not open for further replies.
Top