Linux and OSX users needed

    Joined
    Dec 14, 2014
    Messages
    225
    Reaction score
    251
    • Purchased!
    • Community Content - Silver 1
    • Legacy Citizen 8
    seen this?

    StarMade

    Not sure if it helps, thought I would just post it...
    [doublepost=1566218440,1566218307][/doublepost]
    I use a older PC with LinuxMint 19.x ad i have found in the SMD Forum and YouTube a tutorial to install SM on that.
    Holy crap for a Linux noob is that the hell to install......!
    Isn't a bash script anywhere for installation?
     
    Joined
    Jul 22, 2019
    Messages
    34
    Reaction score
    1
    Yip that i mean with i found some TUTs. ;-)
    But i have some matter with that.
    ---
    Ja das hab ich ja gefunden, aber da ich nur rudimentäre Linux Command Kenntnisse habe und noch am lernen bin.
    Hab ich damit noch etwas probleme. :(:mad:
    Darum fragte ich ja wegen einem installbashscrip.
     
    Joined
    Jun 27, 2013
    Messages
    895
    Reaction score
    165
    You need to have java, wget and unzip installed, the way to do that varies depending on your distro; I'm using Gentoo where it looks like this:
    Code:
    # emerge -tav icedtea wget unzip
    Other distros may have a different incantation ("apt-get" for example), but the general idea is the same. "icedtea" is one "java package" if you will, others might be called "openjdk" or "oracle-jdk-bin". Any of them should do.
    The "#" character at the start of a line indicates the command needs to be run as root, a "$" means it should be run as a standard user; you don't (actually mustn't) type them in.

    Once the dependencies are in place,
    Code:
    $ export SMDIR=$HOME/games/starmade/latest
    $ export SMBUILD=starmade-build_20190824_121745.zip
    $ mkdir -p $SMDIR
    $ cd $SMDIR
    $ wget http://files.star-made.org/build/dev/$SMBUILD
    $ unzip $SMBUILD
    $ java -jar StarMade.jar -force
    should do the trick.

    Tthe next time you want to run the game, you only need
    Code:
    $ cd $HOME/games/starmade/latest; java -jar StarMade.jar -force
     
    Joined
    Jul 22, 2019
    Messages
    34
    Reaction score
    1
    Thx for that hint, ill try that.
    //Edit
    I use linuxmint 19.x (relase), Java,pyton and so are installed, that are my try and learn system.
    With LAMP Server and many more. ;-)
     
    Last edited:

    klawxx

    Product Manager - Roden Shipyards
    Joined
    Jan 5, 2016
    Messages
    337
    Reaction score
    595
    • Legacy Citizen 4
    • Community Content - Silver 1
    • Likeable
    Or you could just install the steam client and open StarMade trough it. saves a lot of trouble. Using the built in java is also 10x better on game performance.

    PS: I also run on Mint (Cinnamon 18.2) on my machine at work. At home I use an Windows 7, the last usable Windows version.
    IMO, Windows 10 is just an big F**** spyware. MAC-OS on the other end is a Linux without any benefit. The best thing you can do on any mac is just remove and install any flavor of Linux.
     
    Last edited:
    Joined
    Jul 22, 2019
    Messages
    34
    Reaction score
    1
    Ok thx 4 that hint.

    MicroDUMP will be stop the win7 support.
    I'll use both, Mint 19.x stable relase and WinSUX 10.