[abandoned mod] Loud Walking Mapgen [loud_walking]

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

[abandoned mod] Loud Walking Mapgen [loud_walking]

by duane » Post

Edit: This mod is abandoned now that I've switched to Squaresville C.

Loud Walking is a play on the name of an old science fiction movie about an attempt to preserve Earth's endangered life in sealed pods in space. This mod creates pods at about 28 km altitude, with more or less normal terrain inside, including vegetation and minerals. Bridges are provided to move horizontally.

Image

Image

The source is available on github.

Code: LGPL2.1, textures: CC0 and others

Mod dependencies: default

Download: https://github.com/duane-r/loud_walking ... master.zip
Attachments
loud_walking_08.jpg
loud_walking_08.jpg (217.79 KiB) Viewed 2490 times
loud_walking_07.jpg
loud_walking_07.jpg (78.01 KiB) Viewed 2490 times
Last edited by duane on Sat Oct 07, 2017 04:29, edited 12 times in total.
Believe in people and you don't need to believe anything else.

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking [loud_walking]

by duane » Post

Problems:

- It's slow. There's not much I can do about that. It's a consequence of making the pod size and spacing variable.
- Changing mod parameters WILL BREAK existing worlds. Don't do it. This cannot be fixed.
Last edited by duane on Mon Jun 26, 2017 00:01, edited 6 times in total.
Believe in people and you don't need to believe anything else.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] Loud Walking [loud_walking]

by paramat » Post

Ah that film was so melancholic.
These diamond shaped pods are better than spheres.

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Mod] Loud Walking [loud_walking]

by benrob0329 » Post

Interesting idea.

Perhaps you could generate some steel ladders in the center of each pod?

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking [loud_walking]

by duane » Post

Things look very different now. I darkened the sky, changed the respawn to always occur on a bridge (much easier), and added code to implement the default biomes (v7). Each pod has a random biome, including ocean and swamps. All simple decorations are present. Schematics are troublesome, as always, so I'll have to figure out some work-around.

Image

Image

Image

Note that the mod will interpret any registered biome or simple decoration, so it will work with other mods to some extent. I'd like to get the ethereal biomes to work in here, just for fun.

I'm considering a default layer of lava over any exposed scrith in the bottom of the caves. Since these are obviously artificial, I don't think random lava is all that important. I'd also like to put in some really alien pods -- something impractical for a regular map.

Edit: I also added control rooms.
Attachments
loud_walking_05.jpg
loud_walking_05.jpg (263.16 KiB) Viewed 2490 times
loud_walking_04.jpg
loud_walking_04.jpg (220.66 KiB) Viewed 2490 times
loud_walking_03.jpg
loud_walking_03.jpg (223.35 KiB) Viewed 2490 times
Believe in people and you don't need to believe anything else.

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking [loud_walking]

by duane » Post

The dark sky outside is nice, but it was getting depressing, so I gave the domes some color. I think I've quashed the lighting issues as well. (See the first post.)
Believe in people and you don't need to believe anything else.

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Mod] Loud Walking [loud_walking]

by Don » Post

duane wrote:The dark sky outside is nice, but it was getting depressing, so I gave the domes some color. I think I've quashed the lighting issues as well. (See the first post.)
You do want you think you should do, it is always amzing. Don't stop being imagintive. You are awesome!
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
D00Med
Member
Posts: 949
Joined: Sat Feb 07, 2015 22:49
GitHub: D00Med
Location: Australia...somewhere

Re: [Mod] Loud Walking [loud_walking]

by D00Med » Post

awesome mod! The name is a bit confusing though, I thought it would just be a mod to change the walking sound effect.
Look! I have a signature :]
My subgame: viewtopic.php?f=15&t=14051#p207242

User avatar
nyje
Member
Posts: 24
Joined: Mon Jul 27, 2015 09:47
In-game: Nigel

Re: [Mod] Loud Walking Mapgen [loud_walking]

by nyje » Post

Utterly astonishing. I just span up a server to test it, it's fantastic.

I have to reflect what my players will say, so, is it difficult to make each 'pod' bigger? like a lot bigger?
can we have some adjustable settings for sizes etc?

Ideally i would like a long view area so 300-400 nodes x/z, would it be easy? not looked at the code yet ;-) and they don't need to be so deep, i like the idea of 'flat plate with terrain' if you could do that...
Last edited by nyje on Sun Apr 10, 2016 18:56, edited 1 time in total.

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking Mapgen [loud_walking]

by duane » Post

nyje wrote:I have to reflect what my players will say, so, is it difficult to make each 'pod' bigger? like a lot bigger?
can we have some adjustable settings for sizes etc?

Ideally i would like a long view area so 300-400 nodes x/z, would it be easy? not looked at the code yet ;-) and they don't need to be so deep, i like the idea of 'flat plate with terrain' if you could do that...
Thanks for the complements, everyone.

I don't know much about the view range. On my system, I can see the next pod if I'm at the nearer edge, but that's about it.

The pods are each one map-chunk, so making them larger would be complicated. Honestly, if you make them much larger, you might as well use a traditional mapgen. You won't be able to see all of one very well. That was the problem with my integral trees.

