Computer Ship Autons?
- Aeonic
- Militia Commander
- Posts: 469
- Joined: Sun Jun 14, 2009 1:05 am
- Location: Designing his dream ship.
Is there any way to setup ships so that they're being escorted by autons the same way that they work with the player? I'm just curious because having some little Teraton autons escorting this massive Teraton bad news ship would be pretty sweet.
Last Cause Of Death: Destroyed by Karl Svalbard's last Lucifer missile, right after I blew him up. And the crowd cheers.


Absolutely, there are a number of ways to do it.
If you have a custom station you can use something like:
If you have autons folowing you and you want them to escort some other ship try Bobby's UGWingmen Mod, which provides much more functionality to your wingmen and autons.
UGWingmen.xml
There's also alterecco's GODMOD
GODMOD.xml
And if all else fails you can force it in the console with some script.
If you have a custom station you can use something like:
Code: Select all
<Ships>
<Table>
<Group chance="75">
<Ship count="1" class="&scBigShip;" orders="patrol" patrolDist="15"/>
<Escorts>
<Ship count="1d6" class="&scLittleShip;" orders="escort"/>
</Escorts>
</Group>
<Ship chance="25" count="1" class="&scBigShip;" orders="wander" >
<Escorts>
<Ship count="1d6" class="&scLittleShip;" orders="escort"/>
</Escorts>
</Ship>
</Table>
</Ships>
If you have autons folowing you and you want them to escort some other ship try Bobby's UGWingmen Mod, which provides much more functionality to your wingmen and autons.
UGWingmen.xml
There's also alterecco's GODMOD
GODMOD.xml
And if all else fails you can force it in the console with some script.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!