Search found 7 matches

by lua86
Sat Jan 27, 2018 13:20
Forum: Modding Discussion
Topic: how to make mods?
Replies: 25
Views: 7468

Re: how to make mods?

Someone said Photoshop, so I must say what I'm planning to use: krita and either pluma or geany. Blender too. Windows: Notepad++ and either krita or gimp, maybe blender, although you can use freecad instead of blender. GNU/Linux: Your desktop environment's plaintext editor and either krita or gimp, ...
by lua86
Sat Jan 27, 2018 11:31
Forum: WIP Mods
Topic: [Mod] Technic Tweak collection [tech_tweak]
Replies: 16
Views: 5050

Re: [Mod] Technic Tweak collection [tech_tweak]

No repo for this? Just a zip?
by lua86
Tue Jan 23, 2018 21:47
Forum: WIP Mods
Topic: [Mod] Laptop (WIP) (V. 0.41)
Replies: 252
Views: 40517

Re: [Mod] Laptop (WIP)

GamingAssociation39 wrote:Anyone have any ideas/wanna help to further this mod?
How about an optional dependency on technic? If technic is installed, make computers and printers be devices that consume power when on/while printing.
by lua86
Sat Jan 20, 2018 18:40
Forum: Servers
Topic: [Server] Metropolis
Replies: 71
Views: 12270

Re: [Server] Metropolis

Grandolf wrote:
im working on making the server start itself back up when it goes down, so it wont be down more then 45 seconds at a time (except when im doing backups)
And is there any hard part? Do you need help with bash?
by lua86
Sat Jan 06, 2018 20:08
Forum: Servers
Topic: [Server] Metropolis
Replies: 71
Views: 12270

Re: [Server] Metropolis

It uses 0.5.0. Do you maybe know where I can download 0.5.0 version for android? I tryed on Minetest official site but there is also 0.4.16 for linux, I followed this guide for compiling: http://dev.minetest.net/Compiling_Minetest and for windows, i downloaded from here: https://minetest.kitsunemim...
by lua86
Fri Jan 05, 2018 21:34
Forum: Servers
Topic: TrainwreckTony's Topophobia Survival Server
Replies: 75
Views: 19489

Re: TrainwreckTony's Topophobia Survival Server

Also, why not use a cron job for crash restarts? A cron job is the wrong technology, you should instead use a (systemd) service or a script I'd just use this simple loop: #!/bin/bash while true do /usr/games/minetestserver done And start that with the service, by just modifying the service file to ...
by lua86
Fri Jan 05, 2018 20:04
Forum: Servers
Topic: TrainwreckTony's Topophobia Survival Server
Replies: 75
Views: 19489

Re: TrainwreckTony's Topophobia Survival Server

you need to update the server to the latest MT version. cause im getting version errors probably opposite way around, my server is 0.5 dev and your running 0.4.16 client Care to elaborate on what 0.5 dev are you using? I'm on yesterday's daily build ppa and get this version error. A serialization e...