Help:Nope: Difference between revisions

From Total War Modding
(Created page with "'''In this article, I will demonstrate a method for upscaling game textures using AI. This process can be partially automated, enabling batch processing of textures. ''' thumb ''Before proceeding'', it's essential to set up the correct environment with all the necessary tools and configurations. Please note that you can adapt tools and methods based on your preferences and expertise. For example, I'm more comfortable handling files using Bash,...")
 
No edit summary
Line 1: Line 1:
'''In this article, I will demonstrate a method for upscaling game textures using AI. This process can be partially automated, enabling batch processing of textures.
== 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.
 
 
[[File:Warhammer3 2023-10-08 16-08-18.png|centre]]
 
 


[[File:Dwarf uhd.gif|thumb]]
== 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.''
'''


Bellow are the required tools and their configuration:


''Before proceeding'', it's essential to set up the correct environment with all the necessary tools and configurations. Please note that you can adapt tools and methods based on your preferences and expertise. For example, I'm more comfortable handling files using Bash, but you can choose alternative methods like Windows Explorer or PowerShell.
# [https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10 Ubuntu WSL]
# [https://www.gimp.org/downloads Gimp]
# **Paint.Net** (Download: [Paint.Net Downloads](https://www.dotpdn.com/downloads/pdn.html))
# **AutoHotKey** (Download: [AutoHotKey](https://www.autohotkey.com))
# **Any ESRGAN-based software**: I recommend using "upscayl" since it allows batch processing, but feel free to explore other solutions and models. (Download: [upscayl](https://www.upscayl.org/#download))
# **RPFM** or **AssetEditor**
# **Python**: Any form will suffice, I personnaly use the Python binary built-in Ubuntu WSL

Revision as of 06:18, 11 October 2023

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.

Bellow are the required tools and their configuration:

  1. Ubuntu WSL
  2. Gimp
  3. **Paint.Net** (Download: [Paint.Net Downloads](https://www.dotpdn.com/downloads/pdn.html))
  4. **AutoHotKey** (Download: [AutoHotKey](https://www.autohotkey.com))
  5. **Any ESRGAN-based software**: I recommend using "upscayl" since it allows batch processing, but feel free to explore other solutions and models. (Download: [upscayl](https://www.upscayl.org/#download))
  6. **RPFM** or **AssetEditor**
  7. **Python**: Any form will suffice, I personnaly use the Python binary built-in Ubuntu WSL