weapon configuration

Freeform discussion about anything related to modding Transcendence.
Post Reply
andrewpen
Commonwealth Pilot
Commonwealth Pilot
Posts: 97
Joined: Thu May 31, 2012 12:35 pm
Location: In my lab

How do you get the alternating weapon config if I use the <configuration> element?
I don't know if element is the right word?

Code: Select all

<configuration>
<Shot posAngle="50" posRadius="12" angle="359"/>
<Shot posAngle="320" posRadius="12" angle="1"/>
</configuration>
when life throws you a curve ball catch it and throw it back.
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

Code: Select all

<Configuration aimTolerance="5" alternating="true">
				<Shot posAngle="90" posRadius="20" angle="-3"/>
				<Shot posAngle="270" posRadius="20" angle="3"/>
			</Configuration>
Check the Slicer Cannon in BattleArenaGladiators.xml for an example.

Also check this for examples of configurations: http://xelerus.de/index.php?s=mod&id=61
andrewpen
Commonwealth Pilot
Commonwealth Pilot
Posts: 97
Joined: Thu May 31, 2012 12:35 pm
Location: In my lab

Thanks that gives me alot more freedom when makeing configurations.
when life throws you a curve ball catch it and throw it back.
Post Reply