Search found 3 matches
- Thu Apr 12, 2018 9:40 am
- Forum: General Discussion
- Topic: Help needed to write the ScummVM manual
- Replies: 14
- Views: 25516
- Wed Jun 24, 2015 6:26 am
- Forum: General Discussion
- Topic: Pathfinding: point between two boxes
- Replies: 2
- Views: 1436
Use The Source, Luke! :) I'm not intimately familar with SCUMM engine internals or the codebase, but I think the function that deals with this is here: https://github.com/scummvm/scummvm/blob/master/engines/scumm/actor.cpp#L681 specifically, I think it is this call here: https://github.com/scummvm/...
- Tue Jun 23, 2015 4:13 pm
- Forum: General Discussion
- Topic: Pathfinding: point between two boxes
- Replies: 2
- Views: 1436
Pathfinding: point between two boxes
I have understood more or less how SCUMM uses boxes and the box matrix in order to do pathfinding, but there is one thing I hace not deciphered yet... When you are in a box and going to the next, how does SCUMM chose which point to go? I mean, I know it chooses a point that is along the line that is...