Page 1 of 1

[Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Sun Sep 28, 2014 14:14
by Joz
Info:
This is my first mod, it adds corridors with rails starting from a dirty main cave, trying to immitate Minecraft's rail corridors.
I tried to make modifying a bit user friendlier with a parameter section in the init.lua.
Maybe the parameters have to be adjusted to be more minecraft like, please let me know if you find good params.
Download:
either
https://github.com/UgnilJoZ/RailCorrido ... master.zip
or
https://github.com/UgnilJoZ/RailCorrido ... all/master
Install:
Put the extracted directory into the "mods" subfolder of your minetest directory.
Github: (pull requests are always welcome)
https://github.com/UgnilJoZ/RailCorridors
License:
WTFPL!
Screenshots:
Image
Image

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 14:32
by MaxPower
Very good, will definitely keep this mod. Cheers

Would be nice to have a mine entrance, I don't find MC mineshaft very logical as it should have at least one entrance.

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 14:41
by rubenwardy
You need to rename Depends to depends.txt

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 15:19
by Joz
@Rubenwardy: Now corrected.
@MaxPower: Thanks. Do you mean an entrance to a staircase?

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 17:04
by Krock
Joz wrote:Downlad from Github / pull code: (But the code is horrible)

I like this mod and created a pull request for you :)

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 17:20
by jp
Good work, the cavegen is not affected or slowed by your code. It's simple & fast.

Just replace the download link by this : https://github.com/UgnilJoZ/RailCorrido ... master.zip (and use only the small caracters for your mod name folder : RailCorridors -> railcorridors).

I hope that your mod will have a good evolution ;)

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 17:55
by MaxPower
Joz wrote:@MaxPower: Thanks. Do you mean an entrance to a staircase?


I mean just a way to get to the mineshaft, but hidden or half burried (see attachement)

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 17:56
by tima_gt
good work!

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 18:09
by Joz
@MaxPower:
That's difficult, but good. I will think about it.
@tima_gt:
Thank you ;)
@Krock:
Thank you for cleaning up! (Your code had first an issue)

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Sun Sep 28, 2014 23:14
by Sokomine
Nice mod! There's a similar one out there, but that happens with all mods. Hope it will be developed further.

MaxPower wrote:Would be nice to have a mine entrance, I don't find MC mineshaft very logical as it should have at least one entrance.

Entrances (vertically and/or horizontally) would be really great. Right now, finding a mine by chance is prett unlikely. It might be due to the far higher amount of vertical space MT has to offer. Finding entrances on the surface would be great. Players could keep looking for those entrances. One or two per mine might be enough. They may be simple shafts connecting mine and surface, with ladders or ropes for climbing up and down, either 1x1 or 3x3 in diameter. Something like that would be nice for my random_buildings and mg_villages mod as well.

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Mon Sep 29, 2014 01:00
by Minetestforfun
Good work ! thank you ! :)

Re: [Mod] Minecraft-like Railway corridors

PostPosted: Mon Sep 29, 2014 04:14
by ExeterDad
Whoah!
Very interesting! Gonna play with this one in the morning :D

Torch fix: 0.3.2

PostPosted: Mon Sep 29, 2014 14:34
by Joz
Update: I corrected the directions of the torches.

Update to 0.7.2

PostPosted: Tue Sep 30, 2014 21:26
by Joz
I just added chests and these wooden crossings:
Image

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Mon Oct 27, 2014 10:57
by Joz
Here is a fork which aproaches better chests' content: viewtopic.php?f=9&t=10339

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Tue Oct 28, 2014 13:25
by srifqi
+1
Like the wooden crossing.

BTW, What's that texture pack?

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Tue Oct 28, 2014 16:01
by Minetestforfun
@srifqi

It's HDX VanessaE texture pack (256px or 512px)

New update: 0.8

PostPosted: Thu Nov 20, 2014 11:05
by Joz
I rewrote the mod and the generation is now more randomly, the wooden crossings can have two levels and sometimes water or lava flows out of the walls.

Re: New update: 0.8

PostPosted: Thu Nov 20, 2014 12:10
by srifqi
Joz wrote:I rewrote the mod and the generation is now more randomly,

More random nicer
Joz wrote:the wooden crossings can have two levels

Wow!
Joz wrote:and sometimes water or lava flows out of the walls.

*silent
Will lava burn the corridors?

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Thu Nov 20, 2014 12:30
by Joz
The wood is burned as far the lava flows.
But unfortunately, the rails in minetest_game are not burned by lava and not flushed away by water whcih looks sometimes weird.

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Thu Dec 11, 2014 03:54
by Shammmmmm
I always encounter unknown item ....... can fix it?

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Tue Jan 13, 2015 12:55
by cHyper
Shammmmmm wrote:I always encounter unknown item ....... can fix it?


anyone knows how to fix that problem?

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Tue Jan 13, 2015 20:49
by TeTpaAka
Shammmmmm wrote:I always encounter unknown item ....... can fix it?


I think the most promising item that could be unknown is "tnt:tnt" (Given in chests.lua at line 15). The mod should add "tnt" as a dependencie.
If I am right, it should work if you update your minetest_game.

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Fri Jan 30, 2015 12:20
by cHyper
what about this? optimize your entry of the corridors! Where does the entry points appear normaly?

Image

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Wed Aug 05, 2015 03:52
by Napiophelios
Sokomine's MinesWithShafts is pretty badass,
Its like railcorridors mod but more concentrated so to speak.
its got some quirks but they are easy to tweak

Re: [Mod] Minecraft-like railway corridors [railcorridors]

PostPosted: Thu Aug 06, 2015 17:07
by Sokomine
Napiophelios wrote:Sokomine's MinesWithShafts is pretty badass,
Its like railcorridors mod but more concentrated so to speak.
its got some quirks but they are easy to tweak

I'm glad you like it :-) I planned to add it to the vilalges, but I'm afraid it's not good enough yet. There needs to be a better method on deciding where to actually put a mine, and there are bugs in it. There need to be more vertical shafts as well.

Ah, if anyone wants to try: mines_with_shafts