Trae Posted January 10, 2015 Report Share Posted January 10, 2015 I just found this game today, and it looks great! Though looking at the media page, it appears that when units die there's blood and the units remain dead on the field for a while. Is there any way I can disable this? I just want destroyed units to vanish.I don't plan on downloading if this can't be disabled. Quote Link to comment Share on other sites More sharing options...
agentx Posted January 10, 2015 Report Share Posted January 10, 2015 It's not really blood just red pixels. And the units are not dead, they will be reanimated once you train more. 4 Quote Link to comment Share on other sites More sharing options...
dvangennip Posted January 10, 2015 Report Share Posted January 10, 2015 And the units are not dead, they will be reanimated once you train more.?? That's one way of interpreting what's going on, but I guess for most people the fallen will look like they're deceased... At the very least, for the topic starter: units do not suddenly pick themselves up from the ground when new units are trained, instead they vanish after a while.I'm not sure if this behaviour can be adjusted with the regular, downloadable game. It's not an in-game setting, although with some file tweaking it could be possible to let fallen units vanish instantly so no death units are shown to linger around.To do so, within the game's mods/public/simulation folder, the file template_unit.xml should be adjusted slightly:<Decay> <DelayTime>0.0</DelayTime></Decay>DelayTime can be set to 0.0, so they vanish straightaway instead of after 80 seconds (the default). Other entities, such as ships and buildings, would not be altered. I assume that is less offensive to you?The only issue is that in the default download, all these files are zipped and use a compressed/compiled format that makes it hard to adjust. If possible, a regular (but tweaked) template_unit.xml file could be placed into the zipped package. Now I think of it, this would be perfect for a small mod that only overwrites the template_unit.xml file to achieve what you want. Quote Link to comment Share on other sites More sharing options...
Stan` Posted January 10, 2015 Report Share Posted January 10, 2015 ?? That's one way of interpreting what's going on, but I guess for most people the fallen will look like they're deceased... At the very least, for the topic starter: units do not suddenly pick themselves up from the ground when new units are trained, instead they vanish after a while.I'm not sure if this behaviour can be adjusted with the regular, downloadable game. It's not an in-game setting, although with some file tweaking it could be possible to let fallen units vanish instantly so no death units are shown to linger around.To do so, within the game's mods/public/simulation folder, the file template_unit.xml should be adjusted slightly:<Decay> <DelayTime>0.0</DelayTime></Decay>DelayTime can be set to 0.0, so they vanish straightaway instead of after 80 seconds (the default). Other entities, such as ships and buildings, would not be altered. I assume that is less offensive to you?The only issue is that in the default download, all these files are zipped and use a compressed/compiled format that makes it hard to adjust. If possible, a regular (but tweaked) template_unit.xml file could be placed into the zipped package. Now I think of it, this would be perfect for a small mod that only overwrites the template_unit.xml file to achieve what you want.You could upload your mod to https://github.com/0ADMods . Quote Link to comment Share on other sites More sharing options...
WhiteTreePaladin Posted January 10, 2015 Report Share Posted January 10, 2015 (edited) As for blood, I do believe it is planned to be a setting that can be turned off easily. Right now I think it is referenced in the dead actor files. To completely remove that right now would require editing every unit's actor file - not really feasible.However, the blood only stays around for as long as the dead unit is around. There is a quick fix that I think you would be happy with. If the unit is removed quickly enough, the death animation and blood do not have enough time to appear. The only issue with this is that it does not have time to play the death animation at all, so units just disappear, they don't fall down first.You only have to edit one file: 0ad/binaries/data/mods/public/simulation/templates/template_unit.xml(If you are using Windows, you can use Notepad or Wordpad to edit the .xml file. I believe just clicking the file will open it in the browser by default which will not let you edit the file.)Look for this section near the top: <Decay> <Inactive/> <DelayTime>80.0</DelayTime> <SinkRate>0.01</SinkRate> <SinkAccel>0.0</SinkAccel> </Decay>...and change its values to something like below: <Decay> <Inactive/> <DelayTime>0.0</DelayTime> <SinkRate>100.01</SinkRate> <SinkAccel>100.0</SinkAccel> </Decay>That will make the units disappear instantly when killed and the blood should be gone as well.[Edit]As was mentioned in an earlier post, there may be an issue getting the file changes to take if you are playing the official release version since all the data is in a zip file. I have not tried changing files there. I guess you could extract the public.zip file, make the change, and then re-zip it. Edited January 10, 2015 by WhiteTreePaladin Quote Link to comment Share on other sites More sharing options...
Trae Posted January 10, 2015 Author Report Share Posted January 10, 2015 Alright, I'll download the game and give it a shot! Thanks guys, I'll post with my results. Quote Link to comment Share on other sites More sharing options...
feneur Posted January 10, 2015 Report Share Posted January 10, 2015 As was mentioned in an earlier post, there may be an issue getting the file changes to take if you are playing the official release version since all the data is in a zip file. I have not tried changing files there. I guess you could extract the public.zip file, make the change, and then re-zip it.Actually there should be no need to. As long as you have the file (in its correct place/file structure) outside the zip that should be all that's needed. As far as I remember loose files override those in the zip (and mods override loose files in the public mod). Quote Link to comment Share on other sites More sharing options...
WhiteTreePaladin Posted January 10, 2015 Report Share Posted January 10, 2015 (edited) Oh, right. Forgot that worked in the official release. (Although if it didn't, most would never be able to use mods... which would make all the mod support work kind of pointless...) Should be really easy then, just follow Erik's advice.[edit]If you don't mind the blood appearing for a short time, and just don't want the dead units lying around, you can set the DelayTime to a few seconds and use a high value for the sink rates. That will show the dying animation (falling down) and the blood. If you time it right though, the unit (and blood) will disappear when the unit hits the ground. The unit death animations are not all the same length, so it wouldn't be perfect, but you could probably find a value that is the right length for most unit's death animations. Edited January 10, 2015 by WhiteTreePaladin Quote Link to comment Share on other sites More sharing options...
FeXoR Posted January 30, 2015 Report Share Posted January 30, 2015 ...just follow Erik's advice....Erik Feneur it is - not everyone know all names, WhiteTreePaladin Quote Link to comment Share on other sites More sharing options...
Wijitmaker Posted February 3, 2015 Report Share Posted February 3, 2015 To remove the blood without editing the actors... couldn't you just modify the texture that the blood is coming from and make it completely transparent? I don't believe the blood is 'baked' into the unit textures... Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 3, 2015 Report Share Posted February 3, 2015 It´s not Quote Link to comment Share on other sites More sharing options...
RoekeloosNL Posted February 3, 2015 Report Share Posted February 3, 2015 I don't plan on downloading if this can't be disabled.What? Because there is blood you dont play? But a blood FX toggle would be nice for people that dont like it "and maybe for low-end pc,s performance wise" But for people that want it as realistic as possible there sould be more effects like blood on the shields when they fought a battle, And different blood pools. Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 4, 2015 Report Share Posted February 4, 2015 What? Because there is blood you dont play? But a blood FX toggle would be nice for people that dont like it "and maybe for low-end pc,s performance wise" But for people that want it as realistic as possible there sould be more effects like blood on the shields when they fought a battle, And different blood pools.This request hasn't gone unoticed... Quote Link to comment Share on other sites More sharing options...
greenknight32 Posted February 4, 2015 Report Share Posted February 4, 2015 I've never noticed the bodies while playing the game, much too busy. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted December 3, 2015 Report Share Posted December 3, 2015 We can have gore mode like RTW2? Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 3, 2015 Report Share Posted December 3, 2015 It has to do with units being damaged. So once we have that, it's going to be easy. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.