Steam Workshop

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

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

DeadAirRT
Posts: 1124
Joined: Fri, 25. Jan 19, 03:26
x4

Steam Workshop

Post by DeadAirRT »

So I finally uploaded my mods to steam (I absolutely hate steam workshop) and running into some issues. Maybe someone has figured out some way around it.

When uploading patches, I noticed I was getting the error

Code: Select all

ERROR: There are dependencies on non-Workshop extensions
when the dependencies in my content.xml are

Code: Select all

<dependency id="ego_dlc_split" optional="false" name="Split Vendetta" />
	<dependency id="ws_1668457361" optional="true" name="Faction Enhancer - War Module" />
	<dependency id="ws_1668473070" optional="true" name="Faction Enhancer - Econ AI Module" />
	<dependency id="ws_1668472321" optional="true" name="Faction Enhancer - Econ Balance Module" />
You might notice, all of the id's match exactly the ID's from their steam workshop counterparts. So what is giving this error? None other than the DLC itself. Why can I not remove this? Because my mod actually cares about load order.

Any ideas?
User avatar
Drewgamer
Posts: 536
Joined: Fri, 27. Aug 10, 08:39
x4

Re: Steam Workshop

Post by Drewgamer »

I would have to guess it's because of the Split dlc?

That one doesn't technically exist in the workshop does it?
Check out my mod Crystal Rarities
DeadAirRT
Posts: 1124
Joined: Fri, 25. Jan 19, 03:26
x4

Re: Steam Workshop

Post by DeadAirRT »

Drewgamer wrote: Sun, 3. May 20, 18:10 I would have to guess it's because of the Split dlc?

That one doesn't technically exist in the workshop does it?
Technically on the workshop, no it wouldn't. Steam itself doesn't care what is in content.xml AFAIK and it's only EGO's own workshoptool blocking dependency of it's own DLC.

Code: Select all

v1.08 (2020-03-25)
- Allow dependency on X4 DLC extension "Split Vendetta" (use dependency id "ego_dlc_split")
User avatar
Drewgamer
Posts: 536
Joined: Fri, 27. Aug 10, 08:39
x4

Re: Steam Workshop

Post by Drewgamer »

DeadAirRT wrote: Sun, 3. May 20, 18:19
Drewgamer wrote: Sun, 3. May 20, 18:10 I would have to guess it's because of the Split dlc?

That one doesn't technically exist in the workshop does it?
Technically on the workshop, no it wouldn't. Steam itself doesn't care what is in content.xml AFAIK and it's only EGO's own workshoptool blocking dependency of it's own DLC.

Code: Select all

v1.08 (2020-03-25)
- Allow dependency on X4 DLC extension "Split Vendetta" (use dependency id "ego_dlc_split")
Well damn, I got nothing then :(
Sounds like it would be a bug with the Workshoptool itself then? Everything else you have seems fine.
Check out my mod Crystal Rarities
MutantDwarf
Posts: 716
Joined: Tue, 20. Jun 06, 02:29
x4

Re: Steam Workshop

Post by MutantDwarf »

I have a number of mods downloaded from Steam Workshop - not a single one of them lists the Split Vendetta as a dependency, even if they are actually dependent upon it.
Langy the Mutant Dwarf

Return to “X4: Foundations - Scripts and Modding”