Perzival12 Posted 3 hours ago Share Posted 3 hours ago On 23/9/2026 at 12:52 AM, Eilat said: Infantry fighting vehicle on the move A quick update on The Great War mod regarding tracked combat vehicles: as someone who values detail, I prioritize realistic movement. The models now kick up dust and smoke from the ground, leave track marks on the terrain, and of course, feature a powerful, aggressive engine roar. Recording 2026-09-23 144500.mp4 12.64 MB · 5 downloads How did you get the track marks to work? I’d love to get footprints and stuff like that for HC. Is it built into the model somehow? Link to comment Share on other sites More sharing options...
Eilat Posted 2 hours ago Author Share Posted 2 hours ago Turning a fairy tale into reality, humanity has taken to the skies in 0 A.D. (apologies if someone has already done this). Drawing inspiration from World in Conflict, I am adding more realistic helicopter movement, though the takeoff/landing key is my own idea, as World in Conflict required rappelling to disembark. Recording 2026-09-24 231717.mp4 3 1 Link to comment Share on other sites More sharing options...
Eilat Posted 2 hours ago Author Share Posted 2 hours ago 1 hour ago, Perzival12 said: How did you get the track marks to work? I’d love to get footprints and stuff like that for HC. Is it built into the model somehow? For the footprints, you need the following: Image: A PNG with a transparent background depicting a single footprint or a pair. It is best to create 2–3 identical versions with varying opacities (dark, light, very light) to create a fading effect. Actor: Use a `<decal>` so the image adheres to the ground. The decal size should match the footprint size. Each opacity level from step 1 constitutes a variant. Template: A visual-only entity (parented to `special` or `actor`) that references the actor from step 2. Code (executed every simulation tick): Track the distance the unit has traveled. Place a footprint every time a full step is taken (approximately 0.7–1 m), rotated to align with the direction of movement. Alternate between left and right by slightly offsetting the footprint's horizontal position. Create the footprint using `Engine.AddLocalEntity`: the footprint exists only on the local machine, is not network-synchronized, and does not affect the simulation. Set a timer to switch to a more transparent variant, then delete the footprint after a few seconds. Link to comment Share on other sites More sharing options...
Perzival12 Posted 2 hours ago Share Posted 2 hours ago 2 minutes ago, Eilat said: For the footprints, you need the following: Image: A PNG with a transparent background depicting a single footprint or a pair. It is best to create 2–3 identical versions with varying opacities (dark, light, very light) to create a fading effect. Actor: Use a `<decal>` so the image adheres to the ground. The decal size should match the footprint size. Each opacity level from step 1 constitutes a variant. Template: A visual-only entity (parented to `special` or `actor`) that references the actor from step 2. Code (executed every simulation tick): Track the distance the unit has traveled. Place a footprint every time a full step is taken (approximately 0.7–1 m), rotated to align with the direction of movement. Alternate between left and right by slightly offsetting the footprint's horizontal position. Create the footprint using `Engine.AddLocalEntity`: the footprint exists only on the local machine, is not network-synchronized, and does not affect the simulation. Set a timer to switch to a more transparent variant, then delete the footprint after a few seconds. Can you send whatever code you used to make that, or is it built in to 0ad already? Link to comment Share on other sites More sharing options...
Eilat Posted 2 hours ago Author Share Posted 2 hours ago 4 minutes ago, Perzival12 said: Can you send whatever code you used to make that, or is it built in to 0ad already? Please check your direct messages. 1 Link to comment Share on other sites More sharing options...
Thalatta Posted 1 hour ago Share Posted 1 hour ago 31 minutes ago, Eilat said: Recording 2026-09-24 231717.mp4 22.25 MB · 0 downloads Very nice! But I'll have to, according to @Atrik, gigantically troll you (never my intention really, I just happen to be like this ) and point out that the tail rotor is spinning in the wrong way, not just because vectors would be inverted when compared to the main rotor (although maybe some models designed are like that?) but because of the blades themselves, they are rotating backwards (careful when you see them in a video already spinning, as we all know, things that spin fast can seem to spin the other way). Link to comment Share on other sites More sharing options...
Eilat Posted 1 hour ago Author Share Posted 1 hour ago 8 minutes ago, Thalatta said: Very nice! But I'll have to, according to @Atrik, gigantically troll you (never my intention really, I just happen to be like this ) and point out that the tail rotor is spinning in the wrong way, not just because vectors would be inverted when compared to the main rotor (although maybe some models designed are like that?) but because of the blades themselves, they are rotating backwards (careful when you see them in a video already spinning, as we all know, things that spin fast can seem to spin the other way). Thanks a lot, I should look into this more closely, I followed Claude's instructions. Also, how does it relate to @Atrik? Link to comment Share on other sites More sharing options...
Lopess Posted 1 hour ago Share Posted 1 hour ago 1 hour ago, Eilat said: Turning a fairy tale into reality, humanity has taken to the skies in 0 A.D. (apologies if someone has already done this). Drawing inspiration from World in Conflict, I am adding more realistic helicopter movement, though the takeoff/landing key is my own idea, as World in Conflict required rappelling to disembark. Recording 2026-09-24 231717.mp4 22.25 MB · 1 download That’s a thing of beauty; I can't wait to use some air-to-air missiles against those Black Hawks. 1 1 Link to comment Share on other sites More sharing options...
Eilat Posted 1 hour ago Author Share Posted 1 hour ago 12 minutes ago, Lopess said: That’s a thing of beauty; I can't wait to use some air-to-air missiles against those Black Hawks. Thanks, but it's a Seahawk, and I'll end up changing the weapon's name as well. 1 Link to comment Share on other sites More sharing options...
Thalatta Posted 53 minutes ago Share Posted 53 minutes ago 8 minutes ago, Eilat said: I followed Claude's instructions. Claude sucks at aerodynamics then. The "paddle" sides of the blades have to point backward. I advise you to check sources besides AI (surely there are videos of the MH-60L or similar models spooling up/down). 8 minutes ago, Eilat said: how does it relate to @Atrik? He knows! He's a fan of my apparently inconcise observations. He reads all of them 12 minutes ago, Eilat said: Thanks, but it's a Seahawk, and I'll end up changing the weapon's name as well. You mean changing the MH-60L name? Since that seems to designate Black Hawks, like in this game, which also shows the correct tail rotor spin, as can be seen at 00:35: 1 Link to comment Share on other sites More sharing options...
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