Luís Leite

Results 36 comments of Luís Leite

https://www.postgresql.org/download/

The server could trigger a room list update to everyone in the room's channel when a new room is created

someone requested a packet dump i did a couple weeks before the chinese CSO2 server closed to be made public: [sanitized_packets.tar.gz](https://github.com/L-Leite/cso2-master-server/files/8969845/sanitized_packets.tar.gz) these are dumps of packets received between logging in...

Make sure the room's host has enabled NAT in its network's router. Does the server allow inbound/outbound UDP traffic? Also put your server version instead of saying it's the latest...

Try adding this code to line 185: ```typescript // ... if (packet.isHeartbeat()) { console.log('Received holepunch heartbeat, ignoring...') return } // ... ``` This will log any incoming "heartbeat" (side note:...

https://a.uguu.se/SH1ayQscRgqy.gz

Did you try to play in some other server?

> still no improvement? i haven't looked into this yet

CSOConsole is a debug console for the scaleform UI, it allows you test and profile some UI components with it you can enable it by editing the P-Code of CSO2UI::setupUI...

@organnerx can you send me a copy of an old version of the game? I will make the launcher look for the addresses to be patched through byte signatures In...