PDA

View Full Version : [Opensource] MapSuite



JJordan
06-22-2016, 09:16 PM
Opensource map tool used to collect data, it includes an area maker plugin that doubles as a path maker.
It also has a position renderer plugin that prints out data.

If you want to develop a plugin feel free to pm me it and ill add it to the project.
Decompile existing plugins for reference as to create plugins (its pretty basic)

Copying to clipboard (c) is in the format "new Tile[]{new Tile(0, 0, 0)};"
Copying to clipboard (p) is in the format "[Point(0, 0), Point(0, 0)]"

Repository Link: https://github.com/jjordantb/MapSuite/tree/master
Compiled software is in the 'build' folder


https://i.gyazo.com/ba175d93285bc401de36a9175a23a566.png


- Modified the Area / Path Maker to copy the map coordinates when you press p, for use with RSWalker by slacky

JJordan
06-26-2016, 09:45 PM
Updated the Area / Path maker for use with RSWalking by slacky

guerr
06-27-2016, 08:09 AM
this is awsome, very helpful, thanks :)

Turpinator
06-27-2016, 07:06 PM
Note on the pascal format (well, actually for lape), you can also do [[x1, y1], [x2, y2]...]

JJordan
06-28-2016, 12:58 PM
Note on the pascal format (well, actually for lape), you can also do [[x1, y1], [x2, y2]...]

I'll change it when I have time thanks!

Also Ill add a custom map loader so people can use smaller map parts.

Turpinator
06-28-2016, 03:41 PM
I'll change it when I have time thanks!

Also Ill add a custom map loader so people can use smaller map parts.

You can keep it as is, i just prefer that, less text, it looks more like a set of ordered pairs, etc.

tls
06-28-2016, 05:28 PM
You should use a template for the output. That way the user can specify any output they want.