ID:2715744
Sep 14 2021, 10:21 am
|
|
As of current me and a small group are planning on recreating SS13 in a browser, most likely C#, but I remembered that BYOND has a web client. I am generally the creative lead for the group and have the best understanding of the game itself, but not coding so it will take some time to respond, but we just generally want to know what the limits of the web clients are and if there is any easy way to fix it or if we're better off just going from scratch and recreating it. We also understand that most server don't support this, this is just for screwing around and to get back into coding for all of us to be honest. Thanks for your help.
|
In response to Lummox JR
|
|
Will me and my group be able to work out the kinks on our side or are we going to have to wait on you or any BYOND devs to work on it?
|
The biggest issue in-browser is that JavaScript likes to do garbage collection on its own time, which usually causes major stuttering problems.