[MOD] FOCW Corporations REVISED V.3.2

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

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

Post Reply
User avatar
Chapi22
Posts: 6
Joined: Mon, 29. Oct 12, 23:08

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by Chapi22 » Sat, 3. Apr 21, 22:42

I have translated the rest of this file into German.

https://www.dropbox.com/s/m434l5jq7mhhx ... 9.xml?dl=0

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by BlackRain » Sat, 3. Apr 21, 22:47

Chapi22 wrote:
Sat, 3. Apr 21, 22:42
I have translated the rest of this file into German.

https://www.dropbox.com/s/m434l5jq7mhhx ... 9.xml?dl=0
Thanks, I will include it next time I put up an upload.

Lechrenski
Posts: 7
Joined: Tue, 30. Mar 21, 01:45
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by Lechrenski » Sun, 4. Apr 21, 21:07

If I delete the characters.xml file, will that cause a problem with other parts of the mod? I like the ideas behind this, but getting free, skilled recruits feels a little bit "cheat-y" to me.

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by BlackRain » Sun, 4. Apr 21, 21:14

Lechrenski wrote:
Sun, 4. Apr 21, 21:07
If I delete the characters.xml file, will that cause a problem with other parts of the mod? I like the ideas behind this, but getting free, skilled recruits feels a little bit "cheat-y" to me.
The mod can be customized. Do not delete the characters.xml, it will mess up the mod. Just edit the characters.xml and change all the skill numbers. The range is from 0 to 15, every 3 is one star. So just set the min to 0 and the max to like 3 or something.

debstar2610
Posts: 142
Joined: Fri, 29. Nov 13, 18:43
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by debstar2610 » Mon, 5. Apr 21, 15:58

Hi

I am trying the mod thanks

I have seen some missions in my logs but where do I find them ? are thre a HQ i need to find ?(like in X3 ?)

Thanks.

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by BlackRain » Mon, 5. Apr 21, 16:33

debstar2610 wrote:
Mon, 5. Apr 21, 15:58
Hi

I am trying the mod thanks

I have seen some missions in my logs but where do I find them ? are thre a HQ i need to find ?(like in X3 ?)

Thanks.
Hi, sorry I don't understand your question. What missions are you talking about?

debstar2610
Posts: 142
Joined: Fri, 29. Nov 13, 18:43
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by debstar2610 » Mon, 5. Apr 21, 16:43

BlackRain wrote:
Mon, 5. Apr 21, 16:33
debstar2610 wrote:
Mon, 5. Apr 21, 15:58
Hi

I am trying the mod thanks

I have seen some missions in my logs but where do I find them ? are thre a HQ i need to find ?(like in X3 ?)

Thanks.
Hi, sorry I don't understand your question. What missions are you talking about?
In the Log : corporate news : "XXX is seeking to contract a squadron of merceneries" : is it a mission or only "news" from the corporation XXX ?
Thanks

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.50

Post by BlackRain » Mon, 5. Apr 21, 16:47

debstar2610 wrote:
Mon, 5. Apr 21, 16:43
BlackRain wrote:
Mon, 5. Apr 21, 16:33
debstar2610 wrote:
Mon, 5. Apr 21, 15:58
Hi

I am trying the mod thanks

I have seen some missions in my logs but where do I find them ? are thre a HQ i need to find ?(like in X3 ?)

Thanks.
Hi, sorry I don't understand your question. What missions are you talking about?
In the Log : corporate news : "XXX is seeking to contract a squadron of merceneries" : is it a mission or only "news" from the corporation XXX ?
Thanks
Oh, that is not a mission. It is just informing you that the corporation is ordering ships. That means they ordered a squadron of fighters. They also order small fleets.

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Fri, 9. Apr 21, 01:18

Version 1.6
1) Many small fixes/changes to improve the scripts and fix some minor issues.

By the way, there are many ways to customize the mod if you know how. For example, currently the max number of stations which will be built by the corporations is 150. That is the total number that can be built by this mod as it is set right now, but you can higher or lower this depending on what you want.

Open the corplogic.xml in the md folder in this mod's folder.

Do a search for:
<set_value name="$ExistingTotalFactoryThreshold" exact="150"/>

There are ten entries of this. Just change the 150 to whatever number you want. If you know anything thing about editing scripts, you can even look through the cues and change the number of individual types of stations and such which will be built within the total of 150. A lot of different ways to fool around with it.

