-
Notifications
You must be signed in to change notification settings - Fork 7
Server player creation #1
Copy link
Copy link
Open
Labels
DSRelated to dedicated serverRelated to dedicated serverbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestleap forwardThat's a big boiThat's a big boi
Metadata
Metadata
Assignees
Labels
DSRelated to dedicated serverRelated to dedicated serverbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestleap forwardThat's a big boiThat's a big boi
What?
The goal is to emulate server abstract player serialization so client binary can deserialize it and execute commands and other server-reserved code. This player instance could perform sensitive actions on the client-side (like throwing grenades, loading weapons or initiating the map properly, hopefully).
How?
The AI.dll binary contains code for this serialization and AI_NetworkManager's constructor can be patched so that the serialization packet is built and sent.