Home Gallery Resources The Team Rules chat Login Register
Pages:  [1] 2
Author Topic: [Solved] Heh uhhhhh I'm confused about how Tabuu works  (Read 4641 times)
0 Members and 1 Guest are viewing this topic.
CraptainFalcon
Mega Kitten
*****
Offline Offline

Posts: 101



View Profile Awards
« on: January 10, 2017, 09:17:26 PM »


Is there no .exe? I don't know how to open files with it. Can someone please point me in the right direction heh?
« Last Edit: January 15, 2017, 12:10:40 PM by CraptainFalcon » Logged

windhunter7
BrawlVault Gatekeeper
Angel Kitten
***
Offline Offline

Posts: 3402

Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #1 on: January 11, 2017, 09:53:43 PM »


    Are there any .jar files?
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #2 on: January 12, 2017, 04:42:52 PM »


    No. I checked
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #3 on: January 12, 2017, 04:49:43 PM »


    Hmm. What kind of files are included in the download, then?
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #4 on: January 12, 2017, 05:28:34 PM »


    CS files, this one named "OpenSA3.sln", configure, Csproj

    It's all the files I assume from the download on github
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #5 on: January 12, 2017, 05:36:55 PM »


    Ok, so if it's ONLY .cs files, that means you'll probably have to download C#, and run the program with that; i.e. it's not compiled into regular computer code yet, and therefore needs the actual IDE to run.
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #6 on: January 12, 2017, 05:43:25 PM »


    Ah alright thanks
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #7 on: January 12, 2017, 05:48:47 PM »


    Np, just let me know if you have any trouble with opening the files or with figuring out which one is the "main" file that runs the whole program.
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #8 on: January 13, 2017, 03:31:11 PM »


    Lol yeah uh what's the"main" file that runs everything?
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #9 on: January 13, 2017, 09:18:46 PM »


    Nevermind that comment; I just looked up something, and found out that C is NOT like Java, so it's not object-oriented.(I'm used to programming in Java), so they're more likely different programs or something. What are the names?
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #10 on: January 14, 2017, 04:29:40 PM »


    The names of what? I don't understand
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #11 on: January 14, 2017, 04:32:59 PM »


    The names of the files.
    Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #12 on: January 14, 2017, 08:53:32 PM »


    CS file, CSPROJ file, BMP file, RESX file, SNK file. Those are the files in the Be.Windows.Forms folder.

    CS, CSPROJ, Personal Information Exchange, Windows Markup file, XML Document, Application Extension, RESX file. Those are the files in the OpenSALib3 folder.

    CSPROJ, CONFIG file, Windows Markup file, CS file, RESX file, Application Extension file, SETTINGS file. Those are the files in the Tabuu folder.

    And then there's OpenSA3.sln in the "root" of the download. There's also various txt files

    Is that what you meant?
    Logged

    windhunter7
    BrawlVault Gatekeeper
    Angel Kitten
    ***
    Offline Offline

    Posts: 3402

    Check out my website for tutorials and more! :)

  • Awards Famous Hacker Super Saiyan Topic RAGE!! Hyperactive Contributor

  • View Profile WWW Awards
    « Reply #13 on: January 14, 2017, 09:08:58 PM »


    Yeah.

    I'm not entirely sure which one you want, but probably either the OpenSA3.sln in the root, via opening in Microsoft Visual Studio, or the CS file in the Tabuu folder, via opening in C.

    Post Merge: January 14, 2017, 09:10:26 PM
    The only thing I'm 100% certain of is that the one that opens up the actual program is NOT going to be in the "OpenSALib3" folder, as "lib" is a programmer-term that's short for "library", which is where the, I guess you could call, source code, is.
    « Last Edit: January 14, 2017, 09:10:26 PM by windhunter7 » Logged


    CraptainFalcon
    Mega Kitten
    *****
    Offline Offline

    Posts: 101



    View Profile Awards
    « Reply #14 on: January 14, 2017, 10:21:51 PM »


    Alright thanks. That helped a lot
    Logged

    Pages:  [1] 2
    Print
    Jump to: