I am working on an osumania skin, but I am unable to use @ 2x images when customizing StageLift and StageLight parameters. Please advise
StageLeft:
and StageRight:
options; point them to the correct files and place them in the specified path (e.g. StageRight: Mania/StageRight
would require the assets to be placed inside a Mania
directory inside of the main skin folder). You also shouldn't specify the @2x suffix inside of the skin.iniHighResolution: 1
in osu!.{name}.cfg
, which is located in the main directory of the game.Thank you!It is useful!Redo_ wrote:
There are no caveats when it comes to working with these files in specific.
You just have to make sure the usual things are correct. Make sure they're named properly. If the skin.ini hasStageLeft:
andStageRight:
options; point them to the correct files and place them in the specified path (e.g.StageRight: Mania/StageRight
would require the assets to be placed inside aMania
directory inside of the main skin folder). You also shouldn't specify the @2x suffix inside of the skin.ini
For @2x files to display your in-game resolution needs to be more than 800px high. Otherwise the game will only load SD (non-@2x) files. You can force it to always load HD files by settingHighResolution: 1
inosu!.{name}.cfg
, which is located in the main directory of the game.