yamp-project / v-issues

0 stars 0 forks source link

Serverside Tasking of Peds. #17

Open TrashaPanda opened 2 months ago

TrashaPanda commented 2 months ago

What is the scope of the API?

Propose an API design A clear and concise description of what you want to happen.

alt:V syncs peds, but relies on clients to task them. Move the tasking to the server side so that we don't need to rely on clients to make things like "NPC Bus Routes" function.

Yiin commented 2 months ago

Tasking in server-side would still act as a "send task to netowner and forward updates to other clients", because the server can't simulate physics of the game. We do have discussions internally about feasible alternatives, but at the moment netowner system seems like the best option given the constrains.