fd54e28198
2nd version |
||
---|---|---|
.. | ||
Feature | ||
AlienEvolutionProgress.lua | ||
Config.lua | ||
Debug.lua | ||
Readme.md | ||
Scanner.lua | ||
Scenario.lua | ||
Template.lua |
RedMew - Diggy, Custom Scenario
RedMew is a Factorio community that hosts custom servers, maps in different shapes and sizes, scripted scenarios and modded servers. The majority of the games hosted, are available to the public, for all players, no matter how experienced and can be found in the Factorio multi-player lobby.
You can join the RedMew community on Discord by visiting http://redmew.com/discord
Note
: Scenarios- also known as soft-mods- are scripted maps. They can be played online without having to download any mods as the script is included in the map.
To join a RedMew Factorio server, follow the following steps in Factorio:
- From the main menu, press "Play"
- In the next window press "Multiplayer"
- Next select "Browse public games" (this requires a factorio account and may prompt you to log in)
- In the list of "Browse games" you can filter for "RedMew" and you will see all RedMew hosted maps
Note
: Not every server in this list will be official. If you're in doubt, join Discord and ask.
Diggy
Diggy is a custom scenario. You start out with nothing but a market, your pick-axe and some walls deep, deep in the mine. The goal is to launch a rocket, but be careful, there's not a lot of space and the mine is unstable!
Gameplay: https://www.youtube.com/watch?v=J3lheDK-6Cw
Timelapse video: https://www.youtube.com/watch?v=4cRsx-wl_fk (By Namelesshunter Gaming)
Scenario Information
The idea of Diggy is similar to vanilla, except that it greatly changes how to build your factory. As you're in a cave, each rock you dig, each support entity you remove and every tile you mine, can cause a collapse. You can use walls, stone paths and (refined) concrete floor to increase the strength of your mine and reduce the chance of a collapse.
Whenever you place or remove a wall for example, the stress level of the area around it (9x9 tiles) will rise or lower. When a certain threshold is reached, the cave will collapse. You can stop this by quickly placing walls or run away as fast as you can. Letting the cave collapse will destroy structures below it! The recommended pattern on dirt is to place a wall every 4th tile. Using stone paths and concrete will increase this to 5 tiles while refined concrete will make it 6.
How to start Diggy for Single-player mode
Step 1
Download the zip file from https://github.com/Valansch/RedMew/archive/develop.zip
Step 2
- Windows: extract the the zip file into
%appdata%\Factorio\Scenarios\Diggy
- Linux: extract the the zip file into
~/Library/Application Support/factorio/Scenarios/Diggy
- MacOS: extract the the zip file into
~/.factorio/Scenarios/Diggy
Make sure it's called Diggy and there's a control.lua
in the root of that directory.
Note
: these locations are based on the default configuration defined by factorio. If your installation is not default, you have to find your scenarios directory in another way.
Step 3
Open map_layout.lua
in that directory and look for --require "map_gen.combined.diggy"
.
Change this to require "map_gen.combined.diggy"
, by removing the double dashes.
Step 4
In factorio start either a local or online game via Scenarios. Select Diggy
under
User scenarios
and start it up.
Note: Downloading the latest version might not always be a functional version, please consult on discord for a working version if this is the case.
Step 5 (optional)
Diggy is designed to work for at least 15 players online, working together. It's advised to change the configuration
to adjust the difficulty for your needs. You can find the config in map_gen/Diggy/Config.lua
. Most options should be
well-explained. For Single-player it's recommend to enable cheats with modified values. You can change the starting
items and some pre-defined cheat values (if cheats are enabled) under the SetupPlayer
config item.
You can turn off certain features if you wish.
- DiggyCaveCollapse, disable this feature if you wish to play without collapses.
- SimpleRoomGenerator, disable this if you want to play without room generation. WARNING: this is the mechanic that spawns water.
- AlienSpawner, disable this if you wish to disable spawning biters and spitters when mining.
- ScatteredResources, used to tweak random resource spawning.
- MarketExchange, regulates all the market related features.