.pfd file missing

Posted By: Blobfist

.pfd file missing - 03/20/18 00:30

Hello,

I have been having a weird problem recently.
Every time I try to run my project I get a malfunction warning:
Quote:
can't find "demo.pfd"


Also, my AI is unable to follow the path I laid out for it in WED.

I couldn't find any information in the manual about the file format ".pfd" and how to compile or update it.

Thank you in advance.
Posted By: txesmi

Re: .pfd file missing - 03/20/18 12:15

That's not a 3dgs file
Posted By: Blobfist

Re: .pfd file missing - 03/20/18 12:36

Now I understand, it is created by the pathfinding plugin.
I am using the pathfinding system:

pathfinding.c
by Hendrik Felix Pohl aka Superku 2011
Posted By: Superku

Re: .pfd file missing - 03/20/18 16:16

shocked Never heard of that file extension either. wink
Don't remember much about that pathfinding script (in particular *.pfd) except that it was a bit crappy, so sorry about that.
Better use this lightweight pathfinding code instead: http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=463551#Post463551
Posted By: Ruben

Re: .pfd file missing - 03/21/18 04:34

The file should be demo.c , not demo.pdf , right? PDF (Portable Document Format) files cannot be compiled for Gamestudio, at least I never heard of it.
Posted By: Blobfist

Re: .pfd file missing - 03/26/18 17:48

Thank you for the feedback.
The latest pathfinding system from superku works great!

However, it causes all physX objects to fall from the map for some reason.
Ever had that problem?
Posted By: Blobfist

Re: .pfd file missing - 03/27/18 12:36

Found the problem!

level_load in "hpf_init()" caused it.
It works now laugh
Posted By: Superku

Re: .pfd file missing - 03/27/18 23:41

Oh snap, good job!
© 2024 lite-C Forums