Accessible advanced Parameter in the Game?

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

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

koronus
Posts: 69
Joined: Tue, 26. Feb 13, 22:18
x4

Accessible advanced Parameter in the Game?

Post by koronus »

Hi,

In several aiscripts the parameters "advanced =" true "" can be found. Parameters with this value are not visible in the game. How can I make these parameters accessible in the game?
morbideth
Posts: 391
Joined: Sun, 9. Nov 08, 03:07
x3tc

Re: Accessible advanced Parameter in the Game?

Post by morbideth »

Looking through all the params that have that setting it seems it is intended for options which are set elsewhere... or not at all. Formation settings for instance, those are set on the formation screen, the range for things like explore, those looks like they were meant to be adjusted by dragging the mouse along the sphere, but didn't make it into release. You can access them by setting advanced to false. According to the tooltip (which you get is you are using VB studio with the schema) the description of the advanced modifier is "is UI visibility restricted to the advanced UI mode"

Return to “X4: Foundations - Scripts and Modding”