1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-14 10:23:17 +02:00
A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
Go to file
2017-05-11 19:42:23 -04:00
locale@70b8a1e92b Fixing server message issue when starting server from command line. 2017-05-06 07:51:07 -04:00
.gitmodules Switching over to general utility repo 2016-12-28 08:33:09 -08:00
config.lua Multiple config options added. Gravestones returned as well. 2017-05-11 19:42:23 -04:00
control.lua Multiple config options added. Gravestones returned as well. 2017-05-11 19:42:23 -04:00
LICENSE First commit 2016-11-10 05:22:32 -05:00
README.md Fixed resource spawning in starting areas (I think). Added player list panel. Fixed unintended gui click teleports. Changed map creation to create a new surface. 2017-04-27 21:48:28 -04:00
separate_spawns_guis.lua Added option for separate teams, implemented shared vision. -- NOT VERY WELL TESTED 2017-04-30 09:22:45 -04:00
separate_spawns.lua Multiple config options added. Gravestones returned as well. 2017-05-11 19:42:23 -04:00

FactorioScenarioMultiplayerSpawn

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

Instructions

STEP 1

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\FactorioScenarioMultiplayerSpawn\control.lua

STEP 2

ALSO download the zip for "locale" from https://github.com/Oarcinae/FactorioUtils

Place this inside the locale folder. It should look like this:

C:\Users\user\AppData\Roaming\Factorio\scenarios\FactorioScenarioMultiplayerSpawn\locale\oarc_utils.lua

STEP 3

Go into config.lua and edit the strings to add your own server messages.

Rename the "FactorioScenarioMultiplayerSpawn" folder to something shorter and more convenient (optional).

STEP 4

Generate a new map, use that save file to host if you want to.

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.

If you want to change the RSO config, look for the rso_config and rso_resource_config files.

TODO

I need to update this with more details about the implementation and explain some of the configuration options.

For now, just take a look at the source and it should be easy to understand I hope.

Credit

RSO is not my own creation. It was done by Orzelek. I requested permission to include it in my scenario.

https://mods.factorio.com/mods/orzelek/rso-mod

Several other portions of the code (tags, frontier style rocket silo) have also been adapted from other scenario code.

Credit to 3Ra for help as well: https://github.com/3RaGaming

Random Notes

While it is an option to disable RSO, I would not recommend doing that. I can't guarantee any bugs or issues as I focus mostly on testing with RSO enabled.

Feel free to submit bugs/fixes/requests/pulls/forks whatever you want.

I do not plan on supporting PvP, but I will help anyone who wants to make it a configurable option.