Blood & Gore

by OwnlyMe

Configurable blood colors, more FX

Tweaks
8 months ago
0.16 - 2.0
4.07K
Combat Enemies

g 2.0 Update

1 year, 11 days 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.

1 year, 11 days ago

i'll try to fix it tomorrow

1 year, 11 days ago
(updated 1 year, 11 days 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)

1 year, 11 days ago
(updated 1 year, 11 days 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

1 year, 10 days 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

1 year, 10 days 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.

1 year, 10 days ago

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

1 year, 10 days ago
(updated 1 year, 10 days 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)

1 year, 8 days ago

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

1 year, 8 days 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!

1 year, 8 days 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