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.