-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons are not properly loading / shown ingame #209
Comments
this has been the main issue with our ui since the very beginning. it is client-side most certainly, as we're (temporarily) using the discord servers (google cdn) to host them. there's no fix that i'm aware of. clearing the game cache would be your best bet. |
Thanks for your quick reply. |
each player would have to load the icons independently of their location.. the only somewhat working solution is letting the player extract all the icons we currently use inside their cache directory manually. |
also no server atm. we do programming, not marketing and promoting (unlike some other very interesting figure in the community). later, when there's a bigger demand for it, perhaps? |
Thanks for your reply, i appreciate it. |
Icon loading stuff is a problem related to the game itself, it can technically be solved by putting the iconpack manually into the cache folder, but that's a lot of effort and the issue usually just goes away after some time. Make sure that you have "locators" option enabled in PeerToPeer menu in game settings, without it the downloads are very slow. |
this issue is now relevant due to discord changing their attachment hotlinking policy. cannot use their cdn anymore, gotta move the icons elsewhere (FAIL) |
Moved to https://trakman.ptrk.eu/icons |
Icons are no longer available on https://trakman.ptrk.eu/icons |
The listing is 403 forbidden by design, the icons themselves should work? |
the autoindex is disabled by default on NGINX, so the folder return 403, I can personally download individual icons |
Yes available with direct links, but not in game. Strange. Is it possible to have a .zip with icons to put on a local server ? Thank's for your answers anyway EDIT 2023-11-21 : Finally it works but I don't know why ;) |
local server or not, you'd still need to download the pictures through the game for them to appear. the solution we found to be working was to put the icons directly into the game's cache. that ensures each image's availability, but is impossible to influence from our code. the most we could do is to put a warning message for every joining player to download and extract an archive into god knows which directory on their system, which does not sound very convincing. |
I have a issue where not all icons are loaded, i am not sure if it is client sided or server sided since some players say everything is loaded and some say it is not.
Any causes?
(edit) i also noticed that sometimes more icons load and sometimes less icons load when i join but they never all load.
https://i.gyazo.com/7f2dc63d7ec9746e44969da8ff561b60.jpg
The text was updated successfully, but these errors were encountered: