Xanadu Server

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: Xanadu Server

by Hybrid Dog » Tue Mar 22, 2016 11:08

you could cache the protector node positions

you need to add them when they are loaded first and add / remove them if the node is added / removed
then you can use a function looking big but working fast to search for protectors
the set, remove and get functions are from vector_extras
you can e.g. set the name and range in a table to a specific position, you can store the range and name in meta, put them from there into the cache table when caching it and change the big function to test the range and player
but if you use the names as index, you can skip the protection blocks of the player when searching
you should set a maximum range because protecting only works if the node has been loaded yet after the server start
 

User avatar
IceAgeComing
Member
 
Posts: 93
Joined: Sat May 17, 2014 21:19

Re: Xanadu Server

by IceAgeComing » Tue Mar 22, 2016 14:26

neri2 wrote:Gee! And I thought booneh was the wrong crowd to hang wiff chu got us beat there iceypop xD


At least theres just 1 bonny!
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Tue Mar 22, 2016 15:06

Hybrid Dog wrote:you could cache the protector node positions

you need to add them when they are loaded first and add / remove them if the node is added / removed
then you can use a function looking big but working fast to search for protectors
the set, remove and get functions are from vector_extras
you can e.g. set the name and range in a table to a specific position, you can store the range and name in meta, put them from there into the cache table when caching it and change the big function to test the range and player
but if you use the names as index, you can skip the protection blocks of the player when searching
you should set a maximum range because protecting only works if the node has been loaded yet after the server start

i have no idea what this means, but it sounds great :P
(was this tested already or is it just a theory?
i imagine the "skip checking your own protectors" thing to be very handy for building.)

IceAgeComing wrote:At least theres just 1 bonny!

but not for long ...
we just need a cupcake and a cloning machine. i guess you know how this works =(^.^)=
:P
 

auouymous
Member
 
Posts: 88
Joined: Sun Dec 07, 2014 09:39
GitHub: auouymous
IRC: air
In-game: auouymous

Re: Xanadu Server

by auouymous » Tue Mar 22, 2016 19:09

Hybrid Dog wrote:you could cache the protector node positions


I was aware of LBMs, on_construct and on_destruct, but what about removing the protectors from the cache/octree when the mapblock is unloaded?
 

Kilarin
Member
 
Posts: 649
Joined: Mon Mar 10, 2014 00:36

Re: Xanadu Server

by Kilarin » Tue Mar 22, 2016 23:43

would it be good to move this discussion to the protector thread?
https://forum.minetest.net/viewtopic.php?f=11&t=9376&start=100
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

by Hybrid Dog » Wed Mar 23, 2016 10:38

auouymous, removing it when the chunk gets unloaded might add a security risk
l tried to write the code:
https://gist.github.com/HybridDog/e1145141ca4b1c012a87

idk if moving the discussion to that thread is good, protector changes have a direct impact on players and they are the ones who have the most experience with using them
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: Xanadu Server

by TenPlus1 » Wed Mar 23, 2016 21:13

YOU CHOOSE THE WORLD SEED:

Grab your Minetest with Ethereal installed and active and submit your requests for the new seed on Xanadu when the server is reset :)
 

User avatar
maikerumine
Member
 
Posts: 946
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: Xanadu Server

by maikerumine » Thu Mar 24, 2016 01:12

TenPlus1 wrote:YOU CHOOSE THE WORLD SEED:

Grab your Minetest with Ethereal installed and active and submit your requests for the new seed on Xanadu when the server is reset :)


this is my personal fav:
2473794698767688778
 

Kilarin
Member
 
Posts: 649
Joined: Mon Mar 10, 2014 00:36

Re: Xanadu Server

by Kilarin » Thu Mar 24, 2016 01:41

but you are going to be using 4.14 with the new mapgen, right?
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: Xanadu Server

by TenPlus1 » Thu Mar 24, 2016 08:19

The new mapgen blends biomes that little bit better although the general biome layout and caves are still seed specific... Test on latest 0.4.13 daily build to make sure it looks same though :)
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Thu Mar 24, 2016 09:46

i will try my best, nya~

also is there a specific date for the map change?
on the last day of the old map i want to throw all my gold and gems into the spawn to make everyone happy
and then troll them when everything gets reset :P
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: Xanadu Server

by Hybrid Dog » Thu Mar 24, 2016 10:44

