PDA

View Full Version : [Utility] [OSR] simple map saver



Hoodz
05-07-2015, 07:59 PM
just a simple script that will save your current loaded minimap.

instructions
- remove {$DEFINE SMART} at the top of the script or comment it out if you are using a browser/rsbuddy (BE SURE TO TARGET IT)
- be logged in.
- change the name of the "mapName" if you want to give the map your desired name.
- if using smart, enable it.
- press play and wait a few seconds
- done.

requirements
- AeroLib include from Flight;

NOTE: im going to expand this snippet, you'll have to wait what to expect!

http://puu.sh/hF4rc/d8296cae20.png
http://puu.sh/hF4GF/a4ec72c840.png

edit: slacky; basically made this possible, rep++ to him.

Davi
05-07-2015, 08:16 PM
Great, this should be useful for grabbing underground areas.

slacky
05-08-2015, 05:22 AM
hoodz It's possible, for areas like the surface to automatically piece together each map piece as you go, tho it could be unreliable at times, so if you consider writing something to do that you might wanna consider writing a GUI around it, so that it can get some userinput if/when it positions a piece wrongly, so that the user can correct it.
With some trickery, this could possibly work for underground areas as well, but it will involve a bit more work.

All the core functions for doing this is already in RSWalker. I recorded a short video of some "proof-of-concept-code" which automatically pieces together the map as I walk around in RS:

http://www.youtube.com/watch?v=YoEv_RW1tbg
It's quite slow, but eyy, it works. I think it's pretty neat :P

Hoodz
05-08-2015, 06:37 AM
hoodz *snip*

yes i was going to do that, it seems you are me always one step before. Thank you for your input, im going to work on it asap.

slacky
05-08-2015, 07:18 AM
yes i was going to do that, it seems you are me always one step before. Thank you for your input, im going to work on it asap.
hehe :) I wrote the code for that as I wrote that post, just to demonstrate that I'm aweso.. eh, I mean, to show that it can be done without too much work.

Hoodz
05-08-2015, 07:24 AM
hehe :) I wrote the code for that as I wrote that post, just to demonstrate that I'm aweso.. eh, I mean, to show that it can be done without too much work.

you can just say awesome ;)

honeyhoney
05-11-2015, 08:06 PM
Is this any different from https://github.com/WarPie/RSWalker/blob/master/maps/MapGrabber.simba ?

Either way, this functionality is exceptionally useful.
Automated piecing together of map chunks will be even more so.