• ✨ 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 [0.20] Game Crashes When Picking First Pokemon

Status
Not open for further replies.

Splint

Champion
check what files you have under the scripts folder if you don't have files named for the kanto starters that might be the problem
There are no script files named after johto starters they are still named charmander , squirtle and bulbasaur so we already have ruled that issue out
 

Splint

Champion
After reading trough some other forums it has been suggested that u install the complete XNA Game studio in case it has something to do with the content pipeline the game relies on for loading in images and such.

However normally this is not a requirement for the game to work and cant really ask u to install it unless you are willing.

If u are willing to install these are the programs you are going to need:

Microsoft Visual studio 2010 express (C# edition)
Full XNA Game studio:
See if this fixes the issue you are having.

I know this is a lot of hassle to get it working and i apologize but up until this point there has not been anyone who has had such a crash mid game as far as i know.

And i don't think there has been a error message at the end either if it crashed has there?
 

Darkfire

Administrator
Administrator
P3D Developer
just noticed that those were part of that one post with the other programs as well my bad(those are the kanto starters by the way)

could you copy the text from one of the files? it might be an issue there
 

Splint

Champion
just noticed that those were part of that one post with the other programs as well my bad(those are the kanto starters by the way)

could you copy the text from one of the files? it might be an issue there

So far i think it is a issue loading in the images that are specified from within the scripts specifically these lines

Charmander.dat
Code:
:if:not register(pokemongot)
:then
@ViewPokemonImage:155,0,1
Squirtle.dat
Code:
:if:not register(pokemongot)
:then
@ViewPokemonImage:158,0,1
Bulbasaur.dat
Code:
:if:not register(pokemongot)
:then
@ViewPokemonImage:152,0,1
 

Darkfire

Administrator
Administrator
P3D Developer
Then maybe its an animation missing under pokemon/content/pokemon/animations/<pokemon name>

also it could be something under the elmlab.dat in the maps
 

AlessaGarnish

Dragon Tamer
Contributor
I did what you said Splint, still crashing. And no error, just saying that it didn't respond and had to close.
 

Darkfire

Administrator
Administrator
P3D Developer
go to pokemon/maps/elmlab.dat
go through the word document and make sure that the following lines are there:

Code:
Pokeballs
{"NPC"{NPC[{"Scale"{sngArr[0.5,0.5,0.5]}}{"Position"{sngArr[8,0.15,2]}}{"TextureID"{str[Pokeball]}}{"ID"{int[1]}}{"Name"{str[Bulbasaur]}}{"Action"{int[1]}}{"AdditionalValue"{str[bulbasaur]}}{"Rotation"{int[0]}}{"Movement"{str[Pokeball]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Scale"{sngArr[0.5,0.5,0.5]}}{"Position"{sngArr[6,0.15,2]}}{"TextureID"{str[Pokeball]}}{"ID"{int[2]}}{"Name"{str[Charmander]}}{"Action"{int[1]}}{"AdditionalValue"{str[charmander]}}{"Rotation"{int[0]}}{"Movement"{str[Pokeball]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Scale"{sngArr[0.5,0.5,0.5]}}{"Position"{sngArr[7,0.15,2]}}{"TextureID"{str[Pokeball]}}{"ID"{int[3]}}{"Name"{str[Squirtle]}}{"Action"{int[1]}}{"AdditionalValue"{str[squirtle]}}{"Rotation"{int[0]}}{"Movement"{str[Pokeball]}}{"MoveRectangles"{recArr[]}}]}}
 

Darkfire

Administrator
Administrator
P3D Developer
also go into the files splint mentioned earlier(the starters) and make sure that the first few lines look as he said
 

AlessaGarnish

Dragon Tamer
Contributor
But you have played for a while haven't you? I'm new to the game and it constantly crashes at that point.
 

Darkfire

Administrator
Administrator
P3D Developer
this has all three starters in it try replacing the files in the scripts folder with these
 

Attachments

Status
Not open for further replies.
Top