Is there a MSCI Handbook level of guide for XR/X4 scripting?

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

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

Post Reply
spooidz
Posts: 25
Joined: Fri, 26. Oct 18, 21:52
x4

Is there a MSCI Handbook level of guide for XR/X4 scripting?

Post by spooidz » Wed, 1. Jul 20, 23:11

I was able to script just about anything I wanted in X3 just by reading the MSCI and learning enough to get by.

X4 is somewhat easier as its all just the straight XML files but I am starting at a loss for just finding guides/references for just core info.

I can find plenty of examples in others mods and codes but not always how the code is used or what it represents.

My current need is to find out how the Skill ratings system code works?

Code: Select all

<skill type="piloting"    min="9" max="14"/>
<skill type="engineering" min="9" max="14"/>
<skill type="management"  min="9" max="14"/>
<skill type="morale"      min="4" max="14"/>
<skill type="boarding"    min="2" max="14"/>
How does the min max value work? I know we only have 5 stars and skill is only increased in fractions of a star level. So for the code above is it producing the skill level from x amount of fractional upgrades?

BlackRain
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 7411
Joined: Mon, 15. Dec 03, 18:53
x4

Re: Is there a MSCI Handbook level of guide for XR/X4 scripting?

Post by BlackRain » Thu, 2. Jul 20, 19:07

<skill type="piloting" min="9" max="14"/>

At a minimum the piloting skill would be 3 stars and at a max, it would be almost 5 stars (15 is highest which would equal 5 stars) when you recruit them or whatever.

spooidz
Posts: 25
Joined: Fri, 26. Oct 18, 21:52
x4

Re: Is there a MSCI Handbook level of guide for XR/X4 scripting?

Post by spooidz » Thu, 2. Jul 20, 20:55

Thanks, that was where I was thinking after looking at it.

And is there a MSCI level handbook for XR/X4 ? One that would have the breakouts for this level of detail?

User avatar
euclid
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 13293
Joined: Sun, 15. Feb 04, 20:12
x4

Re: Is there a MSCI Handbook level of guide for XR/X4 scripting?

Post by euclid » Sat, 4. Jul 20, 13:28

spooidz wrote:
Thu, 2. Jul 20, 20:55
.............
And is there a MSCI level handbook for XR/X4 ? One that would have the breakouts for this level of detail?
There is a pdf Mission Director handbook.

Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786

Post Reply

Return to “X4: Foundations - Scripts and Modding”