@MARIN
SEE, THE LINK HAS EVERYTHING BUT NOT THE PBS FILES PLEASE HELP ME WITH THIS
ThanksLuka's resources page on his website has an upload of the EBS file
You just need to install Luka's Utilities above the EBS installation.
I installed the PBS files from elsewhere and updated the essentials PBS files.Luka's resources page on his website has an upload of the EBS file
You just need to install Luka's Utilities above the EBS installation.
Luka's resources page on his website has an upload of the EBS file
You just need to install Luka's Utilities above the EBS installation.
#===============================================================================
# * An array of available languages in the game, and their corresponding
# message file in the Data folder. Edit only if you have 2 or more
# languages to choose from.
#===============================================================================
LANGUAGES = [
# ["English","english.dat"],
# ["Deutsch","deutsch.dat"]
]
[U][I][B]#===============================================================================
# *Gen 6 style way of displaying effects. Set to false for the older way (just
# showing a message)
#===============================================================================
EFFECTMESSAGES = true[/B][/I][/U]
try to put into 'Setting' script, EFFECTMESSAGE=true:
Code:#=============================================================================== # * An array of available languages in the game, and their corresponding # message file in the Data folder. Edit only if you have 2 or more # languages to choose from. #=============================================================================== LANGUAGES = [ # ["English","english.dat"], # ["Deutsch","deutsch.dat"] ] [U][I][B]#=============================================================================== # *Gen 6 style way of displaying effects. Set to false for the older way (just # showing a message) #=============================================================================== EFFECTMESSAGES = true[/B][/I][/U]
![]()
I'm having quite a few issues myself. I think I went wrong somewhere.
![]()
The scripts were placed in order, renamed from their 0 to 7 counterparts. Is there something I could be missing?
This is from the instructions over on my page.If the resource comes with a Settings script, copy and paste that into your project's script editor first (making sure it goes above Main). After that, copy and paste any script that is provided in the pack into your project's script editor under the Settings script (if no Settings were present, simply copy the scripts above Main).
What are the 7 scripts that you need to put in? I can't find them anywhere.
There is an error in the battle Script that says "Script 'Battle_Script' line 22: NoMethodError occured. undefined method 'isVersion17?' for nil:NilClass" and I don't know how to fix that