SwimmingTiger / SmartHunter

A complete overlay for Monster Hunter: World on PC
https://www.nexusmods.com/monsterhunterworld/mods/793
1 stars 0 forks source link

Moving ui elements over? #1

Open Ebirux opened 5 years ago

Ebirux commented 5 years ago

Is it possible to move the UI for the monster's info over? The hp bar is covering it.

SwimmingTiger commented 5 years ago

Currently you need to modify the render.lua script to move the UI location. Can you give a screenshot to show where you want to move?

Beau-Arclight commented 4 years ago

@Ebirux if you want to change the X position, modify this line in render.lua, then close/re-run the run script:

local currPosition = 600

I also moved the Player Effect Window by changing this line: ig.SetNextWindowPos(ig.ImVec2(0, 10))