Город Джунов
res 2gb - Версия для печати

+- Город Джунов (https://www.gipat.ru/forum)
+-- Форум English-speaking Diaspora (https://www.gipat.ru/forum/forum-22.html)
+--- Форум General Discussion (https://www.gipat.ru/forum/forum-13.html)
+--- Темы: res 2gb (/thread-4004.html)



res 2gb - Wingard - 16.05.2024

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


RE: res 2gb - Demoth - 16.05.2024

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



RE: res 2gb - Wingard - 16.05.2024

(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