[Map] Hogwarts & More (v2020)

Perlitroll
Member
Posts: 15
Joined: Sat Feb 21, 2015 13:11
Location: France

[Map] Hogwarts & More (v2020)

by Perlitroll » Post

Image

Hi,
Here is a Hogwarts & more world , a map we made on a private raspberry pi server . It includes the Hogwarts castle, Hogsmeade village and lot of more. It takes us yeeeeears of work :D so we hope you'll enjoy it. Have fun !


*******2020 New's = Hufflepuff's and Slytherin's living space added*********




Dependencies:

-Farming_plus
-Poudlard and Riventest (include in map archive)
(Poudlard mod is a mix from old moreblocks/stairsplus ,homedecor, steel, 3dfurniture )


Download:

Hogwarts & more map


Screenshot

Image
Image
Image
Image
Image


Edit
-11/18= reupload screenshot / update riventest linkingbook code for 0.4.17
-12/20= add mapv1.1 and merge mod steel 3dfurniture into poudlard
Last edited by Perlitroll on Fri Oct 15, 2021 16:47, edited 9 times in total.

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Map] Hogwarts & More

by Krock » Post

This map is amazing!
How many people were building on this map?
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Map] Hogwarts & More

by RHR » Post

WOW, this map is great! It is huge and has so many details. I lost myself during exploring it. :D
Please tell us more about this map.

Perlitroll
Member
Posts: 15
Joined: Sat Feb 21, 2015 13:11
Location: France

Re: [Map] Hogwarts & More

by Perlitroll » Post

Thank for the positive feedbacks ! :)
We are french and were only two for building this map , the raspberry performance does not accept more than 2 players !
The first block was set on 2012 but for having a break we played at other maps sometimes."

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Map] Hogwarts & More

by ExeterDad » Post

Fantastic work! I will be setting this one up when I get home from work. My children (and me too) are huge Harry Potter fans. It's a shame there will be no more books. But.... now Hogwarts can live on through Minetest!
Can't wait to explore it!

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Map] Hogwarts & More

by jp » Post

Impressive. Keep up the good work and remind to show us ;)

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Map] Hogwarts & More

by ExeterDad » Post

This is a huge, huge detailed map! The five of us have been exploring for hours. There is so much to see. Even with fly and noclip we haven't seen it all yet.

I need a Marauder's map badly. So many secret's :D

Ivà
Member
Posts: 115
Joined: Sun Feb 22, 2015 07:11
GitHub: melzua
IRC: melzua
In-game: melzua
Location: Catalonia

Re: [Map] Hogwarts & More

by Ivà » Post

It's really amazing!! My two daughters and I congrats you sincerely!!

I'm curious about how did you managed to configure your raspberry pi board, cause I was unable to efectively playing using a raspbery pi as a map server, had many lag crafting and puting blocks on map. Tried leveldb backend too but no luck.

Perlitroll
Member
Posts: 15
Joined: Sat Feb 21, 2015 13:11
Location: France

Re: [Map] Hogwarts & More

by Perlitroll » Post

I'm glad you like it !


@Ivà
No special confiuration : all memory for the CPU , raspbian started without X session , overclock in turbo mode (but no visible changes), 2A power supply and wifi.

From the mintest side, we have lighten some Mod for accelerate the craft and the navigation into inventory ( approximately 900 blocks avaiable ).
The minetest.conf:

Code: Select all

# Whether players are shown to clients without any range limit
unlimited_player_transfer_distance = true

# If this is set, players will always (re)spawn at the given position
static_spawnpoint = 0, 10, 0



# If true, actions are recorded for rollback
enable_rollback_recording = false

# Profiler data print interval. #0 = disable.
profiler_print_interval = 0

# from how far client knows about objects
active_object_send_range_blocks = 2

# how large area of blocks are subject to the active block stuff (active = objects are loaded and ABMs run)
active_block_range = 1

# how many blocks are flying in the wire simultaneously per client
max_simultaneous_block_sends_per_client = 1

# how many blocks are flying in the wire simultaneously per server
max_simultaneous_block_sends_server_total = 5

# From how far blocks are sent to clients (value * 16 nodes)
max_block_send_distance = 4

# From how far blocks are generated for clients (value * 16 nodes)
max_block_generate_distance = 2

# Number of extra blocks that can be loaded by /clearobjects at once
# This is a trade-off between sqlite transaction overhead and
# memory consumption (4096=100MB, as a rule of thumb)
#max_clearobjects_extra_loaded_blocks = 4096

