2018-10-22 22:13:34 +02:00
|
|
|
## 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](https://www.youtube.com/watch?v=ov5pxaIbJlM). The goal is to launch a rocket, but be careful,
|
|
|
|
there's not a lot of space and the mine is unstable!
|
|
|
|
|
2018-10-23 10:04:05 +02:00
|
|
|
Gameplay: https://www.youtube.com/watch?v=J3lheDK-6Cw
|
2018-10-23 10:07:49 +02:00
|
|
|
|
2018-10-23 10:04:05 +02:00
|
|
|
Timelapse video: https://www.youtube.com/watch?v=4cRsx-wl_fk (By Namelesshunter Gaming)
|
|
|
|
|
2018-10-22 22:13:34 +02:00
|
|
|
#### 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
|
2018-10-19 22:07:50 +02:00
|
|
|
|
|
|
|
##### Step 1
|
|
|
|
Download the zip file from https://github.com/Valansch/RedMew/archive/develop.zip
|
|
|
|
|
|
|
|
##### Step 2
|
|
|
|
On Windows: extract the the zip file into `%appdata%\Factorio\Scenarios\Diggy`,
|
|
|
|
make sure it's called Diggy and there's a `control.lua` in the root of that directory.
|
|
|
|
|
|
|
|
##### 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.
|
2018-10-22 22:13:34 +02:00
|
|
|
|
|
|
|
> _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.
|
|
|
|
|
|
|
|
### Advanced
|
|
|
|
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.
|