• ✨ 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 Version 0.19 Camera Angle Battle Bug

Status
Not open for further replies.

ColeDragoth

Trainer
*EDIT* Catching a Pokemon in 0.19! The Pokemon will shrink towards the center of the screen (becoming smaller like its supposed to) but disappears into oblivion, a Pokeball never appears however I was still able to catch it.

After updating I started a new game and picked Cyndaquil. After entering a battle I noticed that both Pokemon are not on screen and are off floating somewhere that you cannot see them. When I attacked it played the animation and I saw Ratata's tail.
 

ColeDragoth

Trainer
I found that moving the camera angle up I saw a GIANT Spearow in a different battle, good to see new Pokemon in :). I also was able to glimpse my Cyndaquil while moving the camera angle but he is jammed right up against the screen and far to big.
 
I have the same problem, and I would like to add the Ladyba is the only pokemon to show up correctly. And the trainers are missing either.
 

Splint

Champion
Seems it has something to do with the way the game handles the scale of the pokémon try seeing if this works.
Look up the number of your pokémon your having problems with in Pokémon 3D\Pokemon\Content\Pokemon\Data open it up in wordpad

Look for something like this
Code:
Scale|0,7
Change the scale to
Code:
Scale|1
Save the file and load up the game go into a battle and see if your pokémon is visible.

If u can confirm this then it is most likely that this is the problem

Edit: Above code is indeed wrong removing the comma fixes the issue
 

nilllzz

Original Developer
Administrator
P3D Developer
Oh i got it. Guys. I know what's going on.
The scale is meant to be "0.7" and "1.0" not "0,7" and "1,0" (dot instead of comma)
I am uploading a patch right now!
 

nilllzz

Original Developer
Administrator
P3D Developer
Yeah. The real problem is that we in Germany are separating numbers with a "," instead of "."
And the game cannot handle the "," in other countries, so it won't work.
I completely rewrote the Pokémon load engine and forgot about that at this point.
---
And the patch will be uploaded soon, the servers are not really accessible atm :eek:
 
Status
Not open for further replies.
Top