Sketch Posted September 19, 2022 Posted September 19, 2022 In the mission editor, I can give the V1 launch site assets a -1 value for damage, and they show up as damaged. See my red circled objects versus the blue circled objects. In game, these assets are indestructible, which is fine because I can work around that issue. I am using a Fakeblock -> onKilled event -> Command Damage -> set V1 asset to destroyed. The Command Damage MCU is set to 'damage complete'. When doing it this way, the V1 assets do not switch to their destroyed visual state. Either I'm doing something wrong, or the assets are busted. I attempted to do some testing, so I set up a mission where the player can fire a flare and when they do, a explosion effect fires, I send a subtitle message, and the Command Damage (set to complete) would give the visual state of 'destroyed' to these V1 assets. Obviously it doesn't work. Stuff goes boom! Explosion effects are for the cool assets! Why no destroyed state? The test mission code is pretty simple and isolates the issue. The test mission can be found here: V1AssetTestMission.zip I've also created a video of the issue: 1
Jaegermeister Posted September 19, 2022 Posted September 19, 2022 (edited) @Sketch, you are correct. The command damage does not work on the V-1 objects. They show damage with a 0 value in the block properties damage # screen in the ME as they should. I will report it. Spoiler Edited September 19, 2022 by Jaegermeister 1 3
AEthelraedUnraed Posted September 20, 2022 Posted September 20, 2022 I've seen this problem before, with some of the BoBP objects (the windmills and some churches). There, the problem was that their script files linked to a non-existent collision file (they had data\graphics\somefolder\objectname.col instead of data\graphics\correctfolder\objectname.col). I wonder if this is the same. It should be easy to test: just grab a plane, fly into one of the buildings and see if you hit anything.
Jaegermeister Posted September 20, 2022 Posted September 20, 2022 (edited) 11 hours ago, AEthelraedUnraed said: It should be easy to test: just grab a plane, fly into one of the buildings and see if you hit anything. I already tested it, I'll wait for the devs to figure out how to fix it. Edited September 20, 2022 by Jaegermeister
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