Perzival12 Posted 1 hour ago Share Posted 1 hour 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 1 hour ago Author Share Posted 1 hour 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 1 Link to comment Share on other sites More sharing options...
Eilat Posted 45 minutes ago Author Share Posted 45 minutes 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 41 minutes ago Share Posted 41 minutes 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 30 minutes ago Author Share Posted 30 minutes 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. Link to comment Share on other sites More sharing options...
Thalatta Posted 10 minutes ago Share Posted 10 minutes 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...
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