[0.16] Colonial Charter beta version

Topics and discussion about specific mods
Post Reply
User avatar
Stragemque
Inserter
Inserter
Posts: 23
Joined: Wed Sep 10, 2014 11:20 am
Contact:

[0.16] Colonial Charter beta version

Post by Stragemque »

Colonial Charter beta*
After fixing that dent you got after crashlanding on this planet. You finally realise what the mission was: establish a colonial outpost and exploit its resources for the benefit of your people.
Ok so I'm kind of ready to release this as I have it, but it needs tweaking and probably has loads of bugs. If you find anything or want to contribute post/message here or on the forum.
Production cycle
So the mod adds colonists using the existing production system, they are essentially an item, the only difference being they are not used up, but rather returned as tired after a shift and will need to rest before returning -- a circular production cycle. They plug into the endgame upgrade system by producing space science-packs, the satellite science reward has been nerfed accordingly to encourage building up a large population.
example colony.jpg
example colony.jpg (360.08 KiB) Viewed 3047 times
There is also an infrastructure required to produce the: food, consumer goods and medical supplies that are needed to keep your colonists happily working.

Getting the first colonists

First their are tech requirements:
tech tree.jpg
tech tree.jpg (163.71 KiB) Viewed 3047 times
Then a colony ship has been added that needs to be sent on the rocket, the colonists will appear as a reward for the rocket launch.


Types of buildings
Housing - Used to change the state of a colonist, from tired to normal, injured to normal, deceased to an empty pod. Requires food/consumer goods and medical supplies. Also used as a place for colonists to reproduce.
housing.jpg
housing.jpg (116.69 KiB) Viewed 3047 times
Workshop - A place where colonists produce items, technical doc, legal doc, and space science-packs, returned tired with a chance of getting injured.
workshop.jpeg
workshop.jpeg (121.18 KiB) Viewed 3047 times
Waiting-hall - Essentially a chest for colonists, 2x2 entity, you can daisy-chain them with smart inserters and circuits to get similar behaviour to a belt.
waiting-hall.jpg
waiting-hall.jpg (115.36 KiB) Viewed 3047 times
Future ideas/intentions and things to contribute
If anyone wants to add something send it over and I'll add it in, I can do icons/graphics if you guys can figure out the code, I'm pretty bad at that, though the same goes for the graphics if you have an idea for better graphics, the workshop, housing or anything I'll gladly add it in, not the best at photoshop or 3D modelling.
If you guys have ideas for balancing the material costs - please post, looking for feedback on this.
  1. Add achievements, 1st colonist, 1000th colonists, 1st native born, that kind of stuff.
  2. Expand tech tree to use legal documents for upgrades to colonists, faster working/more output, etc, flavoured as amendments to the charter.
  3. A better system for colonists death and injuries, currently the output is a 2% chance of death and 98% of a normal colonist, but obviously, these two don't always fire at the same time. In the long run, it levels out but it can be weird to just have a colonist disappear.
  4. Limit the waiting hall to just colonists, couldn't figure out the method to filter a container to just one item group.
  5. Graphic for an inserter that looks like a one-way tunnel that only moves colonists, based on the loader entity. I can probably figure out a graphic but no idea how to do the code.
  6. Different sized building, for workshop/housing, make colonies look more interesting.
  7. Make putting colonists in anything but a waiting hall impossible, not sure it's possible. A workaround could be to give them a stack size of 1 so it's impractical, and larger stack size in a waiting hall, like how an artillery wagon has 100 stacks for shells and chest has 1. Again no idea how to do this.
  8. Make it possible to land colonists sooner than a rocket, not sure how but I get that it kind of sucks you need a late game map to even try the mod.
  9. Add more intermediate items the colonists consume, not sure what the right balance would be without making it tedious.
  10. Want to limit colonists for they can only rest when they are a tile that is below a pollution threshold. Encourage using trains to transport colonist and have them living far away from the ugly and polluted factory.
  11. Thought about adding a landing location as an entity, so a rocket launch would give landing coordinates that need to be fed into the landing pad which would then produce colonists. Not sure how to approach the animation for something like that. Could even have the lander returned so it can get refurbished and set back. Lots of possibilities here.
  12. Adding O2 or vital liquids as input to workshops and housing, not really comfortable enough with the api to add something like this, but I think it could be worthwhile figuring out.
  13. Add consequences for black-outs, possibly something like ruining production, producing injured or deceased colonist, but not sure if it's desirable or possible to do.
  14. ... Something more?
Mod compatibility
It should be fully compatible with any existing games, and I intend to make updates compatible with ongoing saves as I'm using it in my play-though as well.

The only base game files that I modify is the satellite, to change the science reward to encourage building up a large population. There should be nothing stopping the mod from working with many of the others out there.

Download

Shoutout to helpful mods
Some mods whose source files were instructive in helping me put this together.
Expanded rocket payloads
Homeworld redux

Finally, why not check out my other mod, that adds a fast charging/discharging accumulator, useful for setting priorities in a power network.
zinovic

Wildejackson
Long Handed Inserter
Long Handed Inserter
Posts: 53
Joined: Sun Jul 31, 2016 2:40 am
Contact:

Re: [0.16] Colonial Charter beta version

Post by Wildejackson »

So this is a concept I think a lot of people have been considering for a long time but many people believe simply isnt possible in the game. I think this early version shows a huge amount of promise, and I think with some careful expansions could allow for some incredible depth for a game session. Keep up the good work!

User avatar
Stragemque
Inserter
Inserter
Posts: 23
Joined: Wed Sep 10, 2014 11:20 am
Contact:

Re: [0.16] Colonial Charter beta version

Post by Stragemque »

Thanks, it feels like there is potential but it's a been a struggle trying to figure out the api and moding in general
zinovic

Tarrke
Burner Inserter
Burner Inserter
Posts: 5
Joined: Wed Nov 07, 2018 1:20 pm
Contact:

Re: [0.16] Colonial Charter beta version

Post by Tarrke »

That's a very good idea, I think I've found my next factorio game!

abregado
Former Staff
Former Staff
Posts: 282
Joined: Sat Aug 30, 2014 9:43 am
Contact:

Re: [0.16] Colonial Charter beta version

Post by abregado »

Nice mod so far. The production chain is self-contained and interesting.

I just wanted to point out one issue with using multiple chance based products in a recipe as you are doing with colonists currently. The chance of each product being created is deteremined separately for each possible product. Although it seems that in vanilla with Uranium Processing that you will always get a product, that is not the case.

Uranium Ore
99.3% chance of U238
00.7% chance of U235
but there is a chance that you will get both, one or no products!

This is only really an issue in your mod when you have a small number of colonists, but it can cause colonists to disappear and reproduce during regular work cycles.

Perhaps this just simulates hidden co-worker relations and mafia hits, who knows!

You could also try making the different colonist types as liquids. Each colony building can have inputs and outputs for each type of colonist. Using a storage tank that only accepts colonists you could also move your tired/dead/injured logic to operate directly on stored colonists.

foodfactorio
Filter Inserter
Filter Inserter
Posts: 454
Joined: Tue Jun 20, 2017 1:56 am
Contact:

Re: [0.16] Colonial Charter beta version

Post by foodfactorio »

hi this is definitely going on my do play list :)
if you are still looking for ideas, please feel free to check out my sig link (1st mod idea i had about 1.5 years ago) :) you are welcome to add any elements from it if you like.
(also me from the mod portal - im not dustine lol) = https://mods.factorio.com/mods/Dustine/ ... ssion/9108
my 1st Mod Idea :) viewtopic.php?f=33&t=50256

Post Reply

Return to “Mods”