Out of game rendering #3977
Replies: 7 comments 3 replies
-
It appears dedicated servers are no longer working. A host got this log when they try to start it up https://pastebin.com/QhStiPg7 S&Tycoon and Terrortown both had their servers borked from what I can see |
Beta Was this translation helpful? Give feedback.
-
After this update, i get a crash:
log:
line:
My game is Troll o Shovel. |
Beta Was this translation helpful? Give feedback.
-
seems like my game is ignoring the FOV value now since this update |
Beta Was this translation helpful? Give feedback.
-
Very neat, I'm proud of you son. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, i'm encountering s&box crashes with the |
Beta Was this translation helpful? Give feedback.
-
I suspect this likely broke |
Beta Was this translation helpful? Give feedback.
-
I just merged in some big under-the-hood changes to how rendering the game works. Previously, to render a world, the engine would go through client.dll, attempting to build the view from a local player and so relied on a bunch of stuff we don't want to rely on.
Now the rendering of a camera is initiated by a c#
SceneCamera
- so things are a lot neater and less webby. This is part of an effort to make the engine more generic and agile. As an immediate upside the GameMenu now renders a world like you'd expect.I am fully expecting this to have broken stuff - so please let us know.
Beta Was this translation helpful? Give feedback.
All reactions