aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-04-14 07:56:28 -0700
committerPaul Oliver <contact@pauloliver.dev>2025-04-15 01:44:25 +0200
commit9e163491a56ff4fb8eadc7dd22142c4ee539f24d (patch)
tree111c528719973bfe8cf5d00226e4b86c57834c03
parent5d77cdfd76be425181d218a2d5dd0e5e3a624304 (diff)
Adds README and build/install scripts (linux only)
-rw-r--r--.gitignore1
-rw-r--r--README.md9
-rwxr-xr-xbuild.sh7
-rwxr-xr-xinstall.sh5
-rw-r--r--von-newmann-2/LICENSE (renamed from LICENSE)0
-rw-r--r--von-newmann-2/changelog.txt (renamed from changelog.txt)0
-rw-r--r--von-newmann-2/control.lua (renamed from control.lua)0
-rw-r--r--von-newmann-2/data.lua (renamed from data.lua)0
-rw-r--r--von-newmann-2/graphics/entity/construction-robot/construction-robot-reflection.png (renamed from graphics/entity/construction-robot/construction-robot-reflection.png)bin231 -> 231 bytes
-rw-r--r--von-newmann-2/graphics/entity/construction-robot/construction-robot-shadow.png (renamed from graphics/entity/construction-robot/construction-robot-shadow.png)bin25931 -> 25931 bytes
-rw-r--r--von-newmann-2/graphics/entity/construction-robot/construction-robot-working.png (renamed from graphics/entity/construction-robot/construction-robot-working.png)bin193605 -> 193605 bytes
-rw-r--r--von-newmann-2/graphics/entity/construction-robot/construction-robot.png (renamed from graphics/entity/construction-robot/construction-robot.png)bin231204 -> 231204 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-active-provider-chest.png (renamed from graphics/entity/iron-active-provider-chest.png)bin11556 -> 11556 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-buffer-chest.png (renamed from graphics/entity/iron-buffer-chest.png)bin26169 -> 26169 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-chest.png (renamed from graphics/entity/iron-chest.png)bin10749 -> 10749 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-passive-provider-chest.png (renamed from graphics/entity/iron-passive-provider-chest.png)bin26153 -> 26153 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-requester-chest.png (renamed from graphics/entity/iron-requester-chest.png)bin26081 -> 26081 bytes
-rw-r--r--von-newmann-2/graphics/entity/iron-storage-chest.png (renamed from graphics/entity/iron-storage-chest.png)bin26207 -> 26207 bytes
-rw-r--r--von-newmann-2/graphics/entity/logistic-robot/logistic-robot-shadow.png (renamed from graphics/entity/logistic-robot/logistic-robot-shadow.png)bin35156 -> 35156 bytes
-rw-r--r--von-newmann-2/graphics/entity/logistic-robot/logistic-robot.png (renamed from graphics/entity/logistic-robot/logistic-robot.png)bin433640 -> 433640 bytes
-rw-r--r--von-newmann-2/graphics/items/construction-robot.png (renamed from graphics/items/construction-robot.png)bin26256 -> 26256 bytes
-rw-r--r--von-newmann-2/graphics/items/inventory-blocker.png (renamed from graphics/items/inventory-blocker.png)bin5917 -> 5917 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-active-provider-chest.png (renamed from graphics/items/iron-active-provider-chest.png)bin12892 -> 12892 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-buffer-chest.png (renamed from graphics/items/iron-buffer-chest.png)bin11899 -> 11899 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-chest.png (renamed from graphics/items/iron-chest.png)bin12063 -> 12063 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-passive-provider-chest.png (renamed from graphics/items/iron-passive-provider-chest.png)bin27424 -> 27424 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-requester-chest.png (renamed from graphics/items/iron-requester-chest.png)bin27295 -> 27295 bytes
-rw-r--r--von-newmann-2/graphics/items/iron-storage-chest.png (renamed from graphics/items/iron-storage-chest.png)bin27432 -> 27432 bytes
-rw-r--r--von-newmann-2/graphics/items/logistic-robot.png (renamed from graphics/items/logistic-robot.png)bin24641 -> 24641 bytes
-rw-r--r--von-newmann-2/graphics/technology/logistic-system-early.png (renamed from graphics/technology/logistic-system-early.png)bin152092 -> 152092 bytes
-rw-r--r--von-newmann-2/graphics/technology/logistic-system.png (renamed from graphics/technology/logistic-system.png)bin151206 -> 151206 bytes
-rw-r--r--von-newmann-2/info.json (renamed from info.json)0
-rw-r--r--von-newmann-2/locale/en/locale.cfg (renamed from locale/en/locale.cfg)0
-rw-r--r--von-newmann-2/locale/ru/locale.cfg (renamed from locale/ru/locale.cfg)0
-rw-r--r--von-newmann-2/prototypes/energy-pad.lua (renamed from prototypes/energy-pad.lua)0
-rw-r--r--von-newmann-2/prototypes/entities.lua (renamed from prototypes/entities.lua)0
-rw-r--r--von-newmann-2/prototypes/item.lua (renamed from prototypes/item.lua)0
-rw-r--r--von-newmann-2/prototypes/recipe.lua (renamed from prototypes/recipe.lua)0
-rw-r--r--von-newmann-2/prototypes/tech.lua (renamed from prototypes/tech.lua)0
-rw-r--r--von-newmann-2/thumbnail.png (renamed from thumbnail.png)bin4580775 -> 4580775 bytes
40 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c4c4ffc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.zip
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..09a8109
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Von Newmann 2
+
+My first attempt at modding factorio.
+
+- Inspired by [Von Newmann](https://mods.factorio.com/mod/vonNeumann).
+- Forked from [Robot Start 2](https://mods.factorio.com/mod/robot-start-2?from=search) by [Krypt0n\_C0R3](https://mods.factorio.com/user/Krypt0n_C0R3) (most credit goes to him).
+- Other elements stolen from [Brave New OARC](https://mods.factorio.com/mod/brave-new-oarc).
+
+I will expand this README later. :)
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..ac1c3c2
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+mod_name=von-newmann-2
+mod_version=1.0.0
+
+rm -fv ${mod_name}_*.zip
+zip -r ${mod_name}_${mod_version}.zip ${mod_name}
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..d0df008
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mod_name=von-newmann-2
+
+cp -v ${mod_name}_*.zip ${HOME}/.factorio/mods
diff --git a/LICENSE b/von-newmann-2/LICENSE
index bfdf56c..bfdf56c 100644
--- a/LICENSE
+++ b/von-newmann-2/LICENSE
diff --git a/changelog.txt b/von-newmann-2/changelog.txt
index e69de29..e69de29 100644
--- a/changelog.txt
+++ b/von-newmann-2/changelog.txt
diff --git a/control.lua b/von-newmann-2/control.lua
index 27e1190..27e1190 100644
--- a/control.lua
+++ b/von-newmann-2/control.lua
diff --git a/data.lua b/von-newmann-2/data.lua
index c3c357c..c3c357c 100644
--- a/data.lua
+++ b/von-newmann-2/data.lua
diff --git a/graphics/entity/construction-robot/construction-robot-reflection.png b/von-newmann-2/graphics/entity/construction-robot/construction-robot-reflection.png
index 18e5bc5..18e5bc5 100644
--- a/graphics/entity/construction-robot/construction-robot-reflection.png
+++ b/von-newmann-2/graphics/entity/construction-robot/construction-robot-reflection.png
Binary files differ
diff --git a/graphics/entity/construction-robot/construction-robot-shadow.png b/von-newmann-2/graphics/entity/construction-robot/construction-robot-shadow.png
index 5645739..5645739 100644
--- a/graphics/entity/construction-robot/construction-robot-shadow.png
+++ b/von-newmann-2/graphics/entity/construction-robot/construction-robot-shadow.png
Binary files differ
diff --git a/graphics/entity/construction-robot/construction-robot-working.png b/von-newmann-2/graphics/entity/construction-robot/construction-robot-working.png
index c565f6a..c565f6a 100644
--- a/graphics/entity/construction-robot/construction-robot-working.png
+++ b/von-newmann-2/graphics/entity/construction-robot/construction-robot-working.png
Binary files differ
diff --git a/graphics/entity/construction-robot/construction-robot.png b/von-newmann-2/graphics/entity/construction-robot/construction-robot.png
index 14cc719..14cc719 100644
--- a/graphics/entity/construction-robot/construction-robot.png
+++ b/von-newmann-2/graphics/entity/construction-robot/construction-robot.png
Binary files differ
diff --git a/graphics/entity/iron-active-provider-chest.png b/von-newmann-2/graphics/entity/iron-active-provider-chest.png
index fd48814..fd48814 100644
--- a/graphics/entity/iron-active-provider-chest.png
+++ b/von-newmann-2/graphics/entity/iron-active-provider-chest.png
Binary files differ
diff --git a/graphics/entity/iron-buffer-chest.png b/von-newmann-2/graphics/entity/iron-buffer-chest.png
index e3cf10a..e3cf10a 100644
--- a/graphics/entity/iron-buffer-chest.png
+++ b/von-newmann-2/graphics/entity/iron-buffer-chest.png
Binary files differ
diff --git a/graphics/entity/iron-chest.png b/von-newmann-2/graphics/entity/iron-chest.png
index 917d181..917d181 100644
--- a/graphics/entity/iron-chest.png
+++ b/von-newmann-2/graphics/entity/iron-chest.png
Binary files differ
diff --git a/graphics/entity/iron-passive-provider-chest.png b/von-newmann-2/graphics/entity/iron-passive-provider-chest.png
index c19a894..c19a894 100644
--- a/graphics/entity/iron-passive-provider-chest.png
+++ b/von-newmann-2/graphics/entity/iron-passive-provider-chest.png
Binary files differ
diff --git a/graphics/entity/iron-requester-chest.png b/von-newmann-2/graphics/entity/iron-requester-chest.png
index 893f041..893f041 100644
--- a/graphics/entity/iron-requester-chest.png
+++ b/von-newmann-2/graphics/entity/iron-requester-chest.png
Binary files differ
diff --git a/graphics/entity/iron-storage-chest.png b/von-newmann-2/graphics/entity/iron-storage-chest.png
index a1fe5da..a1fe5da 100644
--- a/graphics/entity/iron-storage-chest.png
+++ b/von-newmann-2/graphics/entity/iron-storage-chest.png
Binary files differ
diff --git a/graphics/entity/logistic-robot/logistic-robot-shadow.png b/von-newmann-2/graphics/entity/logistic-robot/logistic-robot-shadow.png
index 3f71cc6..3f71cc6 100644
--- a/graphics/entity/logistic-robot/logistic-robot-shadow.png
+++ b/von-newmann-2/graphics/entity/logistic-robot/logistic-robot-shadow.png
Binary files differ
diff --git a/graphics/entity/logistic-robot/logistic-robot.png b/von-newmann-2/graphics/entity/logistic-robot/logistic-robot.png
index 0532783..0532783 100644
--- a/graphics/entity/logistic-robot/logistic-robot.png
+++ b/von-newmann-2/graphics/entity/logistic-robot/logistic-robot.png
Binary files differ
diff --git a/graphics/items/construction-robot.png b/von-newmann-2/graphics/items/construction-robot.png
index 7e84d1e..7e84d1e 100644
--- a/graphics/items/construction-robot.png
+++ b/von-newmann-2/graphics/items/construction-robot.png
Binary files differ
diff --git a/graphics/items/inventory-blocker.png b/von-newmann-2/graphics/items/inventory-blocker.png
index 3666527..3666527 100644
--- a/graphics/items/inventory-blocker.png
+++ b/von-newmann-2/graphics/items/inventory-blocker.png
Binary files differ
diff --git a/graphics/items/iron-active-provider-chest.png b/von-newmann-2/graphics/items/iron-active-provider-chest.png
index 74cf049..74cf049 100644
--- a/graphics/items/iron-active-provider-chest.png
+++ b/von-newmann-2/graphics/items/iron-active-provider-chest.png
Binary files differ
diff --git a/graphics/items/iron-buffer-chest.png b/von-newmann-2/graphics/items/iron-buffer-chest.png
index f7856bf..f7856bf 100644
--- a/graphics/items/iron-buffer-chest.png
+++ b/von-newmann-2/graphics/items/iron-buffer-chest.png
Binary files differ
diff --git a/graphics/items/iron-chest.png b/von-newmann-2/graphics/items/iron-chest.png
index e29d9d2..e29d9d2 100644
--- a/graphics/items/iron-chest.png
+++ b/von-newmann-2/graphics/items/iron-chest.png
Binary files differ
diff --git a/graphics/items/iron-passive-provider-chest.png b/von-newmann-2/graphics/items/iron-passive-provider-chest.png
index d5ffc88..d5ffc88 100644
--- a/graphics/items/iron-passive-provider-chest.png
+++ b/von-newmann-2/graphics/items/iron-passive-provider-chest.png
Binary files differ
diff --git a/graphics/items/iron-requester-chest.png b/von-newmann-2/graphics/items/iron-requester-chest.png
index 19b740a..19b740a 100644
--- a/graphics/items/iron-requester-chest.png
+++ b/von-newmann-2/graphics/items/iron-requester-chest.png
Binary files differ
diff --git a/graphics/items/iron-storage-chest.png b/von-newmann-2/graphics/items/iron-storage-chest.png
index 7c45e01..7c45e01 100644
--- a/graphics/items/iron-storage-chest.png
+++ b/von-newmann-2/graphics/items/iron-storage-chest.png
Binary files differ
diff --git a/graphics/items/logistic-robot.png b/von-newmann-2/graphics/items/logistic-robot.png
index 35aa9d5..35aa9d5 100644
--- a/graphics/items/logistic-robot.png
+++ b/von-newmann-2/graphics/items/logistic-robot.png
Binary files differ
diff --git a/graphics/technology/logistic-system-early.png b/von-newmann-2/graphics/technology/logistic-system-early.png
index 1ea41e9..1ea41e9 100644
--- a/graphics/technology/logistic-system-early.png
+++ b/von-newmann-2/graphics/technology/logistic-system-early.png
Binary files differ
diff --git a/graphics/technology/logistic-system.png b/von-newmann-2/graphics/technology/logistic-system.png
index ee8d3f8..ee8d3f8 100644
--- a/graphics/technology/logistic-system.png
+++ b/von-newmann-2/graphics/technology/logistic-system.png
Binary files differ
diff --git a/info.json b/von-newmann-2/info.json
index 93d4ab5..93d4ab5 100644
--- a/info.json
+++ b/von-newmann-2/info.json
diff --git a/locale/en/locale.cfg b/von-newmann-2/locale/en/locale.cfg
index 17d46e3..17d46e3 100644
--- a/locale/en/locale.cfg
+++ b/von-newmann-2/locale/en/locale.cfg
diff --git a/locale/ru/locale.cfg b/von-newmann-2/locale/ru/locale.cfg
index 597dac4..597dac4 100644
--- a/locale/ru/locale.cfg
+++ b/von-newmann-2/locale/ru/locale.cfg
diff --git a/prototypes/energy-pad.lua b/von-newmann-2/prototypes/energy-pad.lua
index 4c79661..4c79661 100644
--- a/prototypes/energy-pad.lua
+++ b/von-newmann-2/prototypes/energy-pad.lua
diff --git a/prototypes/entities.lua b/von-newmann-2/prototypes/entities.lua
index 9620ce7..9620ce7 100644
--- a/prototypes/entities.lua
+++ b/von-newmann-2/prototypes/entities.lua
diff --git a/prototypes/item.lua b/von-newmann-2/prototypes/item.lua
index b0eeb68..b0eeb68 100644
--- a/prototypes/item.lua
+++ b/von-newmann-2/prototypes/item.lua
diff --git a/prototypes/recipe.lua b/von-newmann-2/prototypes/recipe.lua
index ea09378..ea09378 100644
--- a/prototypes/recipe.lua
+++ b/von-newmann-2/prototypes/recipe.lua
diff --git a/prototypes/tech.lua b/von-newmann-2/prototypes/tech.lua
index 47ce701..47ce701 100644
--- a/prototypes/tech.lua
+++ b/von-newmann-2/prototypes/tech.lua
diff --git a/thumbnail.png b/von-newmann-2/thumbnail.png
index 71669ab..71669ab 100644
--- a/thumbnail.png
+++ b/von-newmann-2/thumbnail.png
Binary files differ