[MOD]DeadAir Mods
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
For those looking for a performance friendly'er version, please try this version of jobs.xml and let me know
Jobs.xml
Jobs.xml
-
- Posts: 71
- Joined: Fri, 7. Dec 18, 00:38
Re: [MOD]DeadAir Mods
If I go with the full version and it turns out to be too demanding after getting deep into the save, will it be safe to switch to the lighter jobs.xml? I don't really know exactly what the script does.
Also second question, what did you combine, and what am I supposed to install from the github now? I just clone the repos and copy them into the extensions folder.
Also second question, what did you combine, and what am I supposed to install from the github now? I just clone the repos and copy them into the extensions folder.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
It is safe to switch to the ligher jobs.xml. It reduces quotas and removes 'raiders' but still has enough ship potential for a faction to take about a quarter of the galaxy.drhay53 wrote: ↑Wed, 1. Apr 20, 23:13 If I go with the full version and it turns out to be too demanding after getting deep into the save, will it be safe to switch to the lighter jobs.xml? I don't really know exactly what the script does.
Also second question, what did you combine, and what am I supposed to install from the github now? I just clone the repos and copy them into the extensions folder.
To use: You should first delete the old mod folders from mine, then download the new versions off git, extract and you are ready. No renaming required of folders.
-
- Posts: 20
- Joined: Thu, 19. Mar 15, 05:03
Re: [MOD]DeadAir Mods
This may sound dumb, but is there a map of the 3.0/expansion version?
-
- Posts: 61
- Joined: Tue, 5. Jan 16, 08:22
Re: [MOD]DeadAir Mods
I have trouble installing the Gate overhaul from github. I'm at linux and went to ~/.steam/steam/steamapps/common/X4 Foundations/extensions/. Then I cloned the repository into DeadAirGateOverhaul but when going ingame the mod is neither listed in extensions, nor the universe has changed. Do I oversee something?
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
Check the bottom of the first post in the spoilers. I'm not talented enough to combine multiple images with a partially transparent backgroundMotionblurr wrote: ↑Thu, 2. Apr 20, 02:28 This may sound dumb, but is there a map of the 3.0/expansion version?

