Help:Nope

From Total War Modding

What is this about ?

In this article, we will explore a method for upscaling game textures using AI. This process can be partially automated, enabling batch processing of textures.


Warhammer3 2023-10-08 16-08-18.png


Setting up the work environment

Before proceeding, it's essential to set up the correct environment with all the necessary tools and configurations.

Note that you can adapt tools and methods based on your preferences and expertise.

Required software

Bellow are the required tools and their configuration:

  1. Ubuntu WSL
  2. Gimp
  3. Paint.Net
  4. AutoHotKey
  5. Upscayl
  6. RPFM or AssetEditor
  7. Python: Any form will suffice, I personally use the Python binary built-in Ubuntu WSL


Software configuration & plugins

  • Gimp batch processing plugin

Later on, we will need to convert DDS textures to PNG to allow Upscayl to work its magic. Therefore, we'll utilize a custom Python-fu plugin to perform batch texture conversion instead of doing it manually.

The caption remains visible.
Text More text
This content is hidden
at first load time

Template:Codesample


  • AutoHotKey script

xxxx