Can I ask you something ? I would like to edit some map or maybe made a first person rpg myself, but the script talk about some dedicated editor and the project marta 1.0, but I can't figure to find it online. Do you have some download link or something ? :)
Dethel
Creator of
Recent community posts
I downloaded the game and discover that you can edit the scripts.
So, if you're interrested, I figured out how to patch the script "LE - PTBVisuals" to prevent it to randomly crash the game (had the same issue with my own)
Replace the line 133 by "if @count <= 0 && !disposed? ; self.flash(Color.new(255,255,255), 24); @count = 48; end"
I added the "&& !disposed?" part if I remember correctly
Hope it helps :)
I didn't play the game yet but :
Concerning the error : "Script 'LE - PTBVisuals' line 133: RGSSError occurred. disposed sprite"
I had the same issue with my own Rpg Maker Vx Ace game using Press Turn scripts from Yami and figured out how to patch the problem.
Replace the line 133 by "if @count <= 0 && !disposed? ; self.flash(Color.new(255,255,255), 24); @count = 48; end"
I added the "&& !disposed?" part if I remember correctly
No more random crashes in battle anymore :)
Hello. I would like to ask if I can send you fanarts for the girl's card ? I like your game a lot. If you're curious of my drawning skills, here my website (https://blackgoldnadya.wixsite.com/dethel) or my Deviantart page (https://www.deviantart.com/melfice737)