Page 14 of 16

PostPosted: Mon Apr 08, 2013 00:05
by rarkenin
Luke123 wrote:Help please, I can't join. It says access denied. Reason: Your client's version is not supported.
Server version is 0.4.6 etc. I have version 0.4.5


Then get the newest version of Minetest.

PostPosted: Mon Apr 08, 2013 20:10
by Luke123
How do I update minetest c55 on Ubuntu?

PostPosted: Mon Apr 08, 2013 20:16
by Traxie21
Luke123 wrote:How do I update minetest c55 on Ubuntu?

http://forum.minetest.net/viewtopic.php?id=3837

Try that.

PostPosted: Tue Apr 09, 2013 02:16
by Luke123
Traxie21 wrote:
Luke123 wrote:How do I update minetest c55 on Ubuntu?

http://forum.minetest.net/viewtopic.php?id=3837

Try that.

Worked! Just a quick question. How do I save the latest version to the bin so I don't have to paste this every time into the bin?

PostPosted: Tue Apr 09, 2013 04:39
by Menche
Luke123 wrote:
Traxie21 wrote:
Luke123 wrote:How do I update minetest c55 on Ubuntu?

http://forum.minetest.net/viewtopic.php?id=3837

Try that.

Worked! Just a quick question. How do I save the latest version to the bin so I don't have to paste this every time into the bin?

For updating, you can get rid of most of that. Try this to update:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
git pull; cmake . ; make -j2; cd ./bin; ./minetest; echo -e "\n\nYou can run Minetest again by double-clicking "minetest" in the "bin" folder of the "minetest" folder in your home folder.\nYou can install mods in ~/minetest/mods/minetest, too."


To save it, put that code in a file called "update.sh" in the minetest folder, and just run "sh update.sh" to update (I think you could just double-click on update.sh also).

