Soccersam
Hilbert is Badass
- 179
- Posts
- 8
- Years
- Seen Feb 26, 2024
So just for fun, I was working on a short game project on the side set in the Alola region. I was all in, implementing the abilities and gen 6-7 PBS files, scripts, etc. But when I ran them, for some reason, I got this strange runtime error:-
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined value RKSSYSTEM in PBAbilities
File PBS/pokemon.txt, section 773, key HiddenAbility
RKSSYSTEM
Compiler:444:in `checkEnumField'
Compiler:429:in `csvEnumField!'
Compiler:1782:in `pbCompilePokemonData'
Compiler:1768:in `each'
Compiler:1768:in `pbCompilePokemonData'
Compiler:1766:in `loop'
Compiler:1847:in `pbCompilePokemonData'
Compiler:1750:in `each'
Compiler:1750:in `pbCompilePokemonData'
Compiler:1749:in `each'
This exception was logged in
C:\Users\wickedsoham\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
This was a little weird. I had gotten this sort of error before, which turned out to be a typo in my PBS files. But this one's got me whipped. I think RKSSYSTEM is an Ultra Beast ability? But AFAIK it is implemented in my PBS files. So where'd I go wrong?
I know next to nothing about Ruby or RGSS, and was just following the instructions given in the Gen 6-7 Pack for implementing the abilities (I hadn't even implemented one when I got this error)
Has anyone faced this problem before? What'd you do to fix it?
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined value RKSSYSTEM in PBAbilities
File PBS/pokemon.txt, section 773, key HiddenAbility
RKSSYSTEM
Compiler:444:in `checkEnumField'
Compiler:429:in `csvEnumField!'
Compiler:1782:in `pbCompilePokemonData'
Compiler:1768:in `each'
Compiler:1768:in `pbCompilePokemonData'
Compiler:1766:in `loop'
Compiler:1847:in `pbCompilePokemonData'
Compiler:1750:in `each'
Compiler:1750:in `pbCompilePokemonData'
Compiler:1749:in `each'
This exception was logged in
C:\Users\wickedsoham\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
This was a little weird. I had gotten this sort of error before, which turned out to be a typo in my PBS files. But this one's got me whipped. I think RKSSYSTEM is an Ultra Beast ability? But AFAIK it is implemented in my PBS files. So where'd I go wrong?
I know next to nothing about Ruby or RGSS, and was just following the instructions given in the Gen 6-7 Pack for implementing the abilities (I hadn't even implemented one when I got this error)
Has anyone faced this problem before? What'd you do to fix it?
Last edited: