TP_Fritz Posted April 11, 2019 Posted April 11, 2019 Earlier today I was thinking about putting a "on Critical Damage" to a Counter from a train. Once I opened up the mission editor though, I realized that it is probably not that simple. So, is it even possible to do? What I'd like to do is, for example, have a train with 8 carriages trip a counter when at least 6 of the carriages are destroyed... but I don't see a way to do that. Is this possible?
Sketch Posted April 11, 2019 Posted April 11, 2019 (edited) A vehicle train entity is counted as damaged only from the locomotive and not the trucks the train pulls. The only way to do this is with individual block entities and not a vehicle train entity. This means that your "train" won't move, but can perform the logic you want. Edited April 11, 2019 by No.610_Sketch
IckyATLAS Posted April 11, 2019 Posted April 11, 2019 I had this conceptual problem too. When a train in motion is attacked and say a carriage or more is destroyed and separates from the train. The train entity is now different with less carriages, and still rolling at speed. I see no way to capture the information of the train state. This means that if I apply my technique to have trains go through tunnels, if the train has been attacked before the tunnel and has lost some carriages, when he comes out of the tunnel he is again fully intact, which is somewhat weird.
LLv34_Temuri Posted April 11, 2019 Posted April 11, 2019 if you destroy individual carriages, do you get a separate log entries for them?
Sketch Posted April 11, 2019 Posted April 11, 2019 I'm not 100% certain, but I believe you do because you'll get a server message that "Trucks has been destroyed". That normally means that there's a log file generated. 1
TP_Fritz Posted April 12, 2019 Author Posted April 12, 2019 Okay, thanks everyone. I need the train to be moving, so it seems I won't be able to do this like I thought, or hoped, I could. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now