Brave New OARC Scenario


This mod is a scenario that overhauls multiplayer merging Brave New World and OARC for an awesome single player / multiplayer game. Play on teams or solo in your own base, while other players do the same. Chat with players, learn from their builds. You get to do your own design. You choose to play legacy character mode, or BNO Mode where you have no body, unable to craft anything yourself (lazy bastard) and must command bots to build everything. You start with resources and a little power.

Scenarios
11 days ago
1.1 - 2.0
2.48K
Environment Logistic network

g 4.3.15 Krastorio2 Issues and solutions

2 months ago

4.3.15 playing with Krastorio 2 has a few issues that is fixed in pending 4.3.16

Character players need a lab. A normal krastorio crash site has a lab.
Hover over a box and do this:
/sc game.player.selected.insert{name="lab", count=1}

BNO players get 2 labs, but they can not harvest bio-mass, so hover over a chest and do this:

/sc game.player.selected.insert{name="kr-bio-lab", count=1} game.player.selected.insert{name="kr-biomass", count=50}

This will drop a bio lab and 50 biomass to get bio mass started which is needed for military research.

To enable bio processing technologies for everyone (BNO and Character) do:
/sc for idx,player in pairs(game.players) do game.players[idx].force.technologies["kr-bio-processing"].researched=true end

I can post one that just turns on for BNO players, but this is fair.

New response