FalcoGer Posted October 21, 2023 Posted October 21, 2023 Right now it's nearly impossible to kill units in the woods. They're nearly impossible to spot and even if you know exactly where they are, you can't hit them with anything but penetrating bombs. Even bullets from the M230 just get caught on the impenetrable canopy with not even a probability of passing through the leaves and branches. This is a problem particularly with dynamically generated enemy units. I thereby propose that some weapons will be able to destroy trees and/or set them on fire. Alternatively small caliber weapons should have a chance to pass through the branches, depending on the tree type and the weapon diameter in question. The more a tree is hit, the higher the probability of any subsequent shots (as the branches get destroyed) 10
Michi.G85 Posted October 22, 2023 Posted October 22, 2023 I remember that even "Comanche" was able to destroy trees. So... would be nice! 1
FalcoGer Posted October 22, 2023 Author Posted October 22, 2023 It should probably be more in line with Arma. I don't know the effects of explosives on trees, safe for that one clip of the nuclear test where they concreted a forest into the desert.
Gunfreak Posted October 22, 2023 Posted October 22, 2023 The trees now move from rotor wash. Next up will be them reacting to blast waves. So hopefully that is steps towards generally more interactive trees and can be destroyed. 4 i7 13700k @5.2ghz, GTX 5090 OC, 128Gig ram 4800mhz DDR5, M2 drive.
Kappa-131st Posted October 24, 2023 Posted October 24, 2023 On 10/22/2023 at 3:37 PM, Gunfreak said: The trees now move from rotor wash. Next up will be them reacting to blast waves. So hopefully that is steps towards generally more interactive trees and can be destroyed. I hope soo... And we are awaiting... Napalm weapon, as they announce. So we must have burning tree !!! 1
MAXsenna Posted November 13, 2023 Posted November 13, 2023 On 10/24/2023 at 8:16 PM, Kappa-131st said: I hope soo... And we are awaiting... Napalm weapon, as they announce. So we must have burning tree !!! Hear, hear! Burning bushes are highly relevant on a couple of maps too! 2
Gunfreak Posted November 13, 2023 Posted November 13, 2023 Not to forget burning bridges. Need those too 1 i7 13700k @5.2ghz, GTX 5090 OC, 128Gig ram 4800mhz DDR5, M2 drive.
Andurula Posted November 15, 2023 Posted November 15, 2023 Imagine how much RAM will be eaten up keeping track of every tree in the Caucuses and recording its damage state. 1
FalcoGer Posted November 15, 2023 Author Posted November 15, 2023 (edited) 56 minutes ago, Andurula said: Imagine how much RAM will be eaten up keeping track of every tree in the Caucuses and recording its damage state. They have to be kept track of anyway. Each tree has at least a 2d position, which is 2 floats or 8 bytes. an extra byte for a bool or 8 flags in a bit pattern in that single byte isn't going to blow more than a single tab in google chrome. Suppose there are 100 million trees (which is a stretch), that'd be 100 million bytes more, or 100MB. Barely anything. You can do even better and assume that most of those trees will never be damaged in a mission. Then you just have to store which trees are damaged in a list instead of storing that information for every tree. Which trees to store would be determined by some id for each tree (takes memory) or it's address in memory (does not use extra memory aside from storing those addresses (4 bytes each)). Edited November 15, 2023 by FalcoGer 3
Dragan Posted November 15, 2023 Posted November 15, 2023 (edited) You can try cluster bombs, that's the only way I've had any success in destroying hidden targets in the forest.It's unrealistic that the trees don't catch fire after the explosions, that's where I have a complaint... Edited November 15, 2023 by Dragan 1
LorenLuke Posted November 18, 2023 Posted November 18, 2023 On 11/14/2023 at 5:33 PM, Andurula said: Imagine how much RAM will be eaten up keeping track of every tree in the Caucuses and recording its damage state. On the flip side, you can just make it so on it the damaged trees are tracked, and if it's not tracked, it's assumed to be undamaged. 1
Gunfreak Posted November 18, 2023 Posted November 18, 2023 Trees don't necessarily catch fire from bombs, most bombs release their energy mostly in shock wave and frags, the actual "fireball " is quite small and often blown by the force of the bomb. So there might be some fire mostly in the under brush. But unless it's very dry you won't necessarily light up trees, particularly in wetter areas. 2 i7 13700k @5.2ghz, GTX 5090 OC, 128Gig ram 4800mhz DDR5, M2 drive.
FalcoGer Posted November 20, 2023 Author Posted November 20, 2023 I never said I wanted forest fires. I just want a way to blow up the trees enough to get to the vehicles underneath. 3
Recommended Posts