# Interval of sending time of day to clients
time_send_interval = 5

# Length of day/night cycle. 72=20min, 360=4min, 1=24hour, 0=day/night/whatever stays unchanged
time_speed = 1

# Length of year in days for seasons change. With default time_speed 365 days = 5 real days for year. 30 days = 10 real hours
year_days = 30

# Maximum number of statically stored objects in a block
max_objects_per_block = 20

# Interval of saving important changes in the world
server_map_save_interval = 15.3

# http://www.sqlite.org/pragma.html#pragma_synchronous only numeric values: 0 1 2
sqlite_synchronous = 0

# To reduce lag, block transfers are slowed down when a player is building something.
# This determines how long they are slowed down after placing or removing a node.
full_block_send_enable_min_time_from_building = 2.0

# Length of a server tick and the interval at which objects are generally updated over network
dedicated_server_step = 0.1

# Can be set to true to disable shutting down on invalid world data
ignore_world_load_errors = true

# Congestion control parameters
# time in seconds, rate in ~500B packets
congestion_control_aim_rtt = 0.2
congestion_control_max_rate = 400
congestion_control_min_rate = 10
But it's real, the raspberry is a limited server for playing and the lags are frequent .

User avatar
solars
Member
Posts: 676
Joined: Sat Jul 20, 2013 15:16
Contact:

Re: [Map] Hogwarts & More

by solars » Post

Wow! A fantastic map!

I have on my maps big problems with the rock formations. Have you set stone for stone, or have you a trick to build it? Your landscape looks outstanding. Much better than mine.
My big Minetest map Karsthafen: English thread / German thread / Youtube / German webpage

User avatar
WhiteKnight
Member
Posts: 20
Joined: Wed Feb 18, 2015 02:42
In-game: BluAngel

Re: [Map] Hogwarts & More

by WhiteKnight » Post

Oh my word- this is amazing! I will download it sometime soon, it is awesome looking! Keep building things like this, good work guys! :D

Perlitroll
Member
Posts: 15
Joined: Sat Feb 21, 2015 13:11
Location: France

Re: [Map] Hogwarts & More

by Perlitroll » Post

@solars
We played your karsthafen map too and find it awesome too !!!
Unfortunately, no tricks for make a "real" landscape, Worldedit for earth-moving and a long finishing work block by block for the details.

TG-MyinaWD
Member
Posts: 356
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .
Location: Far Eden

Re: [Map] Hogwarts & More

by TG-MyinaWD » Post

If you can mange make rest of the world of Harry potter with textures and use right stuff make more real like so, It would be so awesome for an Server. And I think I can look into the ideas.
But all can say This bloody cool. (using bloody like Ron says).

So yeah. Make rest of the HP world then we can have maybe Oldcoder host it as a server. And we just need some headmasters. I will be a headmaster for sure. and a Student :D

And we might use an ranking system to sort each student and headmasters.

It going be bloody amazing.
Thanks Perlitroll making this look great and made me came up with a bold way to play minetest for a longtime.

It time relive the magic!
After we create everything to do so.
I will work asap on the ideas aspect an New Subgame topic in the next hours.

I hope all us can do this. And even make an working sorting hat that talks away in the chat when active etc.

This might be my biggest Minetest project I plan use alot mods and use anyone help make.

The map is not completely done but we still can add stuff to it.

Specially floating candles.
I hope shadowzone you will help out to in this project.

As for now I am going-over to say on the topic and post it later.
Hope we all can do this :D And have alot people play MT. Since those do youtube videos can showcase on the server might get somewhere.

I will even try get Some big time Youtube users do videos.

But we need get some work done first.

And now what will we License this whole project will be hard figure out due some mods, we might need use are CC-BY-SA etc. So Maybe do an Various License as.
But the mods that made specially for the game will be license whatever should be good to use.

So yeah Perlitroll I hope you can mange able make most the world HP. Or Try. And I be happy to help.
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Map] Hogwarts & More

by ExeterDad » Post

@Alt.Tester
Make the rest of the Harry Potter world? Have you not downloaded this? There is a reason this was a couple years in the making.

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Map] Hogwarts & More

by Evergreen » Post

This is quite possibly the best map I have ever seen someone crate in minetest alone. I have seen some cool converted maps, but thosee were made in minecraft. Also, lipki's conversion of the summerfields texture pack looks really good with this map.
Back from the dead!

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Map] Hogwarts & More

