-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I'm getting an odd issue with Vision 5E where it prevents loading some maps' background images. To verify, I turned off all modules except for Vision 5E. When all modules except Vision 5E is turned on this issue doesn't occur.
This is odd because this only occurs on my self hosted (Raspberry Pi) server but not on my Oracle server (the Pi server is a copy of the Oracle server). The only real difference between the two are the paths to the scenes' background image. The Oracle server's maps' path is /maps/xxx.jpg while the Pi server's scenes' path is /maps/campaignname/xxx.jpg. I had made the change in the paths after I had copied over the assets from the Oracle to Pi server so the scenes were missing the images since they weren't being pointed to the correct path. So once they are properly redirected to the correct path the maps' images show up UNLESS the Vision5E mod is on.

