Skip to content

Commit

Permalink
Merge pull request #29 from JohnTheCoolingFan/dev
Browse files Browse the repository at this point in the history
1.2.6
  • Loading branch information
JohnTheCoolingFan authored Dec 29, 2020
2 parents f99e440 + 8179247 commit a115353
Show file tree
Hide file tree
Showing 100 changed files with 347 additions and 113 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.6
Date: 29.12.2020
Graphics:
- Updated hardened electric mining drill and belt graphics.
I tried compressing them as much as I can using pngwolf, but still size is increased to 23MB
from 12MB previously
- Added remnants to belts and hardened electric mining drill.
---------------------------------------------------------------------------------------------------
Version: 1.2.5
Date: 18.12.2020
Locale:
Expand Down
4 changes: 1 addition & 3 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ require("prototypes.item.item")
require("prototypes.recipe.recipe")
require("prototypes.technology.technology")

-- TODO: REMAKE ELECTRIC MINING DRILL'S GRAPHICS AGAIN
-- TODO: **URGENT** Fix #21 // Remake splitter and all other belt sprites
-- TODO: ~~god-module~~ Merged module that combines all 3 types of modules
-- TODO: remnants for the rest of the entities
-- TODO: modules and beacons starting from 0.18.32
-- TODO: technology descriptions
-- TODO: idea. Quantum tier (how original...)
Binary file modified graphics/entity/compressor/compressor-A-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/compressor/compressor-B-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/compressor/compressor-C-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/compressor/hr-compressor-A-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/compressor/hr-compressor-B-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/compressor/hr-compressor-C-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/macerator/hr-macerator-A-light.png
Binary file modified graphics/entity/macerator/hr-macerator-B-light.png
Binary file modified graphics/entity/macerator/hr-macerator-C-light.png
Binary file modified graphics/entity/macerator/macerator-A-light.png
Binary file modified graphics/entity/macerator/macerator-B-light.png
Binary file modified graphics/entity/macerator/macerator-C-light.png
Binary file modified graphics/entity/nuclear-splitter/hr-nuclear-splitter-east.png
Binary file modified graphics/entity/nuclear-splitter/hr-nuclear-splitter-north.png
Binary file modified graphics/entity/nuclear-splitter/hr-nuclear-splitter-south.png
Binary file modified graphics/entity/nuclear-splitter/hr-nuclear-splitter-west.png
Binary file modified graphics/entity/nuclear-splitter/nuclear-splitter-east.png
Binary file modified graphics/entity/nuclear-splitter/nuclear-splitter-north.png
Binary file modified graphics/entity/nuclear-splitter/nuclear-splitter-south.png
Binary file modified graphics/entity/nuclear-splitter/nuclear-splitter-west.png
Binary file modified graphics/entity/plutonium-splitter/plutonium-splitter-east.png
Binary file modified graphics/entity/plutonium-splitter/plutonium-splitter-north.png
Binary file modified graphics/entity/plutonium-splitter/plutonium-splitter-south.png
Binary file modified graphics/entity/plutonium-splitter/plutonium-splitter-west.png
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RandomFactorioThings",
"version": "1.2.5",
"version": "1.2.6",
"title": "Random Factorio Things",
"author": "JohnTheCoolingFan",
"contact": "https://discord.gg/grHVhE2",
Expand Down
7 changes: 7 additions & 0 deletions prototypes/entity/entities.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- TODO: **URGENT** Fix #21
-- Remake graphics again

require('prototypes.entity.remnants')
require("prototypes.entity.inserters")
require("prototypes.entity.miners")
require("prototypes.entity.assemblerpipes")
Expand All @@ -10,6 +11,7 @@ local entities = {}
local nuclear_transport_belt = util.table.deepcopy(data.raw["transport-belt"]["express-transport-belt"])
nuclear_transport_belt.name = "nuclear-transport-belt"
nuclear_transport_belt.icon = "__RandomFactorioThings__/graphics/icons/nuclear-transport-belt.png"
nuclear_transport_belt.corpse = 'nuclear-transport-belt-remnants'
nuclear_transport_belt.minable.result = "nuclear-transport-belt"
nuclear_transport_belt.speed = 0.125
nuclear_transport_belt.next_upgrade = nil
Expand All @@ -20,6 +22,7 @@ table.insert(entities, nuclear_transport_belt)
local nuclear_underground_belt = util.table.deepcopy(data.raw["underground-belt"]["express-underground-belt"])
nuclear_underground_belt.name = "nuclear-underground-belt"
nuclear_underground_belt.icon = "__RandomFactorioThings__/graphics/icons/nuclear-underground-belt.png"
nuclear_underground_belt.corpse = 'nuclear-underground-belt-remnants'
nuclear_underground_belt.minable.result = "nuclear-underground-belt"
nuclear_underground_belt.max_distance = 11
nuclear_underground_belt.speed = 0.125
Expand All @@ -38,6 +41,7 @@ table.insert(entities, nuclear_underground_belt)
local nuclear_splitter = util.table.deepcopy(data.raw["splitter"]["express-splitter"])
nuclear_splitter.name = "nuclear-splitter"
nuclear_splitter.icon = "__RandomFactorioThings__/graphics/icons/nuclear-splitter.png"
nuclear_splitter.corpse = 'nuclear-splitter-remnants'
nuclear_splitter.minable.result = "nuclear-splitter"
nuclear_splitter.speed = 0.125
nuclear_splitter.next_upgrade = nil
Expand Down Expand Up @@ -190,6 +194,7 @@ if mods["PlutoniumEnergy"] then
local plutonium_transport_belt = util.table.deepcopy(nuclear_transport_belt)
plutonium_transport_belt.name = "plutonium-transport-belt"
plutonium_transport_belt.icon = "__RandomFactorioThings__/graphics/icons/plutonium-transport-belt.png"
plutonium_transport_belt.corpse = 'plutonium-transport-belt-remnants'
plutonium_transport_belt.minable.result = "plutonium-transport-belt"
plutonium_transport_belt.speed = 0.15625
plutonium_transport_belt.belt_animation_set.animation_set.filename = "__RandomFactorioThings__/graphics/entity/plutonium-transport-belt/plutonium-transport-belt.png"
Expand All @@ -199,6 +204,7 @@ if mods["PlutoniumEnergy"] then
local plutonium_underground_belt = util.table.deepcopy(nuclear_underground_belt)
plutonium_underground_belt.name = "plutonium-underground-belt"
plutonium_underground_belt.icon = "__RandomFactorioThings__/graphics/icons/plutonium-underground-belt.png"
plutonium_underground_belt.corpse = 'plutonium-underground-belt-remnants'
plutonium_underground_belt.minable.result = "plutonium-underground-belt"
plutonium_underground_belt.speed = 0.15625
plutonium_underground_belt.belt_animation_set = plutonium_transport_belt.belt_animation_set
Expand All @@ -215,6 +221,7 @@ if mods["PlutoniumEnergy"] then
local plutonium_splitter = util.table.deepcopy(nuclear_splitter)
plutonium_splitter.name = "plutonium-splitter"
plutonium_splitter.icon = "__RandomFactorioThings__/graphics/icons/plutonium-splitter.png"
plutonium_splitter.corpse = 'plutonium-splitter-remnants'
plutonium_splitter.minable.result = "plutonium-splitter"
plutonium_splitter.speed = 0.15625
plutonium_splitter.belt_animation_set = plutonium_transport_belt.belt_animation_set
Expand Down
Loading

0 comments on commit a115353

Please sign in to comment.