

Quekel
Members-
Posts
233 -
Joined
-
Last visited
About Quekel
- Birthday 02/18/1986
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
$whitelistedZipNames = @("*cockpit*.zip", "*terrain*.zip") Aren't all the cockpit zips named differently, and terrains textures vfstextures ? -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
I did it in 3 steps now and seems to work best for me currently 1. I convert all files with a minimum of 512. ( il post custom below ) 2. Then I delete the Mods/Aircraft & Mods/Terrain folders from the newly converted items. 3. Then I use SLAM to install the converted items This way I reduce textures from 140GB to 40GB with keeping cockpit's and terrains textures untouched, giving me good stable FPS in VR. This gives me time to figure out what the best way is to convert cockpit's and terrains. # --------------- CUSTOMIZE HERE --------------- # Textures below or at this size do not get compressed $minTexSize = 512 # 2 means divided by 2 on the X and Y axis, so 1/4 of the original resolution $compressionRatio = 2 # Zip names that get searched $whitelistedZipNames = @("*.zip") # What to exclude from the above search $blacklistedZipNames = @() # All zips in these folders get checked, even if they aren't in the whitelist above $whitelistedFolders = @("*") # What to exclude from the above search $blacklistedFolders = @() # File names cointaining these filters get compressed inside those zips, loose textures are searched recursively in the main directory $whitelistedFiles = @( "*.dds", "*.tga", "*.jpg", "*.png", "*.bmp" ) # What to exclude from the above search $blacklistedFiles = @("*refl*") # --------------- CUSTOMIZE HERE --------------- -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
@zbysiek I tried removing the DXT5 lines, but then it would not convert any DDS file at all. -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
How do I search for DXT5 files ? -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
I'm testing 2 different configs : 1= For everything except terrains and cockpit textures # --------------- CUSTOMIZE HERE --------------- # Textures below or at this size do not get compressed $minTexSize = 512 # 2 means divided by 2 on the X and Y axis, so 1/4 of the original resolution $compressionRatio = 2 # Zip names that get searched $whitelistedZipNames = @("*.zip") # What to exclude from the above search $blacklistedZipNames = @() # All zips in these folders get checked, even if they aren't in the whitelist above $whitelistedFolders = @("*") # What to exclude from the above search $blacklistedFolders = @("*Cockpit*"),@("*Terrains*") # File names cointaining these filters get compressed inside those zips, loose textures are searched recursively in the main directory $whitelistedFiles = @( "*.dds", "*.tga", "*.jpg", "*.png", "*.bmp" ) # What to exclude from the above search $blacklistedFiles = @("*refl*") # --------------- CUSTOMIZE HERE --------------- And Nr2. for just cockpits and terrains textures : # --------------- CUSTOMIZE HERE --------------- # Textures below or at this size do not get compressed $minTexSize = 1024 # 2 means divided by 2 on the X and Y axis, so 1/4 of the original resolution $compressionRatio = 2 # Zip names that get searched $whitelistedZipNames = @("*.zip") # What to exclude from the above search $blacklistedZipNames = # All zips in these folders get checked, even if they aren't in the whitelist above $whitelistedFolders = @("*Cockpit*"),@("*Terrains*") # What to exclude from the above search $blacklistedFolders = @() # File names cointaining these filters get compressed inside those zips, loose textures are searched recursively in the main directory $whitelistedFiles = @( "*.dds", "*.tga", "*.jpg", "*.png", "*.bmp" ) # What to exclude from the above search $blacklistedFiles = @("*refl*") # --------------- CUSTOMIZE HERE --------------- Once the converting is finished it gives an error, even though the files are converted -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
I do notice performance increase in VR ( Well no more stutters and more stable FPS ), Still see some artifacts in some cockpits. Need to do some more testing! @zbysiek What edits do you made to the script ? -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
-
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
Did some quick testing, and the main map has some weird black areas... anyone knows why ? Will test other maps as well -
DCS Optimized Textures Powershell Script
Quekel replied to zbysiek's topic in How To Mod for DCS World
WOW! I added the ALL textures line in the script and the textures have reduced in 70% by size! -
I'm interested in upgrading my odyssey plus to this Quest 3. Is there a specific DCS Review on the quest 3 with all options/settings/features ?
-
Looking for new VR PC Build ( Tips needed )
Quekel replied to Quekel's topic in PC Hardware and Related Software
The 4080 Super is also coming in the next month with a 6% to 8% performance increase over the 4080 -
Looking for new VR PC Build ( Tips needed )
Quekel replied to Quekel's topic in PC Hardware and Related Software
The 4090 is currently +-650 Euro's more, I would rather hold out with a 4080. Current build setup I saved now = 3978 Euro's or 4148,94 US Dollars. Still need to wait 2 months before receiving my bonus, but I'm excited allready! With my current GTX1080, i7 4790K, 16GB DDR and Samsung Odyssey Plus this is a massive improvement. Racing sims I can manage with 60hz ( tweaked graphics ), and DCS 60hz with reprojection enabled (30Hz) With the Meta Quest 3 iam more then happy to cap it at 72Hz. -
Looking for new VR PC Build ( Tips needed )
Quekel replied to Quekel's topic in PC Hardware and Related Software
I would also like to have the case ready for a GPU upgrade indeed, the 2080 went from 265mm to, 3080 285mm to, 4080 310mm. The 5080 would continue to around 430/435mm. -
Looking for new VR PC Build ( Tips needed )
Quekel replied to Quekel's topic in PC Hardware and Related Software
@LucShep It says that when I pick a normal case it's to small due to the 4080 -
Looking for new VR PC Build ( Tips needed )
Quekel replied to Quekel's topic in PC Hardware and Related Software
@LucShep @Keith Briscoe @Bearskin Please take a look at attached image, this is what I have so far. Costs are around 3000 Euro's