This would be useful for all/any macro.... but how to do it?
Here's the macro... now how would I go about getting, say, speed 'forward'?
Thanks!
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!--Exported by: Michael (192.168.3.113) at 11.10.2013_10-33-35-->
<macros>
<macro name="engine_player_bal_mk1_dam1_macro" class="engine">
<component ref="generic_engine" />
<properties>
<identification name="{20108,101}" description="{20108,102}" unique="0" />
<acceleration forward="30" reverse="45" strafe="60" pitch="75" yaw="75" roll="120" />
<angular />
<speed forward="90" reverse="-30" strafe="45" pitch="25" yaw="25" roll="60" />
<typeinfo mk="1" type="1" />
<hull min="250" max="1000" hittable="0" />
<efficiency>
<threshold threshold="1" value="1" />
<threshold threshold="0.5" value="0.9" />
<threshold threshold="0.25" value="0.8" />
</efficiency>
<sounds>
<ambient ref="eng_player_ambient" />
</sounds>
</properties>
</macro>
</macros>