Results 1 to 7 of 7

Thread: Need help with .simba files

  1. #1
    Join Date
    Mar 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help with .simba files

    Alright I know I'm new and probably am missing this but I'm not familiar with wine at all. OK, so I downloaded Simba Wine X11 etc. Simba is all set up correctly. Now I'm trying to download and use Fast Fighter which is a .simba file. I'm on a mac, where do I save it? I've been searching for this in various threads for hours now. Any help please? Please!

  2. #2
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    You want to find where Simba is installed and when you find it most likely in applications there is a folder called Simba go into that then look for a folder called scripts drag and drop the downloaded file in there then launch Simba and go to File>Open and the script will be there
    Current Project: Retired

  3. #3
    Join Date
    Mar 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im not sure if you are familiar with Wine or X11 as im not either but...Its in X11 which is like a windows type thing and Im not sure how i can get files over there where simba is. Im not sure how to save files into that or wine, or whatever.

  4. #4
    Join Date
    May 2008
    Location
    Canada
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can save scripts anywhere and then you can open the file using File-> Open

  5. #5
    Join Date
    Jan 2012
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know how you feel--wine will get to you haha.

    For scripts just save them to downloads then use the finder to find your "wine files" or whatever you named them and copy/paste the script you saved in downloads to that folder (probably under simba would be best).

    Wine is annoying in that while it acts as a windows emulator (and is awesome don't get me wrong!) at times it won't even let you copy and paste haha. Try to use finder/mac stuff for all your file moving or you'll have problems with a wine program that is sometimes bonkers!

    Good luck--I hope this helps!

  6. #6
    Join Date
    Mar 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i finally found it thank you! Any familiarity with the Fast fighter script? I know how to run a script, but how do i modify it so it knows my account credentials and what to train on etc..

  7. #7
    Join Date
    May 2008
    Location
    Canada
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when you open the script in simba you should be able to see the script text.

    You can manually add in your account details
    By looking for where the account information etc is usually near the top of the script.

    Example
    Code:
        Name        := 'Account';
        Pass        := 'Password';
        Pin         := '1234';
    etc

    If your talking about Narcle Fast Fighter then your account information begins on line 47.

    Or if you run script there should be a form that allows you to easily enter it there
    Last edited by MrWicked; 03-30-2012 at 01:52 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •