Skip to content

Commit 52ab34f

Browse files
committed
10.2 Initial Upload
Initial Modular version upload.
1 parent 622b533 commit 52ab34f

File tree

105 files changed

+7101
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7101
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Natural-Evolution
2+
Natural Evolution mod for Factorio
3+
4+
Current released version 4.4.0 - Sep 20th
5+
6+
Unreleased Stuff:
7+
8+
Thumper
9+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
local NE = NEConfig
2+
--[[---------------------------------------------------------------------------
3+
------------------------------------- Credits ---------------------------------
4+
-------------------------------------------------------------------------------
5+
6+
L0771 - For his help given to me to start this MOD.
7+
AlyxDeLunar - For his MOD Dynamic Expansion that I’ve used in my MOD.
8+
Albatrosv13 - For his MOD Alien Temple that I’ve used in my MOD.
9+
FreeER - For his MOD Mind Control that I’ve used in my MOD.
10+
Darkshadow1809 - For his Evolution MOD .
11+
Rsending91, DOSorDIE and SpeedyBrain - Item/Corpse Collector Mod.
12+
ThaPear, Semvoz, Billw, Adil, Rseding91 & Orzelek - Coding help!
13+
DySoch - DyTech and Bobingabout - Bob's Mods - Learned a lot from looking at your amazing work.
14+
YuokiTani - Art!!
15+
16+
17+
---------------------------------------------------------------------------
18+
---------------------------------------------------------------------------
19+
------------------------ On / Off Toggles ---------------------------------
20+
---------------------------------------------------------------------------
21+
--- true = On / Yes
22+
--- false = Off / No
23+
---------------------------------------------------------------------------]]
24+
25+
26+
27+
NE.ScienceCost = true --Doubles the cost of Science Bottles, so you need to go look for some more resources...
28+
29+
--- Alien_Control_Station settings
30+
NE.Spawner_Search_Distance = 30 -- Radius
31+
NE.Unit_Search_Distance = 20 -- Radius
32+
NE.Conversion_Difficulty = Hard -- Easy , Normal or Hard
33+
-- Spawner Conversion: Easy = 16.5% chance, Normal = 10%, Hard = 5%
34+
-- Unit Conversion: Easy = 16.5% chance, Normal = 10%, Hard = 5%
35+
36+
37+
----------------------------- END -------------------------------------------
38+
39+
NE.QCCode = false
40+
-- Used for QC
41+
-- Displays messages used for checking my code
42+
43+
44+

0 commit comments

Comments
 (0)