| Strange. I would delete it and try cloning again. Are you trying to edit the existing one or make a new one specifically for Ostheer? | 
| There was an issue with the latest patch. Are you still having issues now, after the hotfix? | 
| Doesn't work, Tiger. Also, there is no reason to resurrect an old thread like this. | 
| Make sure you are using the right weapon, with the right anim_table entries.  | 
| Play around in World Builder to find the right combination of states/variables. I know that construction is one of them. | 
| There is no animation for its construction. You can manually set the construction state to 1 (you can get the exact state from World Builder) to have it show up, though.
 As for how it works: there is a construction state that has a range of 0 to 1, which during construction moves from 0 to 1 gradually (like a percentage). This normally controls the animation, showing the various stages of animation, but the 25-pounder does not have any of those animations, so it only shows up when construction is set to 1 (100%).
 
 It is normally an implicit state, so it is not in the AE because anything that has a construction_ext automatically goes through it.
 | 
| Oh, right, sorry. Check that recrewable_ext has an entry for german, and then look through team_weapon_ext. | 
| Check crew_ext.  | 
| Thank you, newvan! Take a look at the Google Doc as well, you can add comments on any lines you think need changing.  | 
| I have created a Google Doc which I will be adding to, so please comment on any errors or changes you feel need to be made. Thanks!https://docs.google.com/document/d/1rgIph97fReWIEcrAakI_gyXabRSSQmI1eFosUDYOk6Q/edit?usp=sharing |