[Question] Strange mod issue with Steam - Resolved by restoring default graphical configurations

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

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

Post Reply
MrDGY
Posts: 23
Joined: Sat, 16. Nov 19, 04:53
x4

[Question] Strange mod issue with Steam - Resolved by restoring default graphical configurations

Post by MrDGY » Fri, 13. May 22, 15:23

I'm encountering a strange issue with my mod and Steam.

The problem: I created two simple mods https://www.nexusmods.com/x4foundations/mods/812 and https://www.nexusmods.com/x4foundations/mods/881 that include some sort of black hole effect. The black hole effect works fine if I launch the game using the no-Steam exe available here https://www.egosoft.com/download/x4/bonus_en.php. However if I launch the game using Steam instead, then the black hole effect cannot be displayed properly (it totally disappears).

I cannot figure out what is the problem. Hope someone here can help me. I have tried disabling Steam Overlay and Steam shader cache but neither worked.

For someone who is willing to test this issue in their game (Steam version or not), my other mod https://www.nexusmods.com/x4foundations/mods/772 which adds a simple game start that is fast to load and save might save you some time.
Last edited by MrDGY on Mon, 16. May 22, 16:05, edited 1 time in total.

MrDGY
Posts: 23
Joined: Sat, 16. Nov 19, 04:53
x4

Re: [Question] Strange mod issue with Steam

Post by MrDGY » Sun, 15. May 22, 08:47

Could someone here please spare some time to test this issue in their game and tell me if you are seeing the same issue with Steam. Currently I am not even sure if it is a general issue or just specific to my Steam installation.

User avatar
alexalsp
Posts: 1823
Joined: Fri, 18. Jul 14, 05:28
x4

Re: [Question] Strange mod issue with Steam

Post by alexalsp » Sun, 15. May 22, 10:33

MrDGY wrote:
Sun, 15. May 22, 08:47
Could someone here please spare some time to test this issue in their game and tell me if you are seeing the same issue with Steam. Currently I am not even sure if it is a general issue or just specific to my Steam installation.
content.xml

Code: Select all

save="0" enabled="1"
or

Code: Select all

save="false" enabled="true"
at the moment:

Code: Select all

save="false" enabled="false"

MrDGY
Posts: 23
Joined: Sat, 16. Nov 19, 04:53
x4

Re: [Question] Strange mod issue with Steam

Post by MrDGY » Sun, 15. May 22, 15:23

alexalsp wrote:
Sun, 15. May 22, 10:33
content.xml

Code: Select all

save="0" enabled="1"
or

Code: Select all

save="false" enabled="true"
at the moment:

Code: Select all

save="false" enabled="false"
Thanks for the reply! Unfortunately it does not solve my problem.

Probably I did not describe my problem clear enough in the first post. My mods can be successfully activated with Steam. New assets and textures are all loaded without problems. The only issue is that the black hole distortion effect is not rendered when launching X4 in Steam.

For example, this is how my weapon mod looks like when I start X4 from Steam
https://ibb.co/sVxF44T
As you can see the new weapon model added by the mod is displayed correctly as well as the new textures (those luminating surfaces). Only the black hole effect is absent. This is how it should look like
https://ibb.co/8DcT8jM
This latter screenshot is taken from exactly the same game installation (by Steam) using exactly the same savegame. The only difference is that this time I started X4 by double-clicking the no-Steam exe instead of from Steam.

User avatar
alexalsp
Posts: 1823
Joined: Fri, 18. Jul 14, 05:28
x4

Re: [Question] Strange mod issue with Steam

Post by alexalsp » Sun, 15. May 22, 20:03

On the links you have mods not packed in cat / dat files. Try to pack them and check them.

Code: Select all

ext_01.cat
ext_01.dat

MrDGY
Posts: 23
Joined: Sat, 16. Nov 19, 04:53
x4

Re: [Question] Strange mod issue with Steam

Post by MrDGY » Mon, 16. May 22, 16:04

alexalsp wrote:
Sun, 15. May 22, 20:03
On the links you have mods not packed in cat / dat files. Try to pack them and check them.
Thanks for your suggestion again.
I managed to make the mod work by restoring the default graphical configurations. Now it works no matter the mod is packed or not. Since the black hole effect is implemented by hacking the vanilla distortion effect, the issue was probably due to my disabling some graphical options that affect distortion in game.

Post Reply

Return to “X4: Foundations - Scripts and Modding”