Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 83

Thread: SPS 1.5 - Ready for testing!

  1. #26
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Marpis, if you want I can set up something that will automatically build sps for you every time you commit.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  2. #27
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Marpis, if you want I can set up something that will automatically build sps for you every time you commit.
    He doesn't use/know how to use git. I have a SPS2.0 branch setup, I guess he just hasn't gotten around to figuring it out.

  3. #28
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Simba Code:
    SmallMap := SPS_BitmapToMap(Minimap, 5);
    getting a error about this on Line 146.
    Mat
    Edit And
    Simba Code:
    SPS_AreaMaps[i] := SPS_BitmapToMap(tmp, 5);
    Line 254 Its walks to the Bank No Problem but as it goes to walk to the Altar it Fails
    Last edited by Mat; 01-23-2012 at 11:31 PM.



    ^^

  4. #29
    Join Date
    Apr 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet, I'll test it tommorow!
    Oh, and does "dungeons" include the maps inside the runecrafting altars (fire altar to be specific)?

    Edit:
    Seems like it doesn't (couldnt find it in the rar)
    Is there any tutorial or something out there that teaches how to make SPS maps yourself?
    Last edited by maigel; 01-24-2012 at 02:10 AM.

  5. #30
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Marpis, could you please publish the source of your plugin?

    Regards,
    Daniel.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  6. #31
    Join Date
    Feb 2007
    Location
    Florida
    Posts
    460
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, any reason as to why you changed ClickNorth to MakeCompass?

    Excellent work by the way, I'm glad something brung you back from retirement.
    Last edited by Geo; 01-24-2012 at 09:13 AM.
    Varrock gTanner
    Previously known as England155.

  7. #32
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    He doesn't use/know how to use git. I have a SPS2.0 branch setup, I guess he just hasn't gotten around to figuring it out.
    The latter one.

    Quote Originally Posted by maigel View Post
    Sweet, I'll test it tommorow!
    Oh, and does "dungeons" include the maps inside the runecrafting altars (fire altar to be specific)?

    Edit:
    Seems like it doesn't (couldnt find it in the rar)
    Is there any tutorial or something out there that teaches how to make SPS maps yourself?
    Runecrafting altars should be in the dungeons folder?

    Quote Originally Posted by Daniel View Post
    Marpis, could you please publish the source of your plugin?

    Regards,
    Daniel.
    Done.

    Quote Originally Posted by Geo View Post
    Hey, any reason as to why you changed ClickNorth to MakeCompass?

    Excellent work by the way, I'm glad something brung you back from retirement.
    I think MakeCompass will suffice, and it's more natural. Didn't really give this much thought though.

  8. #33
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Please, don't repeat that old mistake of not sharing the memory Also, source is in the lpr file, not the lpi file.
    I made a new script, check it out!.

  9. #34
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question [SPS] SPS 1.5 - Ready for testing!

    Quote Originally Posted by Markus View Post
    Please, don't repeat that old mistake of not sharing the memory Also, source is in the lpr file, not the lpi file.
    Is this a user reminder, or a request to the coder to add / implement something ?

    E: @Markus - I appreciate you giving me the back story - thanks. Just enough info for me without burying me in pages of
    code. :-) And few bury quite as nicely as I do. TBH: Scripting is enough of a challenge for me, let alone real coding.
    Anyway - each to their own. BTW: Are you a career or a hobby coder or both ?
    Last edited by NickMystre; 01-24-2012 at 01:35 PM.
    Ciao
    NM

  10. #35
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    To the coder. SPS used to have a very, very annoying bug which turned out to be one mistake (which no one made with SCAR, just with Simba due to SCAR plugins all enforcing the sharing of memory). So the whole boards were complaining that SPS didn't work for them and lots of other people were flaming that it did work for them.
    So after weeks of bug hunting and trying various workarounds everyone was desperate so I decided to take a look at it myself. Turned out not everyone knew that you can't just pass objects to a plugin, you have to share the memory space (the heap in this case) then between the host (Simba) and the plugin. A 10-line patch to Simba and a 5-line patch to SPS (the one in post 25) fixed everything up. No more errors, everyone was happy

    Edit response to Nick: Not a career coder, just hobby one, and also not interested in becoming one! Started studying Electrical Engineering in September
    Last edited by Markus; 01-24-2012 at 03:20 PM.
    I made a new script, check it out!.

  11. #36
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Got it.

    Marpis, add this to your plugin to get rid of the access violations:
    Pascal Code:
    procedure SetPluginMemoryManager(MemMgr : TMemoryManager); stdcall; export;
    begin
      SetMemoryManager(MemMgr);
    end;

    exports SetPluginMemoryManager;
    I'm pretty sure that's all you have to do. Simba will do the rest.
    Already have that...

  12. #37
    Join Date
    Dec 2011
    Location
    United States
    Posts
    960
    Mentioned
    21 Post(s)
    Quoted
    504 Post(s)

    Default

    Looks great. I finally have a solution to walking

  13. #38
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Would this work in the LRC caverns?

    Eff.
    Saw the rar file and it does
    Last edited by Sin; 01-25-2012 at 12:28 AM.

  14. #39
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by marpis View Post
    Done.
    Marpis, you uploaded the wrong file. It is instead the file with the LPR extension.

    Regards,
    Daniel.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  15. #40
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Why come you just don't updated one .zip file? Then once extracted, everything works if setup in the script properly? Just wondering.

  16. #41
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Why come you just don't updated one .zip file? Then once extracted, everything works if setup in the script properly? Just wondering.
    I don't understand what you mean?

  17. #42
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by marpis View Post
    I don't understand what you mean?
    You have several files uploaded on the first post, why not just have one .zip? That way people only have to extract one thing. They extract one file, and it includes everything - the plugin (and source) the images (including dungeons), and test files.

  18. #43
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When will this be available on the updates of SPS etc. Like all you have to do is click update and it should do it auto rather than downloading it and trying to find the folder. Im having hard time trying to find the folders, unless if you guys can make a short video on how to do this then that would be great. Sorry for the extra work.

  19. #44
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So this is where it's hiding. From what i've seen, great work, i'll try it out soon and let you know how it goes.

  20. #45
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by TrevorB View Post
    When will this be available on the updates of SPS etc. Like all you have to do is click update and it should do it auto rather than downloading it and trying to find the folder. Im having hard time trying to find the folders, unless if you guys can make a short video on how to do this then that would be great. Sorry for the extra work.
    No offence but if you cant find a folder (or search even) you shouldn't be here...

  21. #46
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by TrevorB View Post
    When will this be available on the updates of SPS etc. Like all you have to do is click update and it should do it auto rather than downloading it and trying to find the folder. Im having hard time trying to find the folders, unless if you guys can make a short video on how to do this then that would be great. Sorry for the extra work.
    if you cant find the folders then you probably dont know the directory structure for simba
    if you dont know the directory structure for simba then your probably not making scripts
    if your not making any scripts then you dont need this

    ~shut

  22. #47
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    if you cant find the folders then you probably dont know the directory structure for simba
    if you dont know the directory structure for simba then your probably not making scripts
    if your not making any scripts then you dont need this

    ~shut

    I think he's trying to use geo's tanner

  23. #48
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by akonowns View Post
    I think he's trying to use geo's tanner

    Thanks you are 100% right. I just want to update simba to 1.5 so I can use the Tanning script but im just having some trouble to figure it out and all. If someone can tell me a way how I can update it to 1.5 that would be great because once again I did try and couldn't figure it out. Pretty damn sure everyone is human beings and need help time to time.

  24. #49
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Is the accuracy on this better? I haven't tested yet.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  25. #50
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

Page 2 of 4 FirstFirst 1234 LastLast

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
  •