[MOD 0.12.x] NESTT: Build your base inside a train

Topics and discussion about specific mods
xiaohong
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Nov 25, 2015 2:26 am
Contact:

[MOD 0.12.x] NESTT: Build your base inside a train

Post by xiaohong »

Never Ever Stop the Train

Info:
  • Build your base inside a train!
    Image
  • Name: NESTT
  • Latest Release: v0.1.0, Dec 19, 2015
  • Factorio Version: 0.12.x
  • Download: Download
  • License: MIT
  • Dependencies: None
  • Tags: Train, Surface
  • Author: xiaohong

Installation:
Place the NESTT_0.1.0.zip in the mods folder.
This mod is designed to be played with a custom scenario.
Unpack scenarios.rar, you will get a folder called scenario, place this folder one layer above the mods folder, AKA the Application directory

Long Description:
Enter your train and build inside it. The train will mine resources for you so you will never have to stop it. Take your base with you wherever you go.
Do keep in mind that this is a WIP that is very unbalanced.

>>>Video<<<
View this video for a quick intro on how to play this mod.

Why I made this mod:
After finishing Vanilla, I tried some of the big mods, but couldn't really get into them. Part of the reason is that there is very little documentation, but I also felt like the game really didn't need the extra complexity that the mods where adding. I wanted a mod that gave a different gameplay experience, but did not add much complexity. Since I couldn't find such a mod, I started thinking of making one myself.

Remember in the Factorio promo video a train runs over a biter? That never happened during my vanilla gameplays. Mostly because I would clear out biter bases just as my pollution got to them. In this mod you will be getting lots and lots of roadkill.

Defending a large base is tedious. Putting everything in a train means no more running across the base to deal with biters.

In vanilla there is really not much exploration and expansion going on. Even with RSO(one of my favorite mods) I only expanded to a few outposts. Part of the reason is that it is hard to move you base. With your entire base in a train, all you need to do is lay the tracks(upcoming feature)

It's a challenge to build your base in a narrow space, but also a boon as you can easily make blueprints of entire compartments and place them since they are the same size.

Inspiration for this mod came from Snowpiercer, SpaceChem, Mad Max.

Features:
  • Enter train to go to a custom dimension
  • Train will mine and transport resources inside
  • Expand the train by adding more nestt-wagons
Upcoming Features:
  • Moving pollution from inside to outside
  • Buttons for teleporting player to different segments of the train
  • Worms will spawn if train is not moving
  • Rail laying drone that player can control directly

Future Ideas:
  • Train mounted weapons
  • Crane for rearranging train wagon order
  • Expanding trains horizontally(side addons)
  • Multiplayer
  • Random starting path generated for random maps
Known Bugs:

Incompatibilities:
Not designed to be compatible with any other mods yet
Not designed to be multilayer yet

Thanks to:
Choumiko author of FARL
Dark, orzelek authors of RSO
This is my first mod so I learned a lot by reading their code.
Last edited by xiaohong on Sat Dec 26, 2015 2:31 am, edited 8 times in total.

Neotix
Filter Inserter
Filter Inserter
Posts: 599
Joined: Sat Nov 23, 2013 9:56 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Neotix »

WOW it's the most insane (in positive way) mod i ever saw. I will definitely try it :D

aka13
Filter Inserter
Filter Inserter
Posts: 671
Joined: Sun Sep 29, 2013 1:18 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by aka13 »

Great mod!
Pony/Furfag avatar? Opinion discarded.

User avatar
cpy
Filter Inserter
Filter Inserter
Posts: 839
Joined: Thu Jul 31, 2014 5:34 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by cpy »

Will this mod work for random maps in future? Something like it will have to use FARL mod to make more rails. Also multiplayer :D
This surely is one of the most interresting mods out there.

_aD
Fast Inserter
Fast Inserter
Posts: 212
Joined: Sat Apr 12, 2014 12:03 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by _aD »

Wow, a fabulously original idea. I bet your list of ideas is fit to bursting!

xiaohong
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Nov 25, 2015 2:26 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by xiaohong »

cpy wrote:Will this mod work for random maps in future? Something like it will have to use FARL mod to make more rails. Also multiplayer :D
This surely is one of the most interresting mods out there.
Working for random maps is something that is planned for the far future, I would need to write some code to generate a random rail path at the start of the game and ensure that the path goes over the basic resources. It's more complicated than it sounds so its not on the top of my list. I'm still trying to implement everything so the player can launch a satellite without leaving the train. Multiplayer has the challenge of the game not allowing players to be in the same vehicle. This can be overcome by adding invisible vehicles with no collision box. Also on the list for future to dos.

jeroon
Filter Inserter
Filter Inserter
Posts: 351
Joined: Sun Jan 26, 2014 10:18 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by jeroon »

