• ✨ 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

Fixed Does Mr. Pokémon give you an egg and is it in your bag?

Status
Not open for further replies.

LoveFungus

Trainer
The title says it all, I've currently read that three people including myself have this issue and would like to see if more do, just so that this issue is addressed fast as it stops us progressing in the game (talking to Prof. Elm)​
 

Tav

Fisherman
I thought it simply wasn't supposed to be implemented yet. Not very concerned about the egg though, I'm more eagerly awaiting the first trainer battle!
 

Multifarious

Bug Catcher
Yeah. Prof. Elm definitely doesn't respond to the Mr. Pokemon dialogue being triggered. He still says the same line he said before.
 

Haddez

Dragon Tamer
From what I have heard this will be fixed next week, but I haven't heard anything from Nilllzz himself about it.
 

Thunderhoof

Trainer
Will we get the Egg after the Update when we have already talked to Mr. Pokemon? I´am asking because I´ve already talked to Mr. Pokemon and Prof. Elm.
Or have we start a new Game to get the Egg/Pokedex ?
 

Haddez

Dragon Tamer
I am not sure, I have the same problem with the Egg/Pokedex. At a guess a new line of dialog will be added to it so you just talk to Mr.Pokemon to get the egg. For the pokedex I think it will just appear if you have talked to oak because you get given it but there is no file for the pokedex its self, so it does not appear. Once the file is added you should get it.
 

NANDO..

Bug Catcher
i guess your rival should apear on your way back to the professors lab.. but nothing happenedi guess your rival should apear on your way back to the professors lab.. but nothing happened
 

Lunick

Dragon Tamer
Donator
It's just that the story hasn't been done completely yet, nothing to worry about.
 

DracoHouston

Kolben Developer
Contributor
Will we get the Egg after the Update when we have already talked to Mr. Pokemon? I´am asking because I´ve already talked to Mr. Pokemon and Prof. Elm.
Or have we start a new Game to get the Egg/Pokedex ?
The game remembers all the little things you do in a file called registry.dat in you character's save folder. To reset every script you could remove all the keywords from the file. if you cared enough to salvage your save game you could look for the script thats broken for you and look for registry words it uses, and take those ones out of the registry.

Lets take for example the elm's lab starter pokemon sequence, it uses the words elm0, elm1 etc. This is my character's registry

mom_start,elm0,pokemongot,starter2,elm3,mom_adventure1,oldguide,get_egg_mrpokemon

(By the way, you can clearly see it registered i have the egg, not as as item but something stored on the save file. To have an actual item I guess nilllzz would have to set up the item with sprites and all that to make it an actual item that goes in the key pocket. )

lets say for some reason my character did the sequence in a build where it wasnt done and it registered that I chose a starter without me actually receiving a pokemon, stopping me from progressing. To reset the sequence I'd just remove elm0,elm3,pokemongot, starter2,mom_adventure1. Upon entering elm's lab it would assume i'm a new player.

If the sequence concerns NPCs you may need to look at what is registered to affect NPC spawns, here's my NPC.dat

{elmlab.dat|2|remove|1}
{barktown.dat|2|remove|1}
{cherrygrove.dat|2|position|27,0,12}
{mrpokemonhouse.dat|1|remove|1}

The first line removes charmander's pokeball from the lab, to show that I picked it up. The last line is professor oak in mr pokemon's house, he won't appear after the first time you go there because this is registered. if i wanted to reset the elms lab bit i would have to bring back that pokeball by removing its line from the file.

The others here are the rival not peeking through the window after you pick a pokemon, and the old guide being in front of his house instead of pokemon center after you talk to him.

This is a whole lot of effort but basically unless you want to rescue your save game by hand, patches can and will break your saves. We're basically 'testers' right now, living on the frontier.

There are a lot of options, you can turn on an experimental pokedex right now, as well as diagonal movement in player.dat (which is apparently not ready but it works a treat). People have gone through and changed their pokemon to be shinies and different levels etc, it is all plaintext
i guess your rival should apear on your way back to the professors lab.. but nothing happenedi guess your rival should apear on your way back to the professors lab.. but nothing happened
He appears to have only done the mr pokemon's house part. He posted the other day he was focused on the first gym map and was going to work on mr pokemon if he had time so the rest probably didn't make it for 0.16 (which was a day late as it was ;) ), I'm sure the rest of the quest is on the way. Right now the only way to get it working is to script it up with a text editor, takes a lot of time.
 

Lunick

Dragon Tamer
Donator
Wow, that is a lengthy but awesome post!

I think after a few updates, I'd just delete my save file and start again anyway.
 
Status
Not open for further replies.
Top