Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TI
Posts
8
Comments
560
Joined
2 yr. ago

  • With .tar.gz software usually the steps are:

    1. Extract the archive
    2. Find a file with the .sh extention - that's the shell script. It will most likely be named something like install.sh
    3. Make it executable - by right clicking and enabling it in the properties or by opening a terminal in this folder and using a command:
     
        
    chmod +x install.sh
    
      
    1. Run the installer in the terminal:
     
        
    ./install.sh
    
      

    It might ask you to run it as root and quit. In that case put a sudo before the command above and it will ask you for your password

     
        
    sudo ./install.sh
    
      

    And tbat's it, installation should begin. Follow the instructions in your terminal.

  • The main advantage over Minecraft is unrestricted modability. Luanti is just the voxel engine, you can run hundreds of different "games" on top of. Aside from the obvious mining and crafting types of games (including VoxeLibre which is a direct clone of Minecraft) there are also games with completely different gameplay - platformers, arcade etc.

    The mods and games are easily downloaded from within the game.

    Also - free, open source, community run. Not owned by Microsoft. So that's nice.