3
0
Fork 0

Synched gist at Sat Sep 16 09:18:03 PDT 2023

This commit is contained in:
Marco Cawthorne 2023-09-16 09:18:03 -07:00
parent 8e37ffb89e
commit ab566daaf9
Signed by: eukara
GPG key ID: CE2032F0A2882A22
2 changed files with 6 additions and 1 deletions

View file

@ -79,4 +79,8 @@ Rapidcore: The lighting is atrocious.
Snark_Pit: Is good.
Stalkyard: Is good.
Subtransit: Is fine.
Undertow: Is fine.
Undertow: Is fine.
## Fluff: GoldSrc compatibility layer
Make HL:S load GoldSrc game-logic through a shim. Give the client the ability to intercept the packets that the Source Engine doesn't natively implement. Perhaps unfeasible. Source would also need to support the GoldSrc file formats for this. Probably will never happen, but would make everyones dreams come true.

View file

@ -41,6 +41,7 @@ Choosing zip and recognizing the .pk3 and .pk4 extensions would make it easier f
Stop sending WHOLE mapcycle.txt in svc_serverinfo message. It easily overflows the buffer and is **not** used on client side. It's fine to send empty string, so it doesn't break protocol.
## Engine: register hidden and working sys_timescale cvar
It is already used by mods, but right now forcefully registered through hacks. It's even synced over the protocol so prediction won't break.
## SDK: Merge this to aid modders