Allow multi-servers natively
complete
GTNardy
complete
With the two changes of --logo and new map package type, I guess this will work again properly
GTNardy
how is the
--logo
breaking your system?Voltaism
GTNardy: idk I don’t know how it works under the hood
The server will probably overwrite the icon for each server and idk how it will look on the server list
GTNardy
Voltaism: better asked: Why do you think it breaks your system? What doesn't happen that should happen? Or what happens that shouldn't happen?
Voltaism
GTNardy: I cannot know when the server sent the icon to the steam servers so if I start another server too quickly they’ll share the same icons if I understand it well
GTNardy
Voltaism: I think I can change it, so passing it as an argument
--logo
will not download it locally as Server.jpg, and instead will just download in the memory, maybe I can add another --download_logo
? which keeps as the aux to download it locallyVoltaism
GTNardy: well just change the param to specify a logo path
For the map-package problem I think the easy way would be a new implementation.
Or maybe you could load the packages directly from their real path ?Because the current implementation is dirty and could be better, depends on what you think it’s the easiest to achieve