in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.13k stars 352 forks source link

Load ped movement paths #79

Closed in0finite closed 3 years ago

in0finite commented 4 years ago

There is some progress here: https://github.com/RobinS-S/SanAndreasUnity

LDami commented 3 years ago

Working peds here: https://github.com/LDami/SanAndreasUnity/commits/ai-pathfinding

Need to be implemented:

Need to be improved:

in0finite commented 3 years ago

Very good job !

Let me comment the remaining TODO items.

LDami commented 3 years ago

Updated ! What do you think of these ideas:

  • popcycle.dat (contains number of pop type in each map zone for each time) // We need to import this file and make link between pop group and map zone

  • Add some events (couple of peds walking together, some people talking instead of walking, ...)

in0finite commented 3 years ago

Good ideas. I agree with them. But let's first finish the current PR and we can implement this later.