tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
428 stars 41 forks source link

Implement HD textures conversion #422

Open tonihele opened 1 year ago

tonihele commented 1 year ago

Implement HD textures conversion. This would work with a command line arg, such as -hd. The command line arg would add a new asset location to primarily use HD assets. And the asset conversion process needs a new task, AI upscaling of images. This would also be a conditional step and normally wouldn't be done.

So what we need is:

Trass3r commented 1 year ago

Does it really make sense to bake this into the app? A separate script may be enough, though there are many different tools. Maybe a section in the Readme or wiki is more appropriate.

tonihele commented 1 year ago

Maybe you are right. I just found this easy solution to do it. Although the trained models would increase the package/distribution size quite a bit.... At least first we should fix #343.