Results 1 to 7 of 7

Thread: [Opensource] MapSuite

  1. #1
    Join Date
    Mar 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default [Opensource] MapSuite



    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





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

    Attached Images Attached Images

  2. #2
    Join Date
    Mar 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Updated the Area / Path maker for use with RSWalking by slacky

  3. #3
    Join Date
    Jul 2015
    Posts
    80
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    this is awsome, very helpful, thanks

  4. #4
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Note on the pascal format (well, actually for lape), you can also do [[x1, y1], [x2, y2]...]

  5. #5
    Join Date
    Mar 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    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.

  6. #6
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by JJordan View Post
    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.

  7. #7
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    You should use a template for the output. That way the user can specify any output they want.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •