Posts from All information about modding.
Thank you very much for the information. I think I'm getting the hang of the directory now, after studying the vanilla data, but I'm still working on combining and saving things... No results yet.
But I have to keep working on it because I wanted to install the HOMMV-fHD - AI OVERALL MOD full from Nexus, which simply upscales the original textures. But it doesn't work. I understand that this is probably due to the old creation date, but I don't understand why other mods work then. In any case, I understand what to do, the first steps worked as expected, replacing the necessary files will take time, and it's not as easy as in other games, but the result is worth it for me.
Hello, friends! I'm working on improving the quality of the original H5 interface. I have a question about the hero's inventory. I want to improve the quality of the tabs on the left (army, inventory, abilities) and the quality of the spellbook icon. I increased the resolution by a factor of two and noted the new size in the xdb file. But as a result, this led to incorrect display, much larger than the actual size in the interface. Is there another file that controls this? Why does this practice work in the game creation menu (player flags, cities, heroes, bonuses, dice), but it didn't work here?
Only edit the textures. Don't change the resolution specified in the xdb files for these textures.
NVS 3.0 (Narron's Visual Solutions for HOMMV)
- Ссылка на скачивание мода;
- Ссылка на Компендиум NVS 3.0;
- Сообщество проекта в vk.com
Hello, friends! I'm working on improving the quality of the original H5 interface. I have a question about the hero's inventory. I want to improve the quality of the tabs on the left (army, inventory, abilities) and the quality of the spellbook icon. I increased the resolution by a factor of two and noted the new size in the xdb file. But in the end, this led to incorrect display, much larger than the actual size in the interface. Is there another file that controls this? Why does this described practice work in the game creation menu (player flags, cities, heroes, bonuses, dice), but it didn't work here?
I want to improve the quality of the tabs on the left (army, inventory, abilities) and the quality of the pupil in the spellbook.
I increased the resolution by a factor of two and noted the new size in the xdb file. But in the end, this led to incorrect display, much larger than the actual size in the interface.
Post some improved texture here (army, inventory, or abilities) and a screenshot of what's wrong with yours, I want to check it out myself.
Post an improved texture here (army, inventory, or abilities) and a screenshot of what's wrong, so I can take a look at it on my end.
In the paths Textures/HeroScreen2/Inventory/Cast and Textures/HeroScreen3/Inventory/Cast (I double-checked with the original data folder; the paths to this folder and the final file are actually two – I don't know why), the Normal.dds file has been modified – the resolution has been doubled (from 69x69 to 138x138). In the Normal.xdb file in both paths, this change has been taken into account. This file is responsible for the image of the spellbook icon in the hero viewing menu.
There are related files at the paths UI\HeroScreen2\Inventory\Cast\Normal.xdb and UI\HeroScreen3\Inventory\Cast\Normal.xdb, but I don't see anything interesting or related to the resolution that needs to be changed.
In the paths Textures/HeroScreen2/Inventory/Cast and Textures/HeroScreen3/Inventory/Cast (I rechecked with the original data folder; the paths with this folder and the final file are actually two, I don't know why), the Normal.dds file has been modified – the resolution has been doubled (from 69x69 to 138x138). In the Normal.xdb file in both paths, this change has been taken into account.This file is responsible for the image of the spellbook icon in the hero viewing menu.
There are related files in the paths UI\HeroScreen2\Inventory\Cast\Normal.xdb and UI\HeroScreen3\Inventory\Cast\Normal.xdb, but I don't see anything interesting there that is related to the resolution and needs to be changed.
You can simply create mipmaps for the texture and then take the x69 (the desired size), or, if you really need a larger image size, as shown in the second screenshot, add Scaling to BackgroundSimpleTexture.
I've attached your mod with this fix.
Here's another point. Most often, the texture uses a file named Name(BackgroundSimpleTexture).xdb (first screenshot). If you need to place a large image with a smaller size, as in the case of an icon in the inventory, or a small image but stretch it to a larger size, you use a file named Name(BackgroundSimpleScallingTexture).xdb (second screenshot). In the second one, you specify the texture size and point to it, and in the final file, you do as in the edit I made above and specify the desired size.
You can simply create mipmaps for the texture and then extract x69 (the desired size), or, if you really need a larger image size, as shown in the second screenshot, you can add Scaling to BackgroundSimpleTexture.
I've attached your mod with this fix.
Okay, I understand the first point; I managed to get it working! The second point is also clear, but I need to process and test it... I'll write here later. Thanks, that's great!
P.S.: I wanted to increase the size of the side tabs of the book, but it didn't work. Could you please demonstrate a specific example with the archive above, for example, with the second tab in the hero viewing mode? (the bag icon, equipment) Bookmark2_Active.(Texture).dds
P.S. I wanted to update the side bookmarks of the book, but it didn't work. Could you please demonstrate a specific example with the archive above, for example, with the second tab in hero view mode? (bag icon, equipment) Bookmark2_Active.(Texture).dds
I stretched the Bookmark2_Active.(Texture).dds texture by a factor of two in the editor. In general, compare it with the original files, and you'll understand everything.
Here's the mod. In the Bookmarks folder, the file Bookmark2_Active.(BackgroundSimpleTexture).xdb has been replaced with Bookmark2_Active.(BackgroundSimpleScallingTexture).xdb, and in Bookmark2.(WindowMSButtonShared).xdb, I added "Scalling" to Bookmarks/Bookmark2_Active.(BackgroundSimpleTexture).xdb#xpo inter(/BackgroundSimpleTexture)"/>
I also doubled the size of the Bookmark2_Active.(Texture).dds texture in the editor. Basically, compare it with the original files, and you'll understand everything.
Damn, something went wrong during the download.
The attachment is not specified or does not exist. If you are sure that you used the correct link, please contact the administration. |