PDA

View Full Version : Addition for SPS[Plugin-extension for SPS]



CynicRus
11-15-2012, 05:52 AM
Hey all. I present to you an extesion for SPS. This is plugin for the sps custom maps routine. This plugin works in conjunction with the Path maker for SPS => 2.1 and older. It allows you to load the map created in that path maker in your script from a map file. When you create a map file is written in the same sps paths, then you can use this map file into your script. The same way can be edited in that tool:

https://villavu.com/vb/showthread.php?p=1127118#post1127118

How to use:
1) Load the your custom map to a path editor
2) Create the waypoint path in an editor.
3) Press http://s45.radikal.ru/i108/1211/cf/8894d157d996.png and save your a map to YOUR_SIMBA_PATH/Include/SPS/Img/Runescape_map/ (you need to create Runescape_map folder)
4) Place extsps.dll to YOUR_SIMBA_PATH/Plugins
5) Backup YOUR_SIMBA_PATH/Include/SPS/sps.simba
6) Place new sps.simba to YOUR_SIMBA_PATH/Include/SPS/

Hot to run test script:
1) Place extsps.dll to YOUR_SIMBA_PATH/Plugins
2) Backup YOUR_SIMBA_PATH/Include/SPS/sps.simba
3) Place new sps.simba to YOUR_SIMBA_PATH/Include/SPS/
4) Place your character to east varrok bank;
5) In the test map file embended path bugs, you may fix that with the editor
6) Place the test map file(mtest.spm) to the YOUR_SIMBA_PATH/Include/SPS/Img/Runescape_map/ (you need to create Runescape_map folder)
7) Open test.simba in your Simba
8) Fill declare player fields and hit Run.


Source available on: https://github.com/CynicRus/extsps

Have a nice day.
Cheers, Cynic.

Wizzup?
11-15-2012, 12:27 PM
That sounds neat. Not so slow and steady after all, eh‽ ;-)

CynicRus
11-15-2012, 01:19 PM
Definitely:)

J J
11-15-2012, 05:08 PM
I guess custom maps have to be 500x500, just like normal SPS? I'll give this a try soon. Bigger custom map support would be nice like a 1300x300 or something to walk from lumbridge to the G/E.

CynicRus
11-15-2012, 05:14 PM
Yep, now only 500x500 support. Maybe in the future I will take the restriction.