jdestefx

Results 14 comments of jdestefx

I ran into this problem on centos7 / php7. I had to make an INI file called z_ds.ini and not 30-ds.ini like suggested earlier in the thread. In centos7/php7, the...

Please consider prioritizing this. MANY people want to use this tool at work, but can't due to administrator restrictions on their machines.

I'm avoiding using hard-coded coords in the script. It's much easier and more manageable in my ecosystem to use spawngroups and spawn2s. It also allows me perl/lua access to convenient...

Trying to follow the instructions to build the tool under windows 7 64bit but I apparently don't have some "premake" utility. ![image](https://user-images.githubusercontent.com/10792512/41872472-06c4a4a2-7890-11e8-836f-112708c5f6de.png) ![image](https://user-images.githubusercontent.com/10792512/41872506-219424a6-7890-11e8-88c9-1f378f0b9aa6.png)

Vincent, I posted another video update -- please take a look and let me know if any new ideas come to mind. It seems the more frequently I call crowdRequestMoveTarget,...

I assume you're talking about line 618. Do I need to do anything to recompile after making the edit? If so, what is that process?

I edited line 618 to 100, then 500 - it made no change in behavior. Because I can arbitrarily request a path from on top of the bridge into the...

I have not been able to get loading and saving to work. I used @vincent tool make-tilecache.js, but the callback on this line is never triggered: recast.saveTileCache('/tmp/navmesh.bin', recast.cb(function (error, serialized)...

Using the code from your recent edits to the docs, I was finally able to get a .bin file created, but now when I try to use recast.loadTileMesh, I get...

I'm getting the same errors as @Vagelis-Prokopiou lots of undefined references. CentOS 7