This commit is contained in:
Simon Brodtmann 2025-07-05 22:48:54 +02:00
parent 3808b00279
commit 56ce101987
6 changed files with 55 additions and 1295 deletions

View file

@ -1,43 +0,0 @@
Feeling adventurous? Then check out the new Bio Cannon! Due to recent changes
in Factorio, it doesn't need any control scripting and should therefore be more
UPS friendly. As a bonus, you'll see the range when you hover the cursor over
the bio cannon -- just as with any vanilla turret. It also has a longer range
(120 instead of 90).
PLEASE NOTE: Factorio >=0.18.33 is required for this! Otherwise, it may happen
that you waste your expensive ammo on a single biter/spitter.
control_bio_cannon.lua.18.33
control.lua.18.33
data-final-fixes.lua.18.33
prototypes/Bio_Cannon/entity.lua.18.33
prototypes/Bio_Cannon/item-group.lua.18.33
prototypes/Bio_Cannon/item.lua.18.33
prototypes/Bio_Cannon/recipe.lua.18.33
They make the old, combined entity for the Bio Cannon redundant, but as
attack_target_mask can't be used to limit what entities will be attacked
in earlier versions of Factorio, these files aren't officially active yet.
If you want to try out the new Bio Cannon, replace each of these files:
control_bio_cannon.lua
control.lua
data-final-fixes.lua
prototypes/Bio_Cannon/entity.lua
prototypes/Bio_Cannon/item-group.lua
prototypes/Bio_Cannon/item.lua
prototypes/Bio_Cannon/recipe.lua
with its counterpart listed above! I've already made a backup of the original
files, so if it doesn't work, just replace the new files with the *.bak version!
Does the new Bio Cannon work as expected? Is the new range OK? (Please keep in
mind that this is the "prototype artillery": It should be weaker than the
vanilla artillery turrets, so extending the range even more probably is not a
good idea.) Your feedback is very appreciated and will hopefully help to get
the new Bio Cannon bug-free in time for Factorio 1.0!

File diff suppressed because it is too large Load diff

View file

@ -1,29 +0,0 @@
prototypes/Bio_Cannon/recipe.lua
prototypes/Bio_Cannon/projectiles-recipe.lua
prototypes/Bio_Farm/recipe.lua
prototypes/Bio_Farm/compatible_recipes.lua
prototypes/Bio_Farm/technology.lua
prototypes/Bio_Fuel/recipe.lua
prototypes/Bio_Garden/recipe.lua
prototypes/Bio_Solar_Farm/recipe.lua
prototypes/Bio_Turret/recipe.lua
prototypes/Wood_Products/recipe.lua
data-updates.lua:
- Moved disassemble recipes and recipe tweaks to this file
- Moved require("prototypes.Wood_Products.rail_updates") to this file
data-final-fixes.lua:
- Removed disassemble recipes and recipe tweaks!
- Removed require("prototypes.Wood_Products.rail_updates") s
prototypes/Bio_Solar_Farm/entities.lua:
- Increased supply_area_distance from 50 to 50.5 to fix that half tiles would be covered at the edge of the radius visualisation

View file

@ -1,33 +0,0 @@
-------------------------------------------------------------------------------
------------------------------------- Credits ---------------------------------
-------------------------------------------------------------------------------
L0771 - For his help given to me to start this MOD.
AlyxDeLunar - For his MOD Dynamic Expansion that I've used in my MOD.
Albatrosv13 - For his MOD Alien Temple that I've used in my MOD.
FreeER - For his MOD Mind Control that I've used in my MOD.
Darkshadow1809 - For his Evolution MOD .
Rsending91, DOSorDIE and SpeedyBrain - Item/Corpse Collector Mod.
Orzelek - RSO, Coding help and answering questions!
Veden - He added some amazing code to my mod and has an amazing AI behavior mod: Rampant. Must have!
ThaPear, Semvoz, Billw, Adil, Rseding91, Chlue - Coding help!
Supercheese - Swarm Mod.
Afforess - Misanthrope Mod.
Darkfrei - Help with the solar-mat & tree stuff. Graphics and so much more!
d3x0r - Wooden Rail Bridge images and rail work in general
drs9999 - Tree Farm Mod
S_R_G - Graphics
Steinio - Use of his "steinios unlasting oil" mod.
DellAquila - Use of his "FiniteWater" mod
Eradicator - Lot of help on the forums
Veni - A lot of help with the Bio-Fuel section
SpeedDaemon - Greenhouse Mod
Simdezimon - Wood Floors
Klonan - Big Wooden Pole and Wooden Fence
LukeM212 & JJtJJ - Tree Mods
DySoch - DyTech, showing me what was possible
Bobingabout - Bob's Mods - Learned a lot from looking at your amazing work and am using a lot of your great code!
YuokiTani - Art!! Amazing work!
And everyone else who give feedback/suggestions/help on the forums!
Sorry if I missed anyone! PM me!!

View file

@ -3,9 +3,8 @@
"version": "2.0.0",
"factorio_version": "2.0",
"title": "Bio Industries",
"author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard)",
"contact": "vvwmisc@hotmail.com",
"homepage": "https://forums.factorio.com/viewtopic.php?f=93&t=17548",
"author": "cackling fiend",
"homepage": "https://discord.gg/5bevXf5W",
"description": "Provides useful buildings and items, like the Bio Farm for growing trees. Solar Farm and Large Accumulator to make your electric setup easier. Bio Fuel section to produce organic plastic and batteries. Lots of New Wood Products, like the big electric pole, wooden pipes, dart turret. Plant trees using seedlings. Change terrain from deserts to grasslands using Fertilizer - helps trees grow better. And a lot more… Please visit the homepage on the forums for more information and feedback.",
"dependencies": [
"base >= 2.0.55",