People capacity

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

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

00NightHunter00
Posts: 19
Joined: Wed, 8. Apr 20, 21:08
x4

People capacity

Post by 00NightHunter00 »

So im trying to make a ship have no service crew only marines is there a way to limit the service crew max to a different number than the marines or are they hard coded together cause i know there is the people capacity in the macro for ships
Realspace
Posts: 1638
Joined: Wed, 15. Nov 06, 10:21
x4

Re: People capacity

Post by Realspace »

Not in ship's macros where only general nr of people is set as you noticed. I think you could indeed remove the crew status in general settings but that would surely break something, other than the missions of personnel delivering. Crew is also the basic state for npc before they are employed.
What is your pourpose? Player does not need bc can "buy" only marines at shipyards, so I suppose you want it for AI ships? In that case maybe checking the loadouts or trying some md script to set it at ship creation. I will look if such a difference (crew/marine) exists in md files when at pc..
00NightHunter00
Posts: 19
Joined: Wed, 8. Apr 20, 21:08
x4

Re: People capacity

Post by 00NightHunter00 »

Realspace wrote: Sat, 8. Mar 25, 09:28 Not in ship's macros where only general nr of people is set as you noticed. I think you could indeed remove the crew status in general settings but that would surely break something, other than the missions of personnel delivering. Crew is also the basic state for npc before they are employed.
What is your pourpose? Player does not need bc can "buy" only marines at shipyards, so I suppose you want it for AI ships? In that case maybe checking the loadouts or trying some md script to set it at ship creation. I will look if such a difference (crew/marine) exists in md files when at pc..
So im working on my clone war mod i added droids as a trade ware and added them to the wares needed for production so in essence the crew so i wanted to remove the service crew option but i know you need marine slots to be able to board a ship so i cant just set it to 0
00NightHunter00
Posts: 19
Joined: Wed, 8. Apr 20, 21:08
x4

Re: People capacity

Post by 00NightHunter00 »

So i want to make it "seem" as if the crew is already handled

Return to “X4: Foundations - Scripts and Modding”