[abandoned mod] Loud Walking Mapgen [loud_walking]

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: [Mod] Loud Walking (Bio-pods) Mapgen [loud_walking]

by ClaudiusMinimus » Post

Thank you for letting me know! It helps us moving forward to know what your intentions are.
Thank you,
ClaudiusMinimus
ClaudiusMinimus

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

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

Duane, i added a bool to prevent shadows being propagated from the mapchunk above, essential for floatlands, stacked realms etc.
For use see https://github.com/paramat/planets/blob ... t.lua#L402

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

paramat wrote:Duane, i added a bool to prevent shadows being propagated from the mapchunk above, essential for floatlands, stacked realms etc.
For use see https://github.com/paramat/planets/blob ... t.lua#L402
Thanks, but I already use that. The terrain generates with the correct lighting (more or less). The problems seem to occur with the lighting updates when schematics are placed, and using calc_lighting again at that point just makes it worse. (I know it's not supposed to be used after generation, but it usually works in more normal mods.)

The best I've been able to do so far is space the levels out more so as to avoid the issue. And the problems get much worse after that. In the new branch, I can't get lighting to calculate correctly below altitude zero no matter how the boolean is set. I get dark chunks everywhere.
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 (Bio-pods) Mapgen [loud_walking]

by duane » Post

I think I managed to fix some of the shadowing by changing the water level, which is apparently being used as a shortcut for whether something is underground.
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

Yes, if the mapchunk above is ungenerated lighting assumes sunlight or darkness depending on above or below 'water_level'.

Lighting bugs due to the 'update_map' lighting update used with schematics and the non-mapgen-object vm are known and a major problem.

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've merged the unlimited code into the master branch on github. It is NOT compatible with the older code, and will cause problems if you use it with an existing world. If you want to continue using the older code, use the "old" branch.

The newer code seems to be reasonably stable now. It allows you to set the size of pods in all three axes and the distance between them. Players will spawn inside a pod, rather than on a bridge.

Do not change the pod size for an existing world. Bad things will happen.
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

Do not change the pod size for an existing world. Bad things will happen.
So they recommended way is to switch to the more stable branch but don't change the settings which are hopefully containing the old small podsize?
It is NOT compatible with the older code, and will cause problems if you use it with an existing world.
Well this doesn't sound so good for a production server, doesn't it!?

Edit: just tested in a backup world...

Image

...not that cool :/

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:So they recommended way is to switch to the more stable branch but don't change the settings which are hopefully containing the old small podsize?
My recommendation is to keep all existing worlds on the "old" branch, which will not get much attention from now on (which means I can't break it). If you want to use the master branch or change pod sizes at any time, either make a new world or expect broken pods at some point. That's just a limitation of the algorithm; there's no avoiding it.

The "old" branch doesn't have any settings at all, so there's no need to change anything.
...not that cool :/
That's why I'm warning ya.
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

Well in this case, i'll stay on the old branch for now. :)
I hope it will get issue fixes as well. :P

Well, i made experience in modwriting but your code is not as simple as conditioned but will see. :P

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

I'm interested in the unlimited version, creating structures larger than a mapchunk is not easy.

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

paramat wrote:I'm interested in the unlimited version, creating structures larger than a mapchunk is not easy.
It's not fast either. /sigh
Believe in people and you don't need to believe anything else.

Sokomine
Member
Posts: 4289
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

Adding ethereal biomes would be very nice as the pods could use more variety. Perhaps the game is more suitable for adventure-like subgames than as a normal mapgen. The player could start inside a small shuttle whith which he found the first pod and docked with it. Solving puzzles inside a pod would lead to further pods beeing able to connect to the first one (airlocks opening). Many ethereal biomes are well suited as alien biomes taken from another planet. Even the npc from mobs_redo could live in one of the pods.

Digging for ores inside the pods is a bit strange. The underside of those pods not filled with water ought to contain maintenance areas and quaters, maybe even some fields for growing fruits for the (missing) crew. Getting new ressources would be tricky The normal way of crafting tools, growing trees and just digging up huge amounts of landscape for buildings doesn't really fit in. A machine could provide the player with cheap and lightweight material for buildings, painted/coated in diffrent ways for diversity.
A list of my mods can be found here.

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 planning to completely revamp Loud Walking to be a single-plane of pods at a great altitude (along the lines of Dimensions, etc.). This will avoid the shadowing problems that always cropped up. I'll be removing mobs, abms, and anything that doesn't concern generating terrain. Fork it or lose it!
Believe in people and you don't need to believe anything else.

User avatar
the_raven_262
Member
Posts: 343
Joined: Mon Sep 22, 2014 09:30
GitHub: theraven262
IRC: [Discord unfortunately] corvus262

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

by the_raven_262 » Post

Image
But it still looks odd, if only i could make an ocean below it all...

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

the_raven_262 wrote:Image
But it still looks odd, if only i could make an ocean below it all...
:backs away slowly...
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 (Bio-pods) Mapgen [loud_walking]

by duane » Post

The major changes are done. The pods occur at 28 km altitude, in a single layer. They now use the default tree schematics, which makes for simpler code.

Image
Attachments
t06.jpg
t06.jpg (395.85 KiB) Viewed 1302 times
Believe in people and you don't need to believe anything else.

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

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

by azekill_DIABLO » Post

the pod behind doesn't look very finished. :D

and stop walking so loud!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

Sokomine
Member
Posts: 4289
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_raven_262 wrote: But it still looks odd, if only i could make an ocean below it all...
The villages create their own tiny islands in the void in singlenode mapgen. Anyway...medieval villages don't really fit into the pods. Room for people and equipment might be located below the surface. Some tunnels and rooms could be intresting.
A list of my mods can be found here.

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

Sokomine wrote:
the_raven_262 wrote: But it still looks odd, if only i could make an ocean below it all...
The villages create their own tiny islands in the void in singlenode mapgen. Anyway...medieval villages don't really fit into the pods. Room for people and equipment might be located below the surface. Some tunnels and rooms could be intresting.
I think they fit well thematically, since aliens or our future descendants might not consider us to be much more than zoo animals. It would be easy to make the pods big enough for a village, but it'd be a pain to force them to generate at the right places. Too much work.
Believe in people and you don't need to believe anything else.

User avatar
the_raven_262
Member
Posts: 343
Joined: Mon Sep 22, 2014 09:30
GitHub: theraven262
IRC: [Discord unfortunately] corvus262

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

by the_raven_262 » Post

My idea was to make a giant ocean, with villages on islands and giant ruined bio pods around.

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

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

by azekill_DIABLO » Post

nice idea! like a fallen old pod with the life inside spreading to the blank outside!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

Sokomine
Member
Posts: 4289
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_raven_262 » Wed Jun 28, 2017 9:01 wrote: My idea was to make a giant ocean, with villages on islands and giant ruined bio pods around.
Nice idea! The world the pods started from didn't have much nature left. An all-stone mapgen with some lone villages and broken/opened/landed pods might work out well.
A list of my mods can be found here.

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

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

by azekill_DIABLO » Post

yep
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

c56
Member
Posts: 307
Joined: Wed Apr 21, 2021 03:05
GitHub: tigercoding56
In-game: bm5 or bemo5 also sell_her_on55

Re: [abandoned mod] Loud Walking Mapgen [loud_walking]

by c56 » Post

anyone know where to download this mod ?
this is a signature not a place to post messages also if i could change my username i would change it to sell_her_on55

User avatar
Midnight
Member
Posts: 172
Joined: Sun Dec 19, 2021 13:56
GitHub: MidnightPhantom
IRC: Dragon
In-game: Dragon_Abysss
Location: Dehradun, India

Re: [abandoned mod] Loud Walking Mapgen [loud_walking]

by Midnight » Post

c56 wrote:
Wed Aug 24, 2022 01:56
anyone know where to download this mod ?
Can't find the thing, link removed from everywhere.

Post Reply

Who is online

Users browsing this forum: No registered users and 16 guests