Blood & Gore

by OwnlyMe

Configurable blood colors, more FX

Tweaks
a month ago
0.16 - 2.0
1.23K
Combat Enemies

g 2.0 Update

a month ago

Hey Ownly! This mods absolutely incredible, any chance of an update to 2.0? No pressure of course (: thanks for making it as well.

a month ago

i'll try to fix it tomorrow

a month ago
(updated a month ago)

No pressure my friend, I was trying to update it myself but I couldn't get past the following error: If you ever need any help, let me know!

Failed to load mods:
stack traceback:
space-age /prototypes/particles.lua: 1215: in main chunk
[C]: in function 'require'
space-age_/data.lua: 12: in main chunk

(I assume it had something to do with the "optimized-particle" prototype changing in Space Age)

a month ago
(updated a month ago)

Edit: I'm not too sure, but the update may have something to do with space age changing how particles are created in Factorio?

For example, this is how a "gleba-blood-particle" is created, in Factorio\data\space-age\prototypes\particles.lua:

for _, particle_name in ipairs(blood_particles) do
local new_particle = table.deepcopy(data.raw["optimized-particle"][particle_name])
local scale = new_particle.pictures.sheet.scale
local shift = new_particle.pictures.sheet.shift
new_particle.name = "gleba-" .. particle_name
new_particle.pictures =
{
sheet =
{
filename = "space-age/graphics/particle/gleba-blood-particle/gleba-blood-particle.png",
line_length = 12,
width = 32,
height = 24,
frame_count = 12,
variation_count = 7,
scale = scale,
shift = shift
}
}
data:extend({new_particle})
end

a month ago

yeah i need to recreate those particle spritesheets, it doesnt seem to be possible to feed it with multiple files with variations anymore.
anyway i'm on it and it will be fixed soon, maybe tomorrow already

a month ago

awwwwww it requires recreation of the spritesheets? damn it, i was hoping I could just update scripts or something. sorry to hear about that, that sucks.

a month ago

thats the least of the problems^^ a lot more has changed

a month ago
(updated a month ago)

damn :( well if you need any help, let me know, i'd definitely love to chip in to bring this mod back to the playerbase, the gore is just absolutely awesome (makes me feel like i'm playing some sort of doom RTS)

a month ago

took around 20 hours but i think it turned out very nice

a month ago

Jesus christ you updated it already?! Nicely done my friend! When I was trying to update it I spent an hour alone just trying to figure out the data.lua file and I just couldn't get past that, given the natural complexity of the mod. Incredible work!

a month ago

Jesus christ you updated it already?! Nicely done my friend! When I was trying to update it I spent an hour alone just trying to figure out the data.lua file and I just couldn't get past that, given the natural complexity of the mod. Incredible work!

Just wanted to say the mod settings as well are fantastic.

New response