Results 1 to 1 of 1

Thread: New SRL-6 & Simba

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

    Default New SRL-6 & Simba

    ** Simba 1.1 is not in the updater currently, you will have to download it from this thread.

    Hello all,

    The time has finally come for the release of Simba 1.1, and with it some new SRL features. A special thanks goes to everyone involved with the recent development of SRL, Simba, and Lape.

    As a user, you shouldn't notice a huge difference. Scripts will not need to be changed; they should all work with Simba 1.1. If there are issues; however, please address them here.

    As a scripter, none of your scripts should break, although there are some deprecated functions and such.

    For the official Simba 1.1 release, see this thread.

    For a small installation guide:
    1. Grab Simba 1.1
    2. Launch, update extensions
    3. Restart, and finally update SRL and Plugins.

    Changes:
    Progress Report:
    • New Tesseract plugin, this one has less overhead, faster, works on linux, and should work for everyone.
    • New Rafiki (Player manager) we can update this one whenever we want, and therefor should be more stable, players are saved in Simba's settings. Most importantly your players from the old Rafiki will not be saved.
    • We now (Devs) have access to the plugins updater, this means we've added the direct-x plugin to the package. :)
    • New player form, you will notice this one has a better UI and hopefully is more simple, some changes scripters should make: Added vars:
      • maxPlayers: Integer; The maximum amount of players a user can select.
      • size: Integer; to upsize or downsize the player form (-2 would scale down the form).
      • Players: TPFPlayerArray; The players selected.
      Deprecated:
      • scriptSettingsPath
      • playerNames
      • playerFiles
      ** For a replacement for playerNames & playerFiles use players.setup(playerForm.players).
    • Chatbox:
      • Add getXPBar
      • Add getTextOnLine
    • Tesseract:
      • Deprecated tesseractGetText methods. Use Tesseract_GetText methods as replacements. (srl-6/lib/core/tesseract.simba)
      • Constants FILTER_SMALL_CHARS, FILTER_NPC_CHAT_CHARS,FILTER_SMALL_CHARS_2 have been replaced with a new type, TTesseractFilter, these same filters are found under TESS_FILTER_SMALL_CHARS, TESS_FILTER_SMALL_CHARS_2, TESS_FILTER_NPC_CHAT_CHARS.
    • Added printf (print format)
    • Added param useTesseract: Boolean; to GetMouseOverText, is default set to false.


    As always, please report bugs at https://villavu.com/forum/showthread...87#post1310887
    I will be going a bug fixing spree tomorrow!

    Hopefully now we can focus more fixing srl bugs.
    Last edited by Olly; 09-30-2014 at 02:34 AM.

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
  •