PDA

View Full Version : How to add my soulsplit Include![And extra Details]



rj
01-01-2013, 05:25 AM
Welcome to my tutorial on how to add my Soulsplit include for my scripts. I will be using this include from now on when I use my scripts and you must have it updated to run my latest scripts.

What is the Soulsplit include?

Soulsplit is a popular RSPS and I plan on writing more scripts for it. The soulsplit is a include file that makes it more easy for me to make scripts, and it also lets the scripts be a little bit shorter a saving memory and overall looks a little better.

STEP 1 Downloading the latest soulsplit Include.
Here:http://villavu.com/forum/showthread.php?t=94575
I might have to start uploading to Uppit because I have a 25 kb cap on uploads

The Soulsplit include is updated very often by me, and my latest scripts will have the latest include, in order to find the latest Soulsplit include scroll down to the bottom of the thread. You will notice .zip files names "SSIncludeR" Choose the one with the highest number (So the file SSIncludeR3 would be a more recent version then SSIncludeR2)

STEP 2 Putting it in the correct folder.

Extract the .zip file and you will now find a file called 'Soulsplit' Drag this file into the simba folder like so:
http://i45.tinypic.com/2itndk8.png

AND BAM! Your done!
You can now run the latest soulsplit include in my scripts!

If you are looking to script using the include here are a basic Pointers:

-Make sure you always have this at the top:

{$include SoulSplit/SoulInclude.simba}

Make sure you set up the include like so:

SetupSoulInclude;
A few constants:


SS_IX //Inventory Top Left x
SS_IY //Inventory Top Left y
SS_IX2 //Inventory
SS_IY2 //Inventory
SS_WSX //Whole Screen Top Left x
SS_WSY //Whole Screen Top Left y
SS_WSX2 //Whole Screen Bottom right x
SS_WSY2 //Whole Screen Bottom right y
SS_MSX1 //Main Screen Top Left x
SS_MSY1 //Main Screen Top Left y
SS_MSX2 //Main Screen Bottom right x
SS_MSY2 //Main Screen Bottom right y
SS_MMX //MiniMap Top Left x
SS_MMY //MiniMap Top Left y
SS_MMX2 //MiniMap Bottom right x
SS_MMY2 //MiniMap Bottom right y
SS_CX // Chat box Top Left x
SS_CY ; // Chat box Top Left y
SS_CX2 // Chat box Bottom right x
SS_CY2 // Chat box Bottom right y
SS_PX // Area around player Top Left x
SS_PY // Area around player Top Left y
SS_PX2 // Area around player Bottom right x
SS_PY2 // Area around player Bottom right y

masterBB
01-01-2013, 11:33 PM
A better location then the simba folder would be the include folder. It will work the same, but the include folder is a more organized and better place.

mcbain
01-07-2013, 10:10 PM
I may have to start using this include for the constants. A lot easier than some of the SRL includes since they are for the official RS window. If you see some of your includes in my later scripts take it as a compliment and i hope you wont mind me using them :)

Oh and, nice easy to follow guide!

smp2031
04-24-2014, 11:50 PM
can i have download it doesnt work anymore

nets216
07-29-2014, 11:39 AM
download broken omg help us!

Zzanax
01-25-2016, 07:35 PM
I am currently trying to figure out how I would add soulsplit for simba but i have no clue on how to do that, any ideas?

jstemper
02-06-2016, 11:15 PM
I am currently trying to figure out how I would add soulsplit for simba but i have no clue on how to do that, any ideas?

This and soulsplit3 are not the same thing