Sartorie wrote:thats very, very interesting - I did not even know this was possible, could have saved us a lot of other troubles earlier -.-
quick fix in plugin.XTC.Lib.CloneShip.xml
Code: Select all
040 $ship -> set race logic control enabled to [FALSE]
just comment out this line

Thanks for the tip but .. how? I edited the xml in notepad so it looks like the line 46 there for example. But no help. Any advice appreciated =)
Edit: Cut out from the XML
<line linenr="040" indent=""><comment><var>$ship -></var><text> set race logic control enabled to </text><var>[FALSE]</var></comment></line>
<line linenr="041" indent=""></line>
<line linenr="042" indent=""><var>$aim = </var><text> get player tracking aim</text></line>
<line linenr="043" indent=""><var>skip if not </var><var>$aim</var><text> </text><var>==</var><text> </text><var>$target</var></line>
<line linenr="044" indent=" "><text>set player tracking aim to </text><var>$ship -></var></line>
<line linenr="045" indent=""></line>
<line linenr="046" indent=""><comment><text>* </text><var>move marines</var></comment></line>