- 38
- Posts
- 10
- Years
- Seen Apr 23, 2025
I'm trying to import all moves animations from Pokemon Reborn to my game, but the option of export all doesn't exist in Reborn's debug menu maybe because it's using Essentials 16.2 or it has a different debug script. So I took a fresh copy of essentials 17.2 and copied move.dat, move2anim.dat, PkmnAnimation.dat Animation folder and SE folder from Reborn to Essentials 17.2 and used the export all feature from v17.2 and it worked fine. I took the exported Animations folder to my game and used the import all option but every time it finishes importing all the animations I get an error and the game closes without letting me save any changes.
This is the error:
---------------------------
Pokemon Test
---------------------------
[Pokémon Essentials version 17.2]
Exception: NameError
Message: undefined local variable or method `index' for #<PokemonLoadScreen:0x9be9158>
Debug_Actions:798:in `pbImportAllAnimations'
Debug_Menu:668:in `pbDebugMenuActions'
Debug_Menu:744:in `pbDebugMenu'
Debug_Menu:710:in `loop'
Debug_Menu:746:in `pbDebugMenu'
PScreen_Load:456:in `pbStartLoadScreen'
PScreen_Load:456:in `pbFadeOutIn'
PScreen_Load:456:in `pbStartLoadScreen'
PScreen_Load:322:in `loop'
PScreen_Load:462:in `pbStartLoadScreen'
This exception was logged in
C:\Users\fifty\Saved Games\Pokemon Test\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
I can't just copy move.dat, move2anim.dat, PkmnAnimation.dat from Reborn to my game directly because I already have a lot of custom moves and custom types and by copying those files it messed everything up.
Somethings to note is whenever I import a move individually it works fine also I don't know if this is important or not but I don't have all the moves from Pokemon Reborn defined in my PBS. And the Animation png and SE files are being copied inside the Graphics and Audio folders so the moves are being exported but I can't save them because of the error.
If anyone can help me solve this or point me to different resource containing all moves animations I'll really appreciate it.
This is the error:
Spoiler:
---------------------------
Pokemon Test
---------------------------
[Pokémon Essentials version 17.2]
Exception: NameError
Message: undefined local variable or method `index' for #<PokemonLoadScreen:0x9be9158>
Debug_Actions:798:in `pbImportAllAnimations'
Debug_Menu:668:in `pbDebugMenuActions'
Debug_Menu:744:in `pbDebugMenu'
Debug_Menu:710:in `loop'
Debug_Menu:746:in `pbDebugMenu'
PScreen_Load:456:in `pbStartLoadScreen'
PScreen_Load:456:in `pbFadeOutIn'
PScreen_Load:456:in `pbStartLoadScreen'
PScreen_Load:322:in `loop'
PScreen_Load:462:in `pbStartLoadScreen'
This exception was logged in
C:\Users\fifty\Saved Games\Pokemon Test\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
I can't just copy move.dat, move2anim.dat, PkmnAnimation.dat from Reborn to my game directly because I already have a lot of custom moves and custom types and by copying those files it messed everything up.
Somethings to note is whenever I import a move individually it works fine also I don't know if this is important or not but I don't have all the moves from Pokemon Reborn defined in my PBS. And the Animation png and SE files are being copied inside the Graphics and Audio folders so the moves are being exported but I can't save them because of the error.
If anyone can help me solve this or point me to different resource containing all moves animations I'll really appreciate it.