Kevin Evans
Kevin Evans
+1. This would be nice considering I'm using enum names in backend and I would prefer not to use just the enum values in my frontend (which are nearly meaningless...
Can confirm that large logs aren't loading properly. I'm just using `docker logs` as a workaround for now. I have a container with a ~2GB file that logs pretty frequently...
What OS are you using? What client version? I think only the uop file format is supported.
Hi Tyler! Thanks for showing interest in this project. I don't actually recall which branches were being worked on. You could probably start on either branch. But yeah, there's no...
That's probably doable. I don't have any experience working with chrome extensions though, so I wouldn't know where to start. What kind of stuff can we store in local storage?...
I'm working on this now. :) Right now, I have a script that integrates with servuo and it returns map data, tiledata, and art.
@lamo2k123 do you think it is better to get JSON map data & tile data with REST API or through websockets? Example: * If you need to get tile IDs...
Both. - `GET /land?id=168`: PNG of land - `GET /static?id=1`: PNG of static - `GET /map...` or websocket: JSON of map data, looks like this: Example map request at (1,...
Yes... The game server runs the image and data server. The image/data server runs through ServUO. It can run independently too though.
It is, but it would make more sense to have a server that can serve images for the game client. Trying to move the images to the client would add...