seed 0
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Thu Mar 24, 2016 10:54

i tried some seeds and here are the results:
(i teleported to 0,0,0 and explored the surroundings)

TenPlus1
similar to noob area

Shinji_Ikari
green mountain in the middle of the dry lands

bonny
ocean surrounded by bizarre mountain islands

IceAgeComing
big ocean with desert on one side and pine forests at the other side

Red_Fox
big mountain island, made of desert stone and snowy biomes, green land further away

Phiwari123
mostly scorched plains and savanna, mushrooms and green stuff on a high mountain

iska
similar to bonny but with less islands

nya~ =(^.^)=
funny terrain with high cliffs and plateaus, but mostly dry biomes with very few green stuff

Kelena
totally messed up mounatin made of clay and snow and full of deadly pitfalls
(sorry Kel-chan ... =(-.-)= )


the bonny map has the most biome diversity of this selection.
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Xanadu Server

by twoelk » Thu Mar 24, 2016 16:24

firefox wrote:i tried some seeds and here are the results:
...

seems you missed Xanadu and Minetest as seeds ;-P
 

User avatar
myster
Member
 
Posts: 60
Joined: Tue Jun 30, 2015 14:34
In-game: myster

Re: Xanadu Server

by myster » Thu Mar 24, 2016 18:58

What would the optimal map be? We can be searching for it. Something similar to the current map? Or, would spawn be better on top of a mountain?
In the name of Justice! -- Mr. mystery :)
 

User avatar
Phiwari123
Member
 
Posts: 103
Joined: Sat Aug 02, 2014 07:50
In-game: Phiwari123

Re: Xanadu Server

by Phiwari123 » Fri Mar 25, 2016 11:06

Image
Aber glaubt mir, dass man Glück und Zuversicht selbst in Zeiten der Dunkelheit zu finden vermag.
Man darf nur nicht vergessen, ein Licht leuchten zu lassen.
(A.P.W.B.D)
 

User avatar
IceAgeComing
Member
 
Posts: 93
Joined: Sat May 17, 2014 21:19

Re: Xanadu Server

by IceAgeComing » Sun Mar 27, 2016 11:39

Its time to look back to past 2 years of fun.
Here are some screenshots of projects i was part in, that i had most fun with:

Ship for Phis birthday:
Image

Suburban town (never managed to finish)
Image

Old Town
Image

Castle, that we copied from MC map, but it was still ton of fun
Image

Spawn 2
Image
 

jerrythecairn
Member
 
Posts: 12
Joined: Sun Jul 26, 2015 12:30
In-game: jerrythecairn

Re: Xanadu Server

by jerrythecairn » Mon Mar 28, 2016 11:47

i'm sooo depressed. i just finished a redwood road about 2000 units long and it's all gone
 

User avatar
jp
Member
 
Posts: 705
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith

Re: Xanadu Server

by jp » Mon Mar 28, 2016 12:21

I just visited briefly the new world. Nice spawn.

What was the reason to stick with the same list of mods that you used for years ? (I'm particularly thinking about decorations).

Good luck for the future.
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: Xanadu Server

by TenPlus1 » Mon Mar 28, 2016 14:49

The same set work but have been greatly optimized for 0.4.14 when it comes out :)
 

User avatar
IceAgeComing
Member
 
Posts: 93
Joined: Sat May 17, 2014 21:19

Re: Xanadu Server

by IceAgeComing » Mon Mar 28, 2016 21:22

I have been insane luck when it comes to nyan cats!

Heres nyan cat i found on first day on server:
Image

Here's nyan cat i found second day on server:
Image
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Xanadu Server

by sofar » Mon Mar 28, 2016 23:29

iska wrote:A serialization error occured:
unsupported NodeBox version
The server is probably running a different version of Minetest.
(i also tried latest pc compile from krock 3 days ago, but no)

edit: downgrading back to original 0.4.13 fixed :/


This happens if you're running a -git release that's somewhere between 2 and 6 weeks old. Please either revert to 0.4.13, or try a really, really new git build. The server may also be at problem here, and should either be reverted or updated as well.
 

User avatar
Glorfindel
Member
 
Posts: 129
Joined: Tue Jul 07, 2015 20:05
GitHub: the1glorfindel
IRC: Glorfindel DoomWeaver
In-game: Glorfindel

