1
0
mirror of https://github.com/jvmguy/JvmguyScenario.git synced 2024-11-19 17:13:00 +02:00
A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
Go to file
2023-08-23 00:08:50 -07:00
lib Add OctoTile2, sometimes used in RiverWorld. 2023-08-23 00:08:50 -07:00
unused Move all the lua files to lib/ except config and control. Move old unused files to unused/ 2020-08-08 01:04:19 -07:00
.project minor tweaks. ApplyForceBonuses(). 2019-07-27 08:43:06 -07:00
config.lua Tweak resources. 2022-10-25 22:58:29 -07:00
control.lua Modified RiverWorld scenario to allow OctoTile2 geometric terrain. 2022-10-25 20:43:42 -07:00
description.json Reworked enemy clearing. Somewhat like Oarc's method, but a little different. 2020-08-31 13:36:10 -07:00
LICENSE Fix line endings. Make a special start surface. 2017-04-02 22:21:57 -07:00
README.md Merge latest Oarc code with minor revisions. 2016-12-19 00:11:25 -08:00

FactorioScenarioMultiplayerSpawn

A custom scenario for allowing separate spawn locations in multiplayer. Designed for Co-op and PvE.

Instructions

Download the zip.

Place it in your Factorio/scenarios/... folder

It should look something like this (for my windows steam install location):

C:\Users\user\AppData\Roaming\Factorio\scenarios\jvmguyScenario\control.lua

Configuration

Look in config.lua for some controls over the different modules.

Not all configurations have been fully tested so modify at your own risk.

TODO

Much needed.

Credit

Very little of this is my own creation. It's my spin on a scenario created by Oarc. See https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn