AI and Combat Styles

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

Can I create my own AI or Combat Style for a ship I create?
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

TheLoneWolf wrote:Can I create my own AI or Combat Style for a ship I create?
I believe so, but you would have to go to IRC and talk about it with Fleet Command because ( I think ) it would involve hooking into the engine ( C or whatever the engine uses) unless you can do it all in .xml format as part of your extension.

but If it can be done without beating on the Engine with simple .xml : go for it I think. Can't be worse then the crashes I caused :)
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

Engine is in C++. Where can I get its source code? I know some C++ (upto pointers).
User avatar
pixelfck
Militia Captain
Militia Captain
Posts: 571
Joined: Tue Aug 11, 2009 8:47 pm
Location: Travelling around in Europe

You could. I believe, implement custom behaviour by using a behaviour class. take a look at &evCommTrafficBehavior;.

~Pixelfck
Image
Download the Black Market Expansion from Xelerus.de today!
My other mods at xelerus.de
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

pixelfck wrote:You could. I believe, implement custom behaviour by using a behaviour class. take a look at &evCommTrafficBehavior;.

~Pixelfck
A relief!
Post Reply