Search found 3 matches

by saucjedi
Thu Apr 12, 2018 9:40 am
Forum: General Discussion
Topic: Help needed to write the ScummVM manual
Replies: 14
Views: 24995

Hi, last week I sent a PM to sev and have not received any reply. It is possible that he has not received it?
by saucjedi
Wed Jun 24, 2015 6:26 am
Forum: General Discussion
Topic: Pathfinding: point between two boxes
Replies: 2
Views: 1408

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/...
by saucjedi
Tue Jun 23, 2015 4:13 pm
Forum: General Discussion
Topic: Pathfinding: point between two boxes
Replies: 2
Views: 1408

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...