roBrowser - Ragnarok Online for Web Browsers

Help! I can already connect to my own server, and the sprites are loading well. The textures on the other hand are not found. I have attached screenshots below. I already added permissions to the data folder and everything else in it.



2zhphsp.jpg


Failed to load resource: the server responded with a status of 404 (Not Found) http://192.168.1.213...½º/bgi_temp.bmp

[Thread] Can't get file (data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/bgi_temp.bmp)
@Dastgirknow how to fix it?

I have the same problem, does not load my grf but the (grf.robrowser) loads normal.

 
know how to fix it?
src/files/index.js

comment out the line 17

filename = filename.replace('bmp', 'png');


or add a png file 

Code:
data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/bgi_temp.png
 
Last edited by a moderator:
Back
Top