res 2gb
#1
Question 
Hello guys, is there a way to make a .res file that takes more than 2 gb on disc space? I tried EiEdit, EiPacker and ResBuild but they all stop at 2gb and leave an incomplete file that crashes the game. I wanted to upscale all of the textures but this limit is rather restricting Sad
Ответ
#2
That's a limitation of the .res file format. What you can try to do is to create a mod where you map textures.res to multiple different .res files. For example:

Код:
[RES]
textures.res=res\textures1.res
textures.res=res\textures2.res
textures.res=res\textures3.res
Ответ
#3
(16.05.2024, 16:28)Demoth Написал: That's a limitation of the .res file format. What you can try to do is to create a mod where you map textures.res to multiple different .res files. For example:

Код:
[RES]
textures.res=res\textures1.res
textures.res=res\textures2.res
textures.res=res\textures3.res

Brilliant! Thank you so much for this idea! Big Grin Heart
Ответ


Перейти к форуму:


Пользователи, просматривающие эту тему: 2 Гость(ей)