• ✨ 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.41.1 (Special)] Tynamo Evolution Condition Incorrect

Tornado9797

Content Developer
P3D Developer
Global Moderator
In Pokémon 3D, Tynamo evolves into Eelektrik at level 16. In Pokémon: Black Version, Pokémon: White Version, Pokémon: Black Version 2, Pokémon: White Version 2, Pokémon: X Version (1.0), Pokémon: X Version (1.1), Pokémon: X Version (1.2), Pokémon: Y Version (1.0), Pokémon: Y Version (1.1), and Pokémon: Y Version (1.2), Tynamo evolves into Eelektrik at level 39. I believe that we should follow NIntendo's approach on evolution conditions as opposed to our own (except for Sylveon).

Fixing this bug for yourself (incase you're too impatient for the next update; PC only):
  1. Navigate to the folder in which your Pokemon3D.exe launcher is located.
  2. Open the Pokemon folder within the folder mentioned in step 1.
  3. Open the Content folder within the folder mentioned in step 2.
  4. Open the Pokemon folder within the folder mentioned in step 3.
  5. Open the Data folder within the folder mentioned in step 4.
  6. Scroll down to, and open 602.dat within the folder mentioned in step 5.
The contents of 602.dat should resemble this block of text:
Code:
Name|Tynamo
Number|602
ExperienceType|3
BaseExperience|55
Type1|Electric
Type2|
CatchRate|190
BaseFriendship|70
EggGroup1|Amorphous
EggGroup2|None
BaseEggSteps|5355
EggPokemon|602
IsGenderLess|0
IsMale|50
Ability1|26
Ability2|Nothing
Ability3|Nothing
Machines|
EggMoves|
BaseHP|35
BaseAttack|55
BaseDefense|40
BaseSpAttack|45
BaseSpDefense|40
BaseSpeed|60
FPHP|0
FPAttack|0
FPDefense|0
FPSpAttack|0
FPSpDefense|0
FPSpeed|1
CanFly|0
CanSwim|0
Pokedex|One alone can emit only a trickle of electricity, so a group of them gathes to unleash a powerful electric shock.\EleFish Pokémon\0.3\0.2\0,148,0
Scale|0.7
Move|1,33
Move|1,86
Move|1,209
Move|1,451
EvolutionCondition|603,Level,16,Level
TradeValue|35
7. When you have 602.dat open, replace the contents of the Current line with the Revised line (seen below):

Current:
Code:
EvolutionCondition|603,Level,16,Level
Revised:
Code:
EvolutionCondition|603,Level,39,Level
8. Save 602.dat.
9. Reboot Pokémon 3D.

Now Tynamo's evolution should be fixed. Have a great day.
-- Tornado9797
 

nilllzz

Original Developer
Administrator
P3D Developer
I think this has been reported before, cause it is fixed in the files I have. But yeah, it's fixed for next version.
 
Top