Re: Xanadu Server

by Glorfindel » Tue Mar 29, 2016 16:34

Well, we all know about ice the cow and all, but did you know neri was a porker? oO
screenshot_20160328_174224.png
screenshot_20160328_174224.png (434.23 KiB) Viewed 4070 times
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Tue Mar 29, 2016 17:57

Glorfindel wrote:Well, we all know about ice the cow and all, but did you know neri was a porker? oO
screenshot_20160328_174224.png

neri-chan has the ability to separate her body and mind to possess animals, didn't you know? :P
she always uses that skill to safely move around and explore while at the same time staying hidden in the Elven Village. yesterday she visited me as a sheep =(^.^)=
 

User avatar
myster
Member
 
Posts: 60
Joined: Tue Jun 30, 2015 14:34
In-game: myster

Re: Xanadu Server

by myster » Wed Mar 30, 2016 02:34

lol
In the name of Justice! -- Mr. mystery :)
 

User avatar
Glorfindel
Member
 
Posts: 129
Joined: Tue Jul 07, 2015 20:05
GitHub: the1glorfindel
IRC: Glorfindel DoomWeaver
In-game: Glorfindel

Re: Xanadu Server

by Glorfindel » Thu Mar 31, 2016 13:13

firefox wrote:
Glorfindel wrote:Well, we all know about ice the cow and all, but did you know neri was a porker? oO
screenshot_20160328_174224.png

neri-chan has the ability to separate her body and mind to possess animals, didn't you know? :P
she always uses that skill to safely move around and explore while at the same time staying hidden in the Elven Village. yesterday she visited me as a sheep =(^.^)=

Wow she found an Elven Village already?!
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Thu Mar 31, 2016 14:58

Glorfindel wrote:Wow she found an Elven Village already?!

no idea, i only know that she lives there.
and isn't it not her who finds the village, but the village which finds the way on our map?
elves are mysterious ... =(0.0)=

also, if you look at neri's building style, you'll see that she doesn't build her buildings into the nature like others do, but that her buildings sprout naturally from nature, like plants.
i haven't seen how she does it, but i guess she has a special set of seeds and saplings that grow into houses and roads :P
 

Niebieski
Member
 
Posts: 21
Joined: Fri Oct 17, 2014 18:53
GitHub: Snipie
IRC: Niebieski
In-game: Niebieski

Re: Xanadu Server

by Niebieski » Fri Apr 01, 2016 13:03

IceAgeComing wrote:Its time to look back to past 2 years of fun.
Here are some screenshots of projects i was part in, that i had most fun with:

Ship for Phis birthday:
+ Spoiler


Suburban town (never managed to finish)
+ Spoiler


Old Town
+ Spoiler


Castle, that we copied from MC map, but it was still ton of fun
+ Spoiler


Spawn 2
+ Spoiler


These are very nice. I wonder how you design them.
If you guys like to design and build why not read about architecture.
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: Xanadu Server

by firefox » Fri Apr 01, 2016 13:51

Niebieski wrote:
IceAgeComing wrote:Its time to look back to past 2 years of fun.
Here are some screenshots of projects i was part in, that i had most fun with:

Ship for Phis birthday:
+ Spoiler


Suburban town (never managed to finish)
+ Spoiler


Old Town
+ Spoiler


Castle, that we copied from MC map, but it was still ton of fun
+ Spoiler


Spawn 2
+ Spoiler


These are very nice. I wonder how you design them.
If you guys like to design and build why not read about architecture.

it's mostly copied from minecraft maps :P
:P :P :P :P :P :P :P
 

User avatar
Glorfindel
Member
 
Posts: 129
Joined: Tue Jul 07, 2015 20:05
GitHub: the1glorfindel
IRC: Glorfindel DoomWeaver
In-game: Glorfindel

Re: Xanadu Server

by Glorfindel » Fri Apr 01, 2016 21:36

Today I finally stumbled upon one of the elusive new biomes!
Image
Unfortunately, there weren't many mese blocks in this one ;(
Oh well, better luck next time!
Thanks to noob101 for loaning me a few blocks for the pic!!
Happy April Fools! :P
Attachments
screenshot_20160401_143325.png
screenshot_20160401_143325.png (302.38 KiB) Viewed 4070 times
 

PreviousNext

Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 18 guests

cron