Oh, and if you want LuaJIT (it's faster), just run "sudo apt-get install libluajit-5.1-dev" and recompile; the latest git version of minetest will automatically be built to use it.

PostPosted: Tue Apr 09, 2013 21:29
by azaazz52
0gb i can't find a working minetest v. 0.4.6.
i can find one that works it just says that it's not supported by your server


btw: i'm NFEN on your server

PostPosted: Wed Apr 10, 2013 09:23
by 0gb.us
azaazz52 wrote:gb i can't find a working minetest v. 0.4.6.
i can find one that works it just says that it's not supported by your server


btw: i'm NFEN on your server


Okay. That's really odd. What operating system are you on? I'll try compiling on that system in a VirtualBox and see what the problem is.

Unless you're on Windows. I don't have access to that, but the build in the official 0.4.6 release topic should work.

PostPosted: Wed Apr 10, 2013 10:07
by jojoa1997
Here is the official download page http://minetest.net/download.php
Edit: forgot to put the link

PostPosted: Wed Apr 10, 2013 14:08
by xavier108

PostPosted: Wed Apr 10, 2013 14:58
by jojoa1997
:( it says broken link

PostPosted: Wed Apr 10, 2013 18:11
by xavier108
I guessing i'm adding a new link

PostPosted: Thu Apr 11, 2013 01:25
by Bearbar123
Hey Guys, i'm building a Nations building on the server as soon as i get a new power cord for the computer i play minetest one, i would really like it if you guys can send me a pm with this form in it:

Name on Server:
How many days you have played:
What country are you from:

PostPosted: Thu Apr 11, 2013 08:32
by 0gb.us
The town building contest from before is back on, though the prize has changed. Before, the winner was going to get a chest full of papyrus, which at the time, was one of the rarest nodes in the game. Now, papyrus is everywhere, which may help with your entry in the contest, but makes the old prize not much of a prize.

This time, the prize is a set of screenshots on the 0gb.us Minetest website, once we have that up and running. It's not all that helpful in game, but it's kind of cool none the less. This same site will be the one used for uploading Minetest skins, so people will see the pictures of your town.

I will not be judging, instead, there will be a vote. Keep that in mind. The further out your town is, the more space you will have to build it, but the less people will be willing to travel that far out to see your town and possibly vote for you. The closer closer you build, the less space you'll have to build, so the less elaborate the town might be.

If you are entering in the contest, feel free to ask one of us moderators for the "build" and "fly" privileges to make your work easier. The build privilege allows you to use a worldedit clone that is significantly less of a boon than the real worldedit (you have to actually have the materials in your inventory before you can place them in the world with commands). But big boxy structure aren't likely to win, so mostly this just helps with filling in holes to flatten land. To learn the commands, read the code. (https://github.com/0gb-us/0gb.us_game/blob/master/0gb.us_game/mods/build_0gb_us/init.lua) If you abuse fly and build, they will be taken from you.

A contest end date has not yet been set.

PostPosted: Thu Apr 11, 2013 22:31
by ungali
I've created a city above my place in Royale. (Its not part of the contest or anything). If you're on the server, feel free to drop on by and grab a plot.

PostPosted: Fri Apr 12, 2013 00:49
by 0gb.us
A second smaller contest is being added for single houses. Enjoy!

PostPosted: Sat Apr 13, 2013 00:34
by Luke123
Menche wrote:
Luke123 wrote:

Worked! Just a quick question. How do I save the latest version to the bin so I don't have to paste this every time into the bin?

For updating, you can get rid of most of that. Try this to update:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
git pull; cmake . ; make -j2; cd ./bin; ./minetest; echo -e "\n\nYou can run Minetest again by double-clicking "minetest" in the "bin" folder of the "minetest" folder in your home folder.\nYou can install mods in ~/minetest/mods/minetest, too."


To save it, put that code in a file called "update.sh" in the minetest folder, and just run "sh update.sh" to update (I think you could just double-click on update.sh also).

Oh, and if you want LuaJIT (it's faster), just run "sudo apt-get install libluajit-5.1-dev" and recompile; the latest git version of minetest will automatically be built to use it.

I cant find a folder named "sh.update.sh". I tried making a folder sh.update.sh and added that code but it didn't work. Added the code in the bin but it didn't update either. I tried everything, I am doing something wrong. Please help me.

- Luke

PostPosted: Tue Apr 16, 2013 11:14
by rarkenin
Unfortunately, 0gb.us has decided to take a break from the server. I've taken over in administration for now. Please note that bans are now permanent, and I do not particularly enjoy drama. We've already had a minor moderation incident, so I'm working with our moderators to resolve it. Please note that we MAY need new moderators.

PostPosted: Tue Apr 16, 2013 14:00
by xavier108
rarkenin wrote:Unfortunately, 0gb.us has decided to take a break from the server. I've taken over in administration for now. Please note that bans are now permanent, and I do not particularly enjoy drama. We've already had a minor moderation incident, so I'm working with our moderators to resolve it. Please note that we MAY need new moderators.

Can I be a moderator.I'll help you guys do stuff on the server.

PostPosted: Tue Apr 16, 2013 17:18
by rarkenin
xavier108 wrote:
rarkenin wrote:Unfortunately, 0gb.us has decided to take a break from the server. I've taken over in administration for now. Please note that bans are now permanent, and I do not particularly enjoy drama. We've already had a minor moderation incident, so I'm working with our moderators to resolve it. Please note that we MAY need new moderators.

Can I be a moderator.I'll help you guys do stuff on the server.


I will get back to this once I get this situation figured out. Please use PM, though.

PostPosted: Wed Apr 17, 2013 01:34
by 0gb.us
rarkenin wrote:Unfortunately, 0gb.us has decided to take a break from the server. I've taken over in administration for now. Please note that bans are now permanent, and I do not particularly enjoy drama. We've already had a minor moderation incident, so I'm working with our moderators to resolve it. Please note that we MAY need new moderators.


Taking a break? Come on, you know that's not what's going on. Tell it like it is.

I'm tired of all the drama, and I quit Minetest. This isn't temporary. I'm still available on #minetest, but I no longer have anything to do with the game itself.

PostPosted: Wed Apr 17, 2013 02:05
by Chinchow
Well goodbye 0gb.us it was nice knowing you.

PostPosted: Wed Apr 17, 2013 03:20
by jojoa1997
Cha. Hope you change your mind and come back. I will miss ya

PostPosted: Wed Apr 17, 2013 05:09
by 0gb.us
Hmm. And a few hours later, I decide to come back. Go figure.

But rarkenin is still in charge, not me.

PostPosted: Wed Apr 17, 2013 09:35
by jojoa1997
0gb.us wrote:Hmm. And a few hours later, I decide to come back. Go figure.

But rarkenin is still in charge, not me.
Oh thank goodness. Wild you still be playing on your server?

PostPosted: Thu Apr 18, 2013 00:12
by 0gb.us
jojoa1997 wrote:
0gb.us wrote:Hmm. And a few hours later, I decide to come back. Go figure.

But rarkenin is still in charge, not me.
Oh thank goodness. Wild you still be playing on your server?


Not really. Not unless we make some major changes, but that's no likely to happen.

PostPosted: Thu Apr 18, 2013 15:53
by marzin
You can remove my claims (nickname: marzin), because I forgot my password so I can't play on this server.

PostPosted: Thu Apr 18, 2013 22:39
by 0gb.us
marzin wrote:You can remove my claims (nickname: marzin), because I forgot my password so I can't play on this server.


If you want, we can reset your password, so you can use your account again.

EDIT: Let us know when you'll be around to take back your account. It would be best to be around when the password is cleared, so we don't leave you account without a password for long.

PostPosted: Sat Apr 27, 2013 21:29
by Bearbar123
I will be giving tours to new players if we can get bring up. Once we do just send me a pm on here if you want a tour.

PostPosted: Thu May 02, 2013 11:19
by quick.dudley
A couple of the times I've been on this server I haven't been able to leave the chunk containing the spawn location. Is that because my internet connection is slow or is there another reason?

PostPosted: Wed May 08, 2013 17:50
by ungali
I've got a house for sale in High Royale, it's two story with a deck on top.