[Dev Tool] [Standalone] Encore PointDev - Easily collect lots of coordinates

Note: This is a resource for script developers, not anything you should be putting in your gamemode.

Figured I would throw up this pretty simple dev tool I wrote for collecting coordinates.

I often find myself running around and copying down a bunch of coordinates from vMenu or another HUD for usage in my resources (e.g. a list of spawn points for drops, etc.) It quickly becomes time consuming, tedious, and error prone.

This resource allows you to just run around and press E to collect the coordinates of where you’re standing. When you’re done, the coordinates you collected are dropped into a text file as a list of vec3’s, ready to be dropped into your resource.

Usage instructions are on Github.

Download: GitHub - EncoreRP/encore_pointdev: Simple coordinate collection utility for FiveM developers.

Hope it’s helpful to someone out there.

16 Likes

Thank you! useful tool!

That’s usefull ! Thanks for the tool !

1 Like

neat :ok_hand:

BIG thanks man! Ill start using it A LOT!

Nice one, been waiting for this for a long time!

This wouldve helped ages ago when i had to lock 50+ doors lmao, amazing work, i love this, people like you make the tedius tasks so much easier

does it collect vector2

Would love for this to do vec3 and vec4, tried modifying it but failed.

whta about vector 4?