Posts from All information about modding.
This is a rose for the global map team selection. I improved it (specifically the rose itself, without the buttons), and after that, both roses disappeared in the town (when you enter the town). I believe they are interconnected, as I couldn't find a rose for the town view mode. What did I miss in the editing of the current files, or what did I fail to add to the archive? Please advise.
In UI\TownScreen, there are two files: JogDialLeft.(WindowSimpleShared).xdb and JogDialRight.(WindowMSButtonShared).xdb. Add Scalling to them in Background: href="/UI/AdventureScreen-FPP-2/JogDial/JogDialBase.(BackgroundSimpleScallingTexture).xdb# xpointer(/BackgroundSimpleScallingTexture)
Hello everyone, after being busy, I'm back to working on the interface module.
I need some advice on a few things – they're not too complicated overall, but I need to get a clear understanding before proceeding:
1. I want to improve the quality of the resource icons when hovering over a building. I need advice on which files are responsible for this and how to implement it.
2. I want to improve the appearance of the command roses in battle. Which files are responsible for this? I feel like I'm missing something. I've identified where everything is located, changed the resolution, and added the code, and I've created files like (BackgroundSimplesScallingTexture).xdb and added this expression to files like WindowSimpleShared, but the appearance isn't changing as expected.
I have the feeling that I'm missing something. The main files for the command roses in battle (there are two of them) are located in:
UI\CombatArena-FPP-2
Textures\CombatArena-FPP-2
Hello everyone, after being busy, I'm returning to the interface module.
I need advice on a number of issues – they are not very complex in general, but I need to figure everything out completely.
1. I want to improve the quality of resource icons when hovering over a building. I need advice on which files are responsible for this and how to implement it.
2. I want to improve the appearance of commands in combat. Which files are responsible for this? I think I've identified where everything is located, I changed the resolution and specified it, I created files like (BackgroundSimplesScallingTexture).xdb, and I specified this expression in files like WindowSimpleShared, but the appearance isn't changing.
Show me the mod.
You can check out the mod. It covers building, runes in combat, and the market – basically everything.
Show the mod.
I rated it, great work. I also worked with the upper resources, and it turned out okay, but yours is even a little better.
2. In PlacementBar.(WindowSimpleShared), the size is indicated as 600x165. In PlacementBar.(BackgroundSimpleScallingTexture), it should be 1200x330, not 2048x512.
3. In LogHider.(WindowMSButtonShared), you need to specify Scalling in LogHider2_Normal.(BackgroundSimpleTexture).xdb#xpo inter(/BackgroundSimpleTexture)"/> for both Normal and MouseOver.
P.S. In CombatReplayScreen, you also need to make the necessary adjustments for Jogdial so that it is displayed correctly when viewing and editing a battle recording.
P.P.S. In the resources folder, in CreatureCountHolder, all ...(WindowSimpleShared) for these resources have been deleted, where SingleBackground.(BackgroundSimpleTexture).xdb#xpointer(/BackgroundSimpleTexture)"/> is specified, and Scalling is missing.
G0ldiel, 1. In Jogdial.(WindowSimpleShared), the size is indicated as 203x215, but it should be 256x256. In Jogdial.(BackgroundSimpleScallingTexture), it should be 812x860, not 1024x1024.
2. In PlacementBar.(WindowSimpleShared), the size is indicated as 600x165. In PlacementBar.(BackgroundSimpleScallingTexture), it should be 1200x330, not 2048x512.
3. In LogHider.(WindowMSButtonShared), you need to specify Scalling in LogHider2_Normal.(BackgroundSimpleTexture).xdb#xpo inter(/BackgroundSimpleTexture)"/> where Normal and MouseOver are.
P.S. In CombatReplayScreen, you also need to make the necessary changes for Jogdial so that it is displayed correctly when viewing and editing a combat replay.
P.P.S. In the resources, in the CreatureCountHolder folder, all ...(WindowSimpleShared) for these resources have been deleted, where SingleBackground.(BackgroundSimpleTexture).xdb#xpo inter(/BackgroundSimpleTexture)"/> is specified, and Scalling is missing.