Computer Ship Autons?

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Aeonic
Militia Commander
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.
Image
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

Absolutely, there are a number of ways to do it.

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!
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

or you could add an onCreate event that spawns some autons.

It could randomly enhance weapons or armor too, see volkov for an example.
Post Reply