GP2P / FPSci-Project-Management

0 stars 0 forks source link

Serialize userinput #7

Open AlexMitchell1294 opened 2 years ago

GP2P commented 2 years ago

Chile of https://github.com/GP2P/FPSci-Project-Management/issues/9 and https://github.com/GP2P/FPSci-Project-Management/issues/10

ibarnstormer commented 2 years ago

Also write server-side de-serialization

AlexMitchell1294 commented 2 years ago

Check analysis of userInput packet. I.E. how many bytes are being sent per user per frame.

AlexMitchell1294 commented 2 years ago

Key array is currently popped. If popped not all keys make it to server. need to fix.

AlexMitchell1294 commented 2 years ago

Existing Userinput is too imbedded into G3d requiring us to make own userInput class.