Quick question: What does the addition ‘functional=’true‘’ mean for ‘find statons’?

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

Trajan von Olb
Posts: 573
Joined: Wed, 4. Feb 04, 21:39
x3tc

Quick question: What does the addition ‘functional=’true‘’ mean for ‘find statons’?

Post by Trajan von Olb »

Hi, what is meant by ‘functional=’true‘’? Sure, a wreck probably has ‘false’ there - but what about a station under construction, e.g. if a faction has planned the station but there are no resources in the construction store (freshly planned, e.g. Xenon)?

I want to search for all unbuilt Xenon stations that have no resources in the construction store...

Thanks for quick answers.

Trajan from Olb
Mein Traum vom Glück ist der Traum von einer anderen Menschheit. (S. Lem)
Realspace
Posts: 1637
Joined: Wed, 15. Nov 06, 10:21
x4

Re: Quick question: What does the addition ‘functional=’true‘’ mean for ‘find statons’?

Post by Realspace »

I suppose it is a station that has at least one functioning production module (that would exclude defence stations thou) but is only my guess, waiting for better hint by somebody
Trajan von Olb
Posts: 573
Joined: Wed, 4. Feb 04, 21:39
x3tc

Re: Quick question: What does the addition ‘functional=’true‘’ mean for ‘find statons’?

Post by Trajan von Olb »

Thanks :-)
I've now solved it by simply searching for the Xenon construction storages with <find_object name="$BuildStorages" class="class.buildstorage" owner="faction.xenon" space="player.galaxy" multiple="true"/>. It's working great and my Xenon have reawakened :-) Once they've built a few shipyards again (hopefully), then I can deactivate my mod again...

Does anyone happen to know where you can influence the construction activity of the Xenon? I thought it says somewhere how many shipyards they try to have at the same time...

Greetings, Trajan von Olb
Mein Traum vom Glück ist der Traum von einer anderen Menschheit. (S. Lem)

Return to “X4: Foundations - Scripts and Modding”