Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Small ui mod that scale the whole resource panel. It is not finished yet, i`ll update it late.
Latest version 🠖 Scaled resource panel v.4
Version 1.1
Improvements:
I couldn't figure out how to determine the player's faction in order to change the texture of the panel for the faction xD
default scaled texture
new texture
But you will use the scaled one, because i didn`t finished it yet
local armiesTable = GetArmiesTable().armiesTable local MyFactionIndex = GetFocusArmy() local MyFaction = armiesTable[MyFactionIndex].faction local FactionIndexToName = {[1] = 'UEF', [2] = 'AEON', [3] = 'CYBRAN', [4] = 'SERAPHIM', [5] = 'NOMADS', [6] = 'ARM', [7] = 'CORE' } LOG('MyFactionIndex: '..MyFactionIndex) LOG('MyFactionIndex Name: '..FactionIndexToName[MyFactionIndex])
@Uveso Thank you
This one is correct
local armiesTable = GetArmiesTable().armiesTable local MyFactionIndex = GetFocusArmy() local MyFaction = armiesTable[MyFactionIndex].faction local FactionIndexToName = {[0] = 'uef', [1] = 'aeon', [2] = 'cybran', [3] = 'seraphim', [5] = 'nomads'} local currentFaction = FactionIndexToName[MyFaction]
Version 2
Not finished:
If someone have nomads mod, and know what to do, send me resources_panel_bmp.dds and i will update it
Search in vaults "Scaled resource panel" or Scaled resource panel (v2 OLD)
Original
Mod
dont look at bar, some other stuff
Also press to any TAG of this post and see another my works
Fixed the internal bugged opacity for each texture. I will add it for next update
This is a really good mod, thanks Eternal!
Version 3 Improvements:
Unfinished:
Due to the fact that this function takes values from the engine, I will need to rewrite it to exclude adding the increase from the reclaim to income value. Unfortunately, I have not enough knowledge and very busy study schedule, so it will take some time before i`ll update it
Search in vaults "Scaled resource panel" or Scaled resource panel V3
I have received reports that in some cases the mod does not work
You need to find out the reason.
or
Current conflicts:
[UI] Suicide confirmation - I have no idea, how this mod breaks my mod FIX: disable this ui mod
[SIM ?] Game.prefs incompatibility - I still haven't found the cause of the problem, but something is preventing game.prefs from loading textures / mod into the game. Fix: backup the game.prefs, and delete the main game.prefs... Create new account =/
Version 4
Old New
Link 🠖Scaled resource panel v.4