The corpstrength.xml is the script which handles what squadrons are ordered (these are fighters and scouts). Corpstrengthfleets.xml handles fleets led by a destroyer. corpstrengthtrade.xml is for freighters and miners. These are more complicated to edit but is highly customizable if you know what you are doing. Feel free to ask if you have any questions.

sanas
Posts: 30
Joined: Fri, 1. Jan 21, 08:17
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by sanas » Fri, 9. Apr 21, 01:36

Thanks for your great work. Still nedeed replace t file in focw?

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Fri, 9. Apr 21, 01:45

sanas wrote:
Fri, 9. Apr 21, 01:36
Thanks for your great work. Still nedeed replace t file in focw?
No

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Fri, 9. Apr 21, 04:08

Currently, the corporations only buy trade ships/miners which freely trade but in the next version they will order some ships which will work under their stations. This will be once they get a little bigger than they can order some to work as subordinates to their stations.

Cedric_FP
Posts: 189
Joined: Thu, 13. Apr 06, 17:56
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by Cedric_FP » Mon, 12. Apr 21, 10:04

I'm going to be adding this to a save that I'm about 60 hours into. Looking forward to seeing how it spices up the homogeneity of the faction sectors, as well as increasing the potential for conflict.

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Mon, 12. Apr 21, 14:21

Cedric_FP wrote:
Mon, 12. Apr 21, 10:04
I'm going to be adding this to a save that I'm about 60 hours into. Looking forward to seeing how it spices up the homogeneity of the faction sectors, as well as increasing the potential for conflict.
Let me know how it goes. Would like some feedback.

User avatar
Peanutcat
Posts: 296
Joined: Fri, 8. Jul 11, 23:56
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by Peanutcat » Mon, 12. Apr 21, 21:57

God this sounds epic. I'm so tempted to ditch my 200h save for this.
F signature

sanas
Posts: 30
Joined: Fri, 1. Jan 21, 08:17
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by sanas » Mon, 12. Apr 21, 22:03

Peanutcat wrote:
Mon, 12. Apr 21, 21:57
God this sounds epic. I'm so tempted to ditch my 200h save for this.
work with old save

Cedric_FP
Posts: 189
Joined: Thu, 13. Apr 06, 17:56
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by Cedric_FP » Tue, 13. Apr 21, 00:17

BlackRain wrote:
Mon, 12. Apr 21, 14:21
Cedric_FP wrote:
Mon, 12. Apr 21, 10:04
I'm going to be adding this to a save that I'm about 60 hours into. Looking forward to seeing how it spices up the homogeneity of the faction sectors, as well as increasing the potential for conflict.
Let me know how it goes. Would like some feedback.
Will do! Is there anything specific you are looking to hear on?

User avatar
Peanutcat
Posts: 296
Joined: Fri, 8. Jul 11, 23:56
x4

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by Peanutcat » Tue, 13. Apr 21, 00:57

sanas wrote:
Mon, 12. Apr 21, 22:03
Peanutcat wrote:
Mon, 12. Apr 21, 21:57
God this sounds epic. I'm so tempted to ditch my 200h save for this.
work with old save
Seriously?! Thanks, installing this right away.
F signature

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Tue, 13. Apr 21, 01:49

Peanutcat wrote:
Tue, 13. Apr 21, 00:57
sanas wrote:
Mon, 12. Apr 21, 22:03
Peanutcat wrote:
Mon, 12. Apr 21, 21:57
God this sounds epic. I'm so tempted to ditch my 200h save for this.
work with old save
Seriously?! Thanks, installing this right away.
Yes, this can be used any time, but once you put it in you can't just remove it. So make sure to back up save.

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

Re: [WIP/MOD] FOCW Corporations REVISED V.1.60

Post by BlackRain » Tue, 13. Apr 21, 01:50

Cedric_FP wrote:
Tue, 13. Apr 21, 00:17
BlackRain wrote:
Mon, 12. Apr 21, 14:21
Cedric_FP wrote:
Mon, 12. Apr 21, 10:04
I'm going to be adding this to a save that I'm about 60 hours into. Looking forward to seeing how it spices up the homogeneity of the faction sectors, as well as increasing the potential for conflict.
Let me know how it goes. Would like some feedback.
Will do! Is there anything specific you are looking to hear on?
Anything and everything. How are the Corporations doing? Do you notice them trading/fighting? Is the economy doing okay? Things like this.

Of course I notice these things myself but also good to hear more feedback. It is pretty cool when I see the corporations mercenary fleets sometimes working with some of the government factions against their enemies. Or when they help patrol or help take on Xenon and of course fight each other as well as trading.

Post Reply

Return to “X4: Foundations - Scripts and Modding”