Compare commits

..

19 Commits

Author SHA1 Message Date
7618f76037 Add proto cityblock v3 setup 2024-03-20 20:45:33 -05:00
5a1c3c942f Add white science and everything leading up to it
FINALLY
IT'S DONE
WE HAVE ALL THE SCIENCES
2024-03-05 00:18:18 -06:00
674889ed8c Update belted miner stack for more coverage and efficiency 2024-03-04 22:05:40 -06:00
af3667bd58 Pre-major-refactor 2024-03-04 22:00:28 -06:00
fdebb11b9a Update blueprints to add a bunch of factories and planners 2024-03-04 20:05:43 -06:00
96df3ba9e0 Add server sync script donut steel 2024-03-04 19:49:48 -06:00
2187fbebb2 Add a giant 2x2 belted miner setup, remove old v1 cb blueprints 2024-03-03 17:32:14 -06:00
992cac5ae9 Add inline ore processing stations
I'm running into the issue that trains just aren't friggin fast enough lol.
2024-03-03 15:12:17 -06:00
5990210f14 Add some fuel-based infra, fix some bugs 2024-03-03 13:23:29 -06:00
f37145c77d Bugfixes and updates abound, adds train launchpads too 2024-03-01 22:21:45 -06:00
d3e52ecafb Update module factories, other minor updates and additions 2024-03-01 11:39:39 -06:00
20493b5735 Add more city blocks, new defenses n stuff 2024-02-26 18:31:33 -06:00
9b0036c89b Fix sulfuric acid factory 2024-02-25 18:49:15 -06:00
3f147570b8 Fix errors with logistics net 2024-02-25 18:44:58 -06:00
1a54f21e4a Add more city block stuff 2024-02-25 17:23:29 -06:00
98910306c5 Update bps 2024-01-27 00:41:43 -06:00
5d6e88e9e8 Update again 2024-01-26 22:28:35 -06:00
08590351f4 Update, adding new cityblock setup 2024-01-26 22:17:29 -06:00
18491fcb76 Update all.txt 2024-01-26 20:19:15 -06:00
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

8
sync-mods-to-server.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
steamroot="$HOME/.var/app/com.valvesoftware.Steam"
factorioroot="$steamroot/.factorio"
modroot="$factorioroot/mods"
server="vm-general-1.ashburn.mgmt.desu.ltd"
rsync -avHS "$modroot"/ "$server:~/factorio/mods/$smodroot"/