I'm working on the interior of the control complexes. I'm not happy with the look so far, and I want to put something interesting in there. Maybe somebody will come up with a robot mob pack to patrol them.
Believe in people and you don't need to believe anything else.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] Loud Walking Mapgen [loud_walking]

by paramat » Post

No problems with translucency?

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking Mapgen [loud_walking]

by duane » Post

paramat wrote:No problems with translucency?
I get the occasional overly bright texture when I turn in a particular direction, but it doesn't come up much except near the force fields.

I've added some more detail to the control complexes.

Image
Attachments
loud_walking_11.jpg
loud_walking_11.jpg (169.75 KiB) Viewed 2490 times
Believe in people and you don't need to believe anything else.

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by benrob0329 » Post

What movie is this based off of?

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by twoelk » Post

do the opposite to "loud walking" :-)
Spoiler

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by Inocudom » Post

I do believe that OldCoder would find this mapgen to be very appealing. You should tell him about it sometime.

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

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by Sokomine » Post

The movie was a very impressive one, and so is the mod. Combining it with the space world (moontest based) on one of OldCoders servers like Inocudom suggested sounds like a very good idea.
duane wrote: Schematics are troublesome, as always, so I'll have to figure out some work-around.
In how far?
A list of my mods can be found here.

User avatar
TheReaperKing
Member
Posts: 531
Joined: Sun Nov 22, 2015 21:36
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by TheReaperKing » Post

How did I miss you posting this mod? I love that neon room, it looks so surreal and foreboding. Can't wait to test this bad boy with the kiddos!
Become A Real Life Superhero - http://SuperheroHill.com
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com
Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com
Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by duane » Post

TheReaperKing wrote:How did I miss you posting this mod? I love that neon room, it looks so surreal and foreboding. Can't wait to test this bad boy with the kiddos!
If you climb up to the control room in each pod, you can fiddle with the alien controls, causing random hijinks. Have fun.
Believe in people and you don't need to believe anything else.

User avatar
Milan*
Member
Posts: 255
Joined: Thu May 28, 2015 06:45
GitHub: tchncs
IRC: Passant
In-game: Milan Passant
Location: Germany
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by Milan* » Post

Thanks for this awesome mod!

Illuna has now a testserver featuring this at illuna-minetest.tk:30001.
Minetest crashed a view times into a coredump, i guess thats caused by the mentioned memory issue but i look forward. :)

I will run it in production when ready and sync the users accounts between the two instances.
Also looking forward for the Minetest feature to join from one world into another one, this would be awesome.^^

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by duane » Post

Milan* wrote:Thanks for this awesome mod!
You're welcome. I've also started a branch to make the pod size independent from chunk size, but it's very slow so far, and I haven't had much time to work on it.
Believe in people and you don't need to believe anything else.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by paramat » Post


User avatar
Milan*
Member
Posts: 255
Joined: Thu May 28, 2015 06:45
GitHub: tchncs
IRC: Passant
In-game: Milan Passant
Location: Germany
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by Milan* » Post

Huh, does it overwrite the spawnpoint?
Didn't saw that in the code but i am unable to set it.


Edit: Got it!

User avatar
Milan*
Member
Posts: 255
Joined: Thu May 28, 2015 06:45
GitHub: tchncs
IRC: Passant
In-game: Milan Passant
Location: Germany
Contact:

Re: [Obsolete] Loud Walking (Bio-pods) Mapgen

by Milan* » Post

- lots of potential hijinks as people walk off the narrow bridges and fall forever
I've tweaked the physics on my server to just be more spacy.
This causes more movement possibilitys and the people are able to rescue themself. :)

User avatar
ClaudiusMinimus
Member
Posts: 42
Joined: Wed Jun 01, 2016 17:46
GitHub: ClaudiusMinimus
IRC: ClaudiusMinimus
In-game: ClaudiusMinimus
Location: Rocky Mountiains in the Western USA
Contact:

Re: [Obsolete] Loud Walking (Bio-pods) Mapgen

by ClaudiusMinimus » Post

Duane, you recently labeled this mod “Obsolete”. I am concerned because you also stated, “I think I'll just chalk this up as a learning experience.” I hope it does not mean you are dropping this mod and any future development.

I am currently playing this game on the Podworld of Illuna and am truly enjoying it. While there may be some kinks to work out, this mod is still lots of fun. The issue Milan reported of: “fixing a shadow glitch can cause a completely dark pod” can be repaired using WorldEdit for individual pods. So far this seems to be working.

If you are discontinuing any further development of this mod, please let us know, because we don’t want it to die.

Thank you,
ClaudiusMinimus
ClaudiusMinimus

Follow my blog at: ClaudiusMinimus' Universe
Visit me at the incredible Illuna Universe

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by duane » Post

I'm not sure that it matters, because I haven't had much time to work on it anyway, but I'll probably keep tinkering with the unlimited branch. It's already capable of varying the spacing between levels, which cuts down on lighting issues a bit.
Believe in people and you don't need to believe anything else.

Post Reply

Who is online

Users browsing this forum: apercy and 7 guests