that.. is brilliant :shock: I will try it out tomorrow and bombard you with questions and suggestions :mrgreen:

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by ssilk »

I think this mod shows about how the planned space platform should have been working.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

User avatar
cpy
Filter Inserter
Filter Inserter
Posts: 839
Joined: Thu Jul 31, 2014 5:34 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by cpy »

xiaohong wrote:
cpy wrote:Will this mod work for random maps in future? Something like it will have to use FARL mod to make more rails. Also multiplayer :D
This surely is one of the most interresting mods out there.
Working for random maps is something that is planned for the far future, I would need to write some code to generate a random rail path at the start of the game and ensure that the path goes over the basic resources. It's more complicated than it sounds so its not on the top of my list. I'm still trying to implement everything so the player can launch a satellite without leaving the train. Multiplayer has the challenge of the game not allowing players to be in the same vehicle. This can be overcome by adding invisible vehicles with no collision box. Also on the list for future to dos.
I thought maybe you allow players to build rails? Give players some predefined amount of rails and they can start new map and expand as they want. Or give players startup phase and they can modify or build rail loop and here we go! You don't need to generate rails.

Neotix
Filter Inserter
Filter Inserter
Posts: 599
Joined: Sat Nov 23, 2013 9:56 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Neotix »

I think that right now we can manually modify rails loop.
I tied this mod and it's quite challenging. Limited space is pain in the ass and it's hard to manage all belts and pipes. I have to research bots :D


Neotix
Filter Inserter
Filter Inserter
Posts: 599
Joined: Sat Nov 23, 2013 9:56 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Neotix »

@Factorio2016
"Inspiration for this mod came from Snowpiercer, SpaceChem, Mad Max."

xiaohong
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Nov 25, 2015 2:26 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by xiaohong »

cpy wrote: I thought maybe you allow players to build rails? Give players some predefined amount of rails and they can start new map and expand as they want. Or give players startup phase and they can modify or build rail loop and here we go! You don't need to generate rails.
Laying a loop that covers all the necessary resources is actually not trivial, especially for new players of the mod. My idea is to let the player get a taste of the mod first and then let them expand when they want. Perhaps I will keep the custom scenario as a intro/tutorial and allow veterans to generate their own maps. I am planning to add a rail laying bot that the player can enter that can only lay rails and remove trees. The bot probably will be available early on to suit players that want to expand early. Also panning to re-balance resources to encourage expansion.

xiaohong
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Nov 25, 2015 2:26 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by xiaohong »

Neotix wrote:I think that right now we can manually modify rails loop.
I tied this mod and it's quite challenging. Limited space is pain in the ass and it's hard to manage all belts and pipes. I have to research bots :D
Part of the fun is breaking old base building habits and finding new ways to get everything working with the limited space :D

Neotix
Filter Inserter
Filter Inserter
Posts: 599
Joined: Sat Nov 23, 2013 9:56 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Neotix »

My Rafinery wagon aka Pipes Maze
Image

It's really hard to walk throe the pipes :D

xiaohong
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Nov 25, 2015 2:26 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by xiaohong »

Neotix wrote:My Rafinery wagon aka Pipes Maze
It's really hard to walk throe the pipes :D
This will help you with some extra space:
Image
from:
https://forums.factorio.com/forum/vie ... f=5&t=4596

Shirow
Burner Inserter
Burner Inserter
Posts: 16
Joined: Wed Oct 09, 2013 10:43 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Shirow »

I'm commonly a lurker, but had to hop on and give you my regards.

Very rarely do I see something that changes up the actual gameplay and tries something so new.

This looks amazing and I'll be patiently looking forward to how far you can take this wonderful idea.

=)

Neotix
Filter Inserter
Filter Inserter
Posts: 599
Joined: Sat Nov 23, 2013 9:56 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Neotix »

xiaohong wrote:
Neotix wrote:-snip-
This will help you with some extra space:
https://forums.factorio.com/forum/dow ... hp?id=1515
from:
https://forums.factorio.com/forum/vie ... f=5&t=4596
I'm using this trick in another wagons.

BigD145
Burner Inserter
Burner Inserter
Posts: 17
Joined: Mon Jul 13, 2015 8:43 pm
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by BigD145 »

Wow. Very interesting mod you got here. I want to see where you go next.

Airat9000
Smart Inserter
Smart Inserter
Posts: 1418
Joined: Fri Mar 28, 2014 12:32 am
Contact:

Re: [MOD 0.12.x] NESTT: Build your base inside a train

Post by Airat9000 »

:D good idea!


it would be good to make more compact explanation inside the train.

Train is a good thing, even to come up with the space station, which would have to be dropped and went and sold.

rus
поезд это хорошо, еще бы придумать орбитальную станцию, куда бы сбрасывался груз и отправлялся и продавался.

Post Reply

Return to “Mods”