New Mod Released: Communications Array [Revised]

Freeform discussion about anything related to modding Transcendence.
Desolator
Commonwealth Pilot
Commonwealth Pilot
Posts: 73
Joined: Tue Dec 18, 2007 6:31 pm
Location: Romania

40 mil? Cheap. I make a titanium plate 40 mil and boom.
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

Desolator wrote:40 mil? Cheap. I make a titanium plate 40 mil and boom.
good luck finding someone who can afford to buy it! youre better off with a 40mil cashcard
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

Or just make a *free* version of the wingman communication array...
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

Well, I think there's certain ships that you shouldn't be able to hire at all (such as CSC's, Iocrym Command ship...etc). I've found a fix for that and will upload the revised mod and post once I'm through testing it.

Here's the current list of ships that you will not be able to hire;
All CSC's
Iocrym Command ship
Juan Carlos freighter
(Any others you'd like added, post 'em)

Unless you all like being able to hire them, then I'll leave it be as is.
Let me know either way...
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

can you have it exclude ships that contain an item with "cannothire" as an attribute? so people can mod more ships that can't be hired without touching the communications array

code example

Code: Select all

(objGetItems (objGetTarget gSource) "*+cannothire"
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

hmm... that's a really good idea.
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

wouldn't it be easier to add the attribute to the ship directly and check it with objHasAttribute that way you don't have to mess with adding items it ships.
Crying is not a proper retort!
User avatar
Ttech
Fleet Admiral
Fleet Admiral
Posts: 2767
Joined: Tue Nov 06, 2007 12:03 am
Location: Traveling in the TARDIS
Contact:

Betelgeuse wrote:wouldn't it be easier to add the attribute to the ship directly and check it with objHasAttribute that way you don't have to mess with adding items it ships.
yes
Image
Image
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

Bobby wrote:can you have it exclude ships that contain an item with "cannothire" as an attribute? so people can mod more ships that can't be hired without touching the communications array

code example

Code: Select all

(objGetItems (objGetTarget gSource) "*+cannothire"
This line of thought is exactly why I had requested the "LockSovy" function in George's post. Although as Betel pointed out that it can already be done with globals and such, I was hoping for an easier solution overall for modding purposes such as what you have stated here.
Post Reply