I got a couple of request for the source files of the Blackhawk, PF98 and TOW files to be able to learn how I did the animation and setup for them. Well since the recent release of my mod, I'm happy to release them to the public to learn from them. Hopefully you guys can get some interesting custom animation setups yourself
Blackhawk source files
-- If you haven't seen it this is for a rope drop down of units
PF98 source files (Chinese Rocket system used similarly to an MG)
-- for this file I had to edit the actual common/weapons/heavy_machine_gun.rgo you can actually download that if you want from here (ignore the low_tripod setup files)
TOW source files (360 rotation rocket system most similar to bofors)
Used this code extensivly for the quick renaming of all selected items:
and then to remove the prefix:for obj in $ do obj.name = "gunner_" + obj.name
prefix = "gunner_" for obj in $ do obj.name = replace obj.name 1 prefix.count ""





