Results 1 to 8 of 8

Thread: Can't run any SPS maps.

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

    Default Can't run any SPS maps.

    When i test this out:

    Simba Code:
    Program Walk;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    {$i sps/sps.simba}
    Begin
    SetupSRL;
    end.

    I get the error:
    Code:
    [Error] C:\Simba\Includes\sps/sps.simba(371:51): Invalid number of parameters at line 370
    Compiling failed.
    And it opens up line 370 in sps.simba
    Simba Code:
    SPS_BitmapToMap(Minimap, SPS_Accuracy, SmallMap);

  2. #2
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Ok, give me a second and I'll put something together for you. I'll edit this post so keep an eye on it.


    First, close out all running Simba programs, then go into your Plugins folder, delete anything related to 'sps'. Second, download my SPS files I uploaded here:
    http://uppit.com/gu6qclekl1y5/SPS_NoImages.rar

    Extract those, replace your "Includes/SPS/sps.Simba" with the sps.simba you downloaded. Now, move both of the two sps .dll files you just downloaded (sps.dll / sps64.dll) into your main Plugins folder (Simba/Plugins).

    Now, try your script again and let me know if it works.
    Last edited by Flight; 02-02-2013 at 05:44 AM.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


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

    Default

    Quote Originally Posted by Flight View Post
    Ok, give me a second and I'll put something together for you. I'll edit this post so keep an eye on it.


    First, close out all running Simba programs, then go into your Plugins folder, delete anything related to 'sps'. Second, download my SPS files I uploaded here:
    http://uppit.com/gu6qclekl1y5/SPS_NoImages.rar

    Extract those, replace your "Includes/SPS/sps.Simba" with the sps.simba you downloaded. Now, move both of the two sps .dll files you just downloaded (sps.dll / sps64.dll) into your main Plugins folder (Simba/Plugins).

    Now, try your script again and let me know if it works.
    Thanks now smart is loading up ill see if i get any more errors

    EDIT:

    I get this error:SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface\3_1.p ng" does not exist

    I think i need the .png files

  4. #4
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Thanks now smart is loading up ill see if i get any more errors

    EDIT:

    I get this error:SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface\3_1.p ng" does not exist

    I think i need the .png files
    Can probably find them here https://github.com/SRL/SPS/tree/master/img
    are they downloadable?

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Can probably find them here https://github.com/SRL/SPS/tree/master/img
    are they downloadable?
    They don't load up

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    They don't load up
    Well u could always download your old sps again and use those maps I suppose?
    I'll upload them if needed.

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Well u could always download your old sps again and use those maps I suppose?
    I'll upload them if needed.
    Ok, can you do that i guess ill add them

  8. #8
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Ok, can you do that i guess ill add them
    Gimme few minutes

    Creds to DannyRS for this wonderful sig!

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
  •