by Sokomine » Post

The screenshots show a very nice map with very intresting buildings. I'd love to take a look at it! Can you provide a download option? Mediafire doesn't work. Forum attachment might be a solution.
A list of my mods can be found here.

User avatar
12Me21
Member
Posts: 873
Joined: Tue Mar 05, 2013 00:36
GitHub: 12Me21
Location: (Ignore all of my posts before 2018)

Re: [Map] Hogwarts & More

by 12Me21 » Post

Mediafire does work, it just really sucks and has way too many ads.
They should just use dropbox or something...

Here's a better download:
https://www.dropbox.com/s/97hwabbmpd30o ... 5.zip?dl=0

User avatar
Serh Arien
Member
Posts: 68
Joined: Tue Nov 03, 2015 19:53

Re: [Map] Hogwarts & More

by Serh Arien » Post

Je n'ai pas encore téléchargé la map, et vu tout les retours positif qu'il y a, le téléchargement est imédiat !
En plus, à ce que j'ai lu, les "constructeur" sont Français alors je suis encore plus heureux :D

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Map] Hogwarts & More

by azekill_DIABLO » Post

wonderful!!!!

maybe i would be better with a magic mod.

i wan't to be a mage today!!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Map] Hogwarts & More

by cd2 » Post

Wow, looks great :)

User avatar
Serh Arien
Member
Posts: 68
Joined: Tue Nov 03, 2015 19:53

Re: [Map] Hogwarts & More

by Serh Arien » Post

Someone could explain me how must i do easily ?
Because i downloaded "Hogwarts & more map", i "extracted" it on "world" files.
I downloaded mods ( may be their arn't the good?) and i extracted to on 'mods" files.

Then i open minetest, but i don't have anything. :(

User avatar
PEAK
Member
Posts: 187
Joined: Mon Jun 08, 2015 20:32
In-game: PEAK
Contact:

Re: [Map] Hogwarts & More

by PEAK » Post

Serh Arien wrote:Someone could explain me how must i do easily ?
When you unzip the downloaded file you have a folder "Hogwarts&more...".
Open this folder. It contains two folders: "Worlds" and "Mods". You must put the content of "Worlds" into your "worlds" folder and the content of "Mods" into your "mods" folder.

That should work.
I am okay with using the screenshots in all my posts for the website of Minetest (http://minetest.net).

User avatar
Serh Arien
Member
Posts: 68
Joined: Tue Nov 03, 2015 19:53

Re: [Map] Hogwarts & More

by Serh Arien » Post

PEAK wrote:
Serh Arien wrote:Someone could explain me how must i do easily ?
When you unzip the downloaded file you have a folder "Hogwarts&more...".
Open this folder. It contains two folders: "Worlds" and "Mods". You must put the content of "Worlds" into your "worlds" folder and the content of "Mods" into your "mods" folder.

That should work.

Each tilme, i unzip the downloaded on worlds
What is that mean here? i have to unzip to my office and then i copy worlds's content and stick it on worlds folder? same with mods?

NB : That's ok, it worked
I have a maps, i just need no find the castle now :D

Thanks you for your help :)

unicron13
New member
Posts: 1
Joined: Wed Feb 01, 2017 01:47

Re: [Map] Hogwarts & More

by unicron13 » Post

A great map of Hogwarts and the surroundings! I am a huge Harry Potter fan and had a lot of fun exploring the map :) But one thing I dont understand. What is the Huge Building in the right corner at the bottom of the map? At the Entrance is written "A tale of momentum & inertia" I tried to remember if this was a part of the books or movies but I dont remember. When I type it in google I only found this: https://www.youtube.com/watch?v=1MOXJbzhsWM But wat has this in common with Harry Potter. If someone knows what the building is please reply. And sorry for my bad englisch. I am native german.

Infinitum
New member
Posts: 2
Joined: Tue Mar 21, 2017 02:40

Re: [Map] Hogwarts & More

by Infinitum » Post

This is really cool and I'm a big HP fan, so naturally I tried downloading it....

The downloading itself worked okay, although for some reason it unzipped other mods I had recently downloaded and had yet to put in the mods folder.... I tried re-downloading those mods, but they still came unzipped. Do you know why this happened or how to fix it?

EDIT: Apparently my idiotic self hit the button for opening it with "winzip for pc" instead of the big green download button at the top.... How do I fix this?

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest