Results 1 to 7 of 7

Thread: How to add my soulsplit Include![And extra Details]

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default How to add my soulsplit Include![And extra Details]

    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:


    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:

    Simba Code:
    {$include SoulSplit/SoulInclude.simba}

    Make sure you set up the include like so:

    Simba Code:
    SetupSoulInclude;
    A few constants:
    Code:
    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

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    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.
    Working on: Tithe Farmer

  3. #3
    Join Date
    Dec 2012
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    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!

  4. #4
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    can i have download it doesnt work anymore

  5. #5
    Join Date
    Jul 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    download broken omg help us!

  6. #6
    Join Date
    Jan 2016
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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?

  7. #7
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

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

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
  •