OK, so i created a /worlds folder and i am able to access my old world!
now i need to get my mods working
i moved my old mods folders to /home/12Me22/minetest/mods/minetest/ but they are not working
Search found 38 matches
- Sat May 04, 2013 13:44
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
- Sat May 04, 2013 13:34
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
- Sat May 04, 2013 13:29
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
- Fri May 03, 2013 21:40
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
- Sun Apr 21, 2013 19:38
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
Hmm, I don't know how you compiled it but this reference is probably owned by root: /build/buildd/minetestc55-0.4.6/src/server.cpp :104: virtual void* ServerThread::Thread(): Assertion '0' failed. I followed the README.txt file and didn't have any problems at all on Mint 13. Everything worked fine ...
- Sun Apr 21, 2013 17:01
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
I start minetest with this and it appears to be running gameid minimal: sudo nohup minetest --server --config /home/12Me22/.minetest/minetest.conf Should I try sudo nohup minetest --server --common --config /home/12Me22/.minetest/minetest.conf You don't need to be root to run a minetest server.. An...
- Tue Apr 16, 2013 23:20
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
So the world and gamed get created by running that or do you have to create and populate some folder structure on the server first? Mine is running world = minetest and gameid= minimal I think my map is missing elements because of the minimal designation. From what I have read, once the world is cre...
- Tue Apr 16, 2013 22:59
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
- Tue Apr 16, 2013 22:35
- Forum: Servers
- Topic: Server minimal
- Replies: 18
- Views: 3412
Server minimal
Can anyone tell me how you specify the world that gets used when you create your own server? Mine ended up being minimal and I would prefer it to be common. Thanks.
- Tue Apr 16, 2013 11:06
- Forum: Servers
- Topic: Automatic Server Restart Script
- Replies: 10
- Views: 3837
VanessaE , Can you help me with this script? I have my worldname and gamed I just don't know where to put the script. Thanks I use this (with stuff specific to my needs filled-in, of course): #!/bin/bash while true do sleep 1 minetestserver --config /path/to/your/minetest.conf \ --worldname name_of_...
- Fri Apr 12, 2013 23:02
- Forum: Servers
- Topic: Automatic Server Restart Script
- Replies: 10
- Views: 3837
- Fri Apr 12, 2013 21:22
- Forum: Servers
- Topic: Automatic Server Restart Script
- Replies: 10
- Views: 3837
I am new to Minetest and am working with 12Me21 to create our own server and I have a few questions about this cron job. -how do I determine my worldname and gameid? -where do i store this cron job? cron.d? Thanks! I use this (with stuff specific to my needs filled-in, of course): #!/bin/bash while ...