From 9dae95f7cea158f5f7ffd46d32601a707b9752ae Mon Sep 17 00:00:00 2001 From: TheSt1tch Date: Sat, 25 Nov 2023 14:26:42 +0500 Subject: [PATCH] add factorio --- docs/docker/games/factorio.md | 35 ++++++++++++++++ docs/games/factorio/blueprints.md | 28 +++++++++++++ docs/games/factorio/index.md | 66 ++++++++++++++++++++++++++++++- mkdocs.yml | 2 + 4 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 docs/docker/games/factorio.md create mode 100644 docs/games/factorio/blueprints.md diff --git a/docs/docker/games/factorio.md b/docs/docker/games/factorio.md new file mode 100644 index 0000000..1505018 --- /dev/null +++ b/docs/docker/games/factorio.md @@ -0,0 +1,35 @@ +# Factorio + +[![Docker Version](https://img.shields.io/docker/v/factoriotools/factorio?sort=semver)](https://hub.docker.com/r/factoriotools/factorio/) +[![Docker Pulls](https://img.shields.io/docker/pulls/factoriotools/factorio.svg?maxAge=600)](https://hub.docker.com/r/factoriotools/factorio/) +[![Docker Stars](https://img.shields.io/docker/stars/factoriotools/factorio.svg?maxAge=600)](https://hub.docker.com/r/factoriotools/factorio/) + + +```yaml title="docker-compose.yml" +version: "3.7" + +networks: + direct_net: + external: true + +services: + factorio: + container_name: factorio + image: factoriotools/factorio:1.1.96 + ports: + - "34197:34197/udp" + #- "27015:27015/tcp" + volumes: + - /opt/appdata/games/factorio:/factorio + networks: + - direct_net + security_opt: + - no-new-privileges:true + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ="Asia/Yekaterinburg" + - UPDATE_MODS_ON_START=true + - SAVE_NAME +``` \ No newline at end of file diff --git a/docs/games/factorio/blueprints.md b/docs/games/factorio/blueprints.md new file mode 100644 index 0000000..e2ccc99 --- /dev/null +++ b/docs/games/factorio/blueprints.md @@ -0,0 +1,28 @@ +# Схемы сообщества + +## Basic Mining and Smelting + +[![](https://i.imgur.com/2CpZvSv.jpeg)](https://factorioprints.com/view/-KoluN5jvWgI0egykK_W) + +![](https://imgur.com/a/LsUJ3id) + +## Modular Rail Network +[![](https://i.imgur.com/7UHaFA1.jpeg)](https://www.factorio.school/view/-K_VpUtsGAlQeBuZ1oez) + +[![name](pic)](link) + +## Tileable Science Production 0.17-1.0 - Early to Mid Game + +[![](http://i.imgur.com/42RoMSil.jpeg)](https://www.factorio.school/view/-KnQ865j-qQ21WoUPbd3) + +## ☀️ Power Book ☢️ - Compact, Tileable, No Waste Nuclear, Solar, Steam + +[![](http://i.imgur.com/EL5C7TOl.jpeg)](https://www.factorio.school/view/-Kn2afLokZdBO-uHcIAF) + +## Cityblock + +![](https://curiouscoding.nl/misc/factorio-early-game/) + +### Updated 100x100 City Blocks - Snapped to Grid + +[![](http://i.imgur.com/TeMNCxMl.jpeg)](https://www.factorio.school/view/-MOy8SsNcu5BNqCZ2ZnL) \ No newline at end of file diff --git a/docs/games/factorio/index.md b/docs/games/factorio/index.md index 30ab5d1..01586f9 100755 --- a/docs/games/factorio/index.md +++ b/docs/games/factorio/index.md @@ -9,6 +9,11 @@ ``` ## Различные ссылки + +[Рисовать в онлайне](https://fbe.teoxoy.com/) + +[Factorio Cheat Sheets](https://factoriocheatsheet.com/) + [Хранилище чертежей](https://www.factorio.school/) [Моды для сервера](https://mods.factorio.com/) @@ -19,4 +24,63 @@ [Калькулятор производства](https://kirkmcdonald.github.io/calc.html) -[Чертежи для BobS](https://pastebin.com/u/fed1s) \ No newline at end of file +[Чертежи для BobS](https://pastebin.com/u/fed1s) + +## Мод-лист + +--- + +Minor Content: + +Aircraft +Asphalt Paving +Beautiful Bridge Railway +Clockwork +Fluid Must Flow +Hardcore Start +Jetpack +Loader Redux +Logistic Train Network +Nanobots +Prospector +Robot Attrition +Teleportation_Redux + +--- + +UI and Planners: + +Advanced Logistics System Fork +Bob & Angel RAW Patch +Bottleneck +Calculator UI +EvoGUI +Helomod +Recipe Book +Solar Calculator +Upgrade Builder and Planner +YARM + +--- + +Quality Of Life: + +EvenDistrobution +Honk +Placeables +Progressive Running +Quality Of Life Research +Reverse Factory +Tree Collision + +--- + +Biters, Map, Visuals: + +Alien Biomes High Res +Armored Biters +Artisanal Reskins: All mods +Bullet Trails +Natural Evolution: Buildings2, Enemies (Redux) +Rampant +Resource Spawner Overhaul \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b6cf143..2a9452c 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,7 @@ nav: - Drone CI: docker/drone.md - Игровые сервера: - Valheim: docker/games/valheim.md + - Factorio: docker/games/factorio.md - WikiJS: docker/wikijs.md - HandBrake: docker/handbrake.md - Pictshare: docker/pictshare.md @@ -175,6 +176,7 @@ nav: - Factorio: - games/factorio/index.md - Мои чертежи: games/factorio/my-prints.md + - Чертежи сообщества: games/factorio/blueprints.md - Payday 2: - VanillaHUD Plus: games/payday2/hud.md - Блог: