Results 1 to 8 of 8

Thread: Grrrr.

  1. #1
    Join Date
    Oct 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Grrrr.

    Okay so, this is probably going to sound dumb but i've been at this for like 3 hours. I have read multiple guides, and have uninstalled and redownloaded Simba 4 or 5 times, just to make sure i did EVERY step. And this is what happens:

    1. Once i get simba correctly installed and check for all the updates and then restart, i post the code

    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.

    Just to make sure my SMART works. After 5 seconds, it starts up with RS3, which is fine for now.

    2. After i realize my SMART is working, i then go to try to get it set up for 07. I follow every step making sure i got the Binaries, SRL-OSR, Renaming it, Fonts, SMART8, everything. But as soon as i do this and everything is extracted and done i then post this code:

    program new;
    {$DEFINE SMART8}
    {$i SRL-OSR/SRL.simba}

    begin
    SetupSRL();
    end.

    Is this a valid code, to check if SMART will load 07?
    and if so, then why do i get the error: Unknown declaration "SmartGetAvailablePID" at line 81, column 20 in file "C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba"

    I am so sorry, i've just been at this for hours, and i cannot seem to get this to work...

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Not sure how well SRL-OSR is supported/working and which versions of what it needs but I THINK:

    Make a backup of/rename your Simba folder and start fresh:

    Install Simba/SRL the regular way as you did:
    http://www.youtube.com/watch?v=j3a-TkIC0xM

    Go here, read it:
    http://villavu.com/forum/showthread....ghlight=github

    Based on all the steps you are saying, it seems like you're installing SRL-OSR wrong (or some old/outdated way/files)

    I believe the proper way is:
    Download SRL-OSR from the GitHub here:
    https://github.com/SRL/SRL-OSR

    Specifically: https://github.com/SRL/SRL-OSR/archive/master.zip

    Plop that into your Simba/Includes folder, and name it SRL-OSR

    Done!

    Not sure exactly what code you need to run to make it load up OSR, but I'm pretty sure that's the proper way to get it all installed properly, good luck!

  3. #3
    Join Date
    Oct 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Okay so i've done all that, and it works perfectly fine. BUT as soon as i try any script, doesn't matter which it is, any script that is "07", it says: "Cannot find SRL/SRL.Simba" and i have no idea why. Like right now, i can load up RS3 perfectly fine. I just wish there was a test code so i could see if my SMART can load 07, like it does RS3.

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Celera View Post
    Okay so i've done all that, and it works perfectly fine. BUT as soon as i try any script, doesn't matter which it is, any script that is "07", it says: "Cannot find SRL/SRL.Simba" and i have no idea why. Like right now, i can load up RS3 perfectly fine. I just wish there was a test code so i could see if my SMART can load 07, like it does RS3.
    If you want to PM me your TeamViewer details, I'll be more then happy to resolve this issue for you.

    Justin.

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Oct 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i figured it out but in the one script it says "download .wav sounds to .simba" what do i do with these when i did that?

  6. #6
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Celera View Post
    i figured it out but in the one script it says "download .wav sounds to .simba" what do i do with these when i did that?
    What's the thread title? I'll take a look

    Forum account issues? Please send me a PM

  7. #7
    Join Date
    Oct 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I can't post links cause my post count isn't 5, it's ShatterGuilder

    Plus, when i load up 07 with the script, nothing happens. I'm clueless haha...

  8. #8
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Okay so download the .zip file (sound files.zip) and extract the 3 .wav files to C:\Simba then that part is done.

    Forum account issues? Please send me a PM

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
  •