EBS NoMethodError

JadineSky

Crystal Cat with POWERFULL magix woooooo
Member
Joined
Jan 5, 2018
Posts
6
So i was trying to install EBS trough the mirror Marin posted and everything seemed to be going smoothly but then when i tryed to run and playtest the game i got this error message
Script'EliteBattle_Battle'line 22:NoMethodError occured.
unidentified method'isVersion17?' for nil:NilClass
i tried on both essentials version 17 and 17.2 can someone help
 

JadineSky

Crystal Cat with POWERFULL magix woooooo
Member
Joined
Jan 5, 2018
Posts
6
UPDATE:I tryed deleting the line that was cousing this error message
that line was
Ruby:
SE_EXTRA_PATH = isVersion17? ? "Anim/" : ""
However that coused this error message to appear instead
Script'EliteBattle_Scene';line1852:NameError occured.
uninitialised constant PokeBattle_Scene::INCLUDEGEN6
 

Hollow_Ego

Trainer
Member
Joined
May 19, 2018
Posts
83
This sounds like it wasn't installed properly
The scripts have trouble finding certain things so I recommend try installing EBS again and make sure you do everything correctly and are not missing anything
 

JadineSky

Crystal Cat with POWERFULL magix woooooo
Member
Joined
Jan 5, 2018
Posts
6
Ok so there were two rxdata file with scripts in them
the first one the one i think i forgot to carry the scripts over from was this one
called PositionerScripts.rxdata.For some reason i can't insert a screenshot so i will post a drive link for the screenshots i took
https://drive.google.com/open?id=1Cs5gfmDgp3czCLi8tw7JyOSSPVrj2BA5
and the second file was EliteBattleScripts.rxdata
it came with these scripts
https://drive.google.com/open?id=1z9vNwA1Arausq_LHz1A5sGDfQAoxkqvX
there is also s dat file in the mirror folder which i am not sure what to do with
also the way i added the scripts to my project was by replacing my scripts with the elite battle scripts form the mirror and then copying them over to the scripts of the main project
 
Top