- Sep 25, 2018
- 8,944
- 10,832
The problem seems to be in the plugin file "05_Extend_Title.js" which is used to call the image.So nwjs can't parse ASCII special character for "/"? So the dev named their png file with ASCII character in it? Or was the slash in a path replaced by a ASCII special character in the process of nwjs parsing of rpgmvp files? Tho why would nwjs parser translate slashes in a path into fucking ASCII when it can't parse it in the first place..
var _0x5872=['_configButton','_galleryButton','getBitmapPath','title/button_new','eventDisableClick','setupNewGame','_scene','fadeOutAll','playSeClick','playOk','title/button_continue','snapForBackground','getDuration','title/button_config','title/button_gallery','_flugGallery','goto','menu_back','gageBase','prototype','initialize','call','create','createBackground','createForeground','createButtonset','_backSprite1','loadTitle1','title1Name','addChild','_gameTitleSprite','width','_buttonSet','drawGameTitle','height','gameTitle','bitmap','outlineColor','black','fontSize','drawText','center','anchor','start','playTitleMusic','startFadeIn','fadeSpeed','update','isBusy','terminate','apply','constructor','createButtons','_list','_newButton','push','_continueButton']
Edit: Removing "title/" in the plugin file and moving the images to "img/pictures" fix the loading error message but a new issue pops up. So, literally the entire game is fucked due to the special character "/"!
Last edited: