LEECH'S PROFILE
Something something I wish I was made of leeches.
Im quite addicted to Magic the Gathering. As such, I have no money.
Im quite addicted to Magic the Gathering. As such, I have no money.
Search
Filter
Failed to load script data
author=Zzyxk
I removed the script file in the data folder. And put it somewhere else. Then copy and pasted the folder. I am still getting the error.
Did you put a new script file in? An empty one from a new project?
Failed to load script data
author=Zzyxk
I recently picked up RPG Maker XP. I added a script to the main script, and later started getting this error. I cannot open the particular game I put the script on. The script is as follows:
class Game_Actor < Game_Battler
alias exp_normal exp
def exp=(exp)
@exp = [.min, 0].max
# Level up
while @exp >= @exp_list and @exp_list > 0
@level += 1
# Learn skill
for j in $data_classes.learnings
if j.level == @level
learn_skill(j.skill_id)
end
end
# heal
@hp = self.maxhp
@sp = self.maxsp
end
# Level down
while @exp < @exp_list
@level -= 1
end
# Correction if exceeding current max HP and max SP
@hp = .min
@sp = .min
end
end
Does anyone know how I can fix this without losing my game?
You could get the game back by copying everything except the script file (in the data folder) into a new project. Youll lose all scripts youve done though.
HOwdy PArtners!
Stats are for fools
Artificial Intelligence
Level Feedback E-N
Could someone play through my levels (with the changes i made from Desmos suggestions) and tell me what ill need to change to get it accepted?
Level Feedback E-N
The RMN Chain Game
Im going to send what ive done to Deck in a couple days, then he will send it to who ever wants it i guess.
Level Feedback E-N
author=Link_2112author=halibabicaYeah..if you want this to work then you will have to do some graphic editing and make in-between pieces that make the 2 different tiles mesh together. As it is right now, it does look really bad.
I second this notion.
New to RMN?
author=tacotaylor
Okay that did work and now it's giving me another error with just a different name xD If I have to repeat the process multiple times then maybe I got the wrong download x-x
Thanks for your help (:
If you have to repeat multiple times with diff names, it means you have a bad RTP installed. Or no RTP installed. Install one. I think its against site rules to link you to one...
I know little about 2k3, so yeah, maybe it has nothing to do with the RTP...














