-
Posts
341 -
Joined
-
Last visited
About tomeye
- Currently Viewing Topic: [Official] SimShaker for Aviators
- Birthday 03/03/1982
Personal Information
-
Flight Simulators
DCS, MSFS
-
Location
Greece
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
Sharing a thought, the script creates a temp folder in the location you execute. It unzips and processes the files there. It might be on a different drive from where you have DCS installed. Also when you receive the out of memory error, did you check the free space on your drives? -
On a similar thread
-
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
You should only use the mod folder and install in DCS folder (not saved games). Using a mod manager you will backup and overwrite files to make it easy to reinstall after updating. -
Both mods offer the same result, reduced texture size which affects the VRAM usage. The PowerShell script is a manual/adhoc method that anybody can apply without waiting for others to reduce textures and upload.
-
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
yes it's get cleared at the end of the conversion Remove-Item (Join-Path $tempPath -ChildPath "*") -Recurse Remove-Item (Join-Path $tempPath -ChildPath "*") -Recurse -
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
Default policy is RemoteSigned which could explain your error -
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
do you mind sharing the customization? -
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
Comparing size of textures zip indicates the problem. After running the script we have: Mods\aircraft\AH-64D\Cockpit\Textures\AH-64D-CPT-TEXTURES.zip 490Mbytes Mods\aircraft\CH-47F\Cockpit\Textures\Cockpit_CH-47F_Textures.zip 1.6Gbytes Chinook is 3x times larger! -
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
I am using 3080ti (12GB VRAM) and I have similar experience with Chinook textures even using this script. Changed configuration to medium textures and Chinook is playable but Huey looks blurry. -
DCS Optimized Textures Powershell Script
tomeye replied to zbysiek's topic in How To Mod for DCS World
The powershell script reduces textures size for those already provided by Taz and includes other modules too. I think you only need the Powershell script. -
VR user (g2) and I can see no NVRAM benefit too, with 3080Ti I still have to use medium textures for heavy/new modules (ch47, ah64, etc.). OpenXR toolkit provides very useful statistics in CPU/GPU/NVRAM usage and you can see NVRAM 100%+ causes shuttering. The F10 issue seemingly is affecting more people now.