Only other option I can give, is to offer a copy of my paint.net file with all my planning and info on it (has layers so don't know what formats it can be other than pdn)
-
- Posts: 27
- Joined: Wed, 18. Mar 20, 19:25
Re: [MOD]DeadAir Mods
For me with the new factions + supplement + jobs+ new sectors, its impossible... When I upgrade my CPU I will play your mod again surelly. Anyway nice job

-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
-
- Posts: 71
- Joined: Fri, 7. Dec 18, 00:38
Re: [MOD]DeadAir Mods
Unfortunately my CPU is even worse at i5-2500k....
My laptop is newer with an i5-9300H, which has about twice the score on passmark, but either way I'm only at 16 GB ram, and I used to have problems with crashing with slightly modded vanilla a year or so ago.
My laptop is newer with an i5-9300H, which has about twice the score on passmark, but either way I'm only at 16 GB ram, and I used to have problems with crashing with slightly modded vanilla a year or so ago.
-
- Posts: 117
- Joined: Fri, 5. Jun 09, 05:45
Re: [MOD]DeadAir Mods
The amount of sectors and factions added is insane.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
Thank you.
v3.01 is up
Improved AI movement when near waypoint, fixed some missing changes needed for fationlogic, added buccaneers blueprints, updated script changes for faction fix pack, changed md file names to lower-case(github completely ignored this update), added check for factions building too many shipyards/wharfs/tradestations/equipmentdocks.
Possible bug I'm trying to track down - After loading a game, god was activated 3 more times resulting in a very very large number of stations. Keep an eye out for sectors with multiple wharfs or tradestations
-
- Posts: 108
- Joined: Sat, 13. Aug 11, 14:30
Re: [MOD]DeadAir Mods
The X4 Linux version does not like uppercase folder/file names (a general issue) - works when changing to lowercase. Quickfix when playing around with mods is running this in the extension folder:Cyres wrote: ↑Thu, 2. Apr 20, 02:36 I have trouble installing the Gate overhaul from github. I'm at linux and went to ~/.steam/steam/steamapps/common/X4 Foundations/extensions/. Then I cloned the repository into DeadAirGateOverhaul but when going ingame the mod is neither listed in extensions, nor the universe has changed. Do I oversee something?
Code: Select all
for i in $( ls | grep [A-Z] ); do mv -i "$i" "`echo $i | tr 'A-Z' 'a-z'`"; done
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
And don't remove -master as it will break stuff in my index files
-
- Posts: 27
- Joined: Wed, 18. Mar 20, 19:25
Re: [MOD]DeadAir Mods
I´ll try to test it more, but even with that xml I think the new factions and sectors+the mod are simply too much. So, testing time.
One more thing, I like dynamic war start because I love that starting position, but PHQ enabled makes Boron quest somewhat bugged, it spawns another PHQ, so , is there a way to start without the PHQ? I couldnt find the way to edit it.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
It's a vanilla bug afaik. The easiest way to prevent it is to not accept his quest. My code for dynamic war start uses the code for scientist game start. I'll see about preventing that signal from spawning.jcdj wrote: ↑Thu, 2. Apr 20, 10:18I´ll try to test it more, but even with that xml I think the new factions and sectors+the mod are simply too much. So, testing time.
One more thing, I like dynamic war start because I love that starting position, but PHQ enabled makes Boron quest somewhat bugged, it spawns another PHQ, so , is there a way to start without the PHQ? I couldnt find the way to edit it.
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
So i can keep making changes no problem but if possible, the following info would help: fps in shadows end empty space, fps in argon prime wharf, any large fps dips, and type of cpu. It may take a few different attempts but as it is right now, it's hard to adjust performance without having consistent data (since i can't really notice a difference myself)
-
- Posts: 27
- Joined: Wed, 18. Mar 20, 19:25
Re: [MOD]DeadAir Mods
CPU: Intel Core i5-4690 @ 3.50GHzDeadAirRT wrote: ↑Thu, 2. Apr 20, 18:50 So i can keep making changes no problem but if possible, the following info would help: fps in shadows end empty space, fps in argon prime wharf, any large fps dips, and type of cpu. It may take a few different attempts but as it is right now, it's hard to adjust performance without having consistent data (since i can't really notice a difference myself)
GPU: GTX 1060 6gb
RAM: 12gb
Empty Space/Shadows End: 40-50 fps even more in Shadows End.
Argon prime wharf ( early game ): 25-30 fps, for obvious reasons I cant test it in late game yet. And if no ships are being built, if they are, 15 fps.
Large FPS dips: Battles. Thats it, fleet battles, and I cant confirm it yet but in my last game when I used supplement+jobs it was a constant lag when I reached mid game and late game.
Yes please... I know that I can just not accept it, but I love the illegal playstyle and this requires to scan a lot of signals, so it becomes a problem...
Last edited by jcdj on Thu, 2. Apr 20, 20:31, edited 1 time in total.
-
- Posts: 117
- Joined: Fri, 5. Jun 09, 05:45
Re: [MOD]DeadAir Mods
DeadAir i'm getting a lot of issues with ships using the tatertrader script fork you have. Ships constantly being unable to dock at split, argon, and paranid stations. Some traders work and some don't. Is there anything I can provide for you to help with that?
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
Thank you, I'm working on story compatibility and a game breaking bug right now but I'll get another performance test out to you soon.jcdj wrote: ↑Thu, 2. Apr 20, 19:47CPU: Intel Core i5-4690 @ 3.50GHzDeadAirRT wrote: ↑Thu, 2. Apr 20, 18:50 So i can keep making changes no problem but if possible, the following info would help: fps in shadows end empty space, fps in argon prime wharf, any large fps dips, and type of cpu. It may take a few different attempts but as it is right now, it's hard to adjust performance without having consistent data (since i can't really notice a difference myself)
GPU: GTX 1060 6gb
RAM: 12gb
Empty Space/Shadows End: 40-50 fps even more in Shadows End.
Argon prime wharf ( early game ): 25-30 fps, for obvious reasons I cant test it in late game yet.
Large FPS dips: Battles. Thats it, fleet battles, and I cant confirm it yet but in my last game when I used supplement+jobs it was a constant lag when I reached mid game and late game.
Yes please... I know that I can just not accept it, but I love the illegal playstyle and this requires to scan a lot of signals, so it becomes a problem...
Just a quick question, have you saved and loaded the game? If you have loaded, can you check if any major faction has more than 2 wharfs (arg, hop, frf, par, tel, zya) or any minor has more than 1 (hat, ant, buc, cub, ali, faf, min, sca)
-
- Posts: 1124
- Joined: Fri, 25. Jan 19, 03:26
Re: [MOD]DeadAir Mods
I can take a look at it, haven't noticed any issues in my game but still worth double checking. Can you provide the settings you are using on a trader that is experiencing the issue, your relation with that faction, and if possible can you fly to that station and see if anything looks wrong (missing dock or some other strange things)?lordofpie7000 wrote: ↑Thu, 2. Apr 20, 19:48 DeadAir i'm getting a lot of issues with ships using the tatertrader script fork you have. Ships constantly being unable to dock at split, argon, and paranid stations. Some traders work and some don't. Is there anything I can provide for you to help with that?