-
Posts
344 -
Joined
-
Last visited
-
tomeye started following Honey, I developed FFB joystick (DIY) , Patch notes discussion October 2025 , CGTC - textures overhaul mod for the Caucasus map and 7 others
-
Try this command from PowerShell to check the applied policy, what is the output? Get-ExecutionPolicy
-
There is a reshade preset on the first post, does this work?
-
Do you receive the error for a specific texture or every time? An idea that comes to my mind is that it could be an issue that it cannot read the texture size or name of a specific file.
-
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
-
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.
-
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
-
Default policy is RemoteSigned which could explain your error
-
do you mind sharing the customization?
-
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!
-
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.
