- 4
- Posts
- 12
- Years
- Seen Jun 22, 2012
So I found out about this place and am fairly new to coding via rpgmaker but I think I am catching on pretty fast. I created a list of 150 pokemon that I enjoy from the 4 generations, and deleted everyone not from that list from the pokemon.txt file. I then rearranged the pokemon in the order suitable for my storyline (Creepypasta based game) and attempted to load the game. Now the first time I did this I changed the section number and it worked fine, however it changed the sprite association. This time I left the section number [in these brackets] as is, and only changed the regional number for the pokedex value. Now it will not load. Through the error log I fixed a few problems it had here is my latest:
EException: RuntimeError
Message: Bad line syntax (expected syntax like XXX=YYY)
File PBS/pokemon.txt, section 73, key WildItemRare
POISONBARB
Compiler:1663:in `pbEachFileSectionEx'
Compiler:1646:in `each_line'
Compiler:1646:in `pbEachFileSectionEx'
Compiler:1684:in `pbEachFileSection'
Compiler:2271:in `pbCompilePokemonData'
Compiler:2269:in `open'
Compiler:2269:in `pbCompilePokemonData'
Compiler:4050:in `pbCompileAllData'
Compiler:4174
------------------
Now I'm fairly new, but from a previous error I troubleshot myself, I Was able to learn that the sectio number is in the brackets so I went there and found this:
[73]
Name=Tentacruel
InternalName=TENTACRUEL
Type1=WATER
Type2=POISON
BaseStats=80,70,65,100,80,120
GenderRate=Female50Percent
GrowthRate=Slow
BaseEXP=205
EffortPoints=0,0,0,0,0,2
Rareness=60
Happiness=70
Abilities=CLEARBODY,LIQUIDOOZE
HiddenAbility=RAINDISH
Moves=1,POISONSTING,1,SUPERSONIC,1,CONSTRICT,5,SUPERSONIC,8,CONSTRICT,12,ACID,15,TOXICSPIKES,19,BUBBLEBEAM,22,WRAP,26,ACIDSPRAY,29,BARRIER,34,WATERPULSE,38,POISONJAB,43,SCREECH,47,HEX,52,HYDROPUMP,56,SLUDGEWAVE,61,WRINGOUT
EggMoves=
Compatibility=9,9
StepsToHatch=5355
Height=1.6
Weight=55.0
Color=Blue
Habitat=Sea
RegionalNumbers=52
Kind=Jellyfish
Pokedex=It lives in complex rock formations on the ocean floor and traps prey using its 80 tentacles. Its red orbs glow when it grows excited or agitated.
WildItemRare=POISONBARB
BattlerPlayerY=0
BattlerEnemyY=11
BattlerAltitude=7
Evolutions=
____________________________________
I wasnt sure what the issue is so the first thing i did was copy and paste exactly what it said for tentacool in that category. that didnt work so i changed it to "WildItemRare" as the error log said because before that it was wilditemuncommon. Neither worked and I am still getting the error.
any advice on this, or programming a pokemon game in general would be appreciated.
EException: RuntimeError
Message: Bad line syntax (expected syntax like XXX=YYY)
File PBS/pokemon.txt, section 73, key WildItemRare
POISONBARB
Compiler:1663:in `pbEachFileSectionEx'
Compiler:1646:in `each_line'
Compiler:1646:in `pbEachFileSectionEx'
Compiler:1684:in `pbEachFileSection'
Compiler:2271:in `pbCompilePokemonData'
Compiler:2269:in `open'
Compiler:2269:in `pbCompilePokemonData'
Compiler:4050:in `pbCompileAllData'
Compiler:4174
------------------
Now I'm fairly new, but from a previous error I troubleshot myself, I Was able to learn that the sectio number is in the brackets so I went there and found this:
[73]
Name=Tentacruel
InternalName=TENTACRUEL
Type1=WATER
Type2=POISON
BaseStats=80,70,65,100,80,120
GenderRate=Female50Percent
GrowthRate=Slow
BaseEXP=205
EffortPoints=0,0,0,0,0,2
Rareness=60
Happiness=70
Abilities=CLEARBODY,LIQUIDOOZE
HiddenAbility=RAINDISH
Moves=1,POISONSTING,1,SUPERSONIC,1,CONSTRICT,5,SUPERSONIC,8,CONSTRICT,12,ACID,15,TOXICSPIKES,19,BUBBLEBEAM,22,WRAP,26,ACIDSPRAY,29,BARRIER,34,WATERPULSE,38,POISONJAB,43,SCREECH,47,HEX,52,HYDROPUMP,56,SLUDGEWAVE,61,WRINGOUT
EggMoves=
Compatibility=9,9
StepsToHatch=5355
Height=1.6
Weight=55.0
Color=Blue
Habitat=Sea
RegionalNumbers=52
Kind=Jellyfish
Pokedex=It lives in complex rock formations on the ocean floor and traps prey using its 80 tentacles. Its red orbs glow when it grows excited or agitated.
WildItemRare=POISONBARB
BattlerPlayerY=0
BattlerEnemyY=11
BattlerAltitude=7
Evolutions=
____________________________________
I wasnt sure what the issue is so the first thing i did was copy and paste exactly what it said for tentacool in that category. that didnt work so i changed it to "WildItemRare" as the error log said because before that it was wilditemuncommon. Neither worked and I am still getting the error.
any advice on this, or programming a pokemon game in general would be appreciated.