Thread: 1920x1080
View Single Post
12-13-09, 08:43 AM   #11
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar
Join Date: Apr 2009
Posts: 56
Thanks for the fast reply Scott;

When I reset the run as permissions on the drive & folders, I didn't reboot (my bad) So now I can change the files lol.

So I inserted the code on the very top of the file & now it looks like this =

nUI_Options = {
["scale"] = 1,
["hScale"] = {1680},
["vScale"] = {1050},
nUI_Options = {
["hud_healthrace"] = true,
["show_splash"] = false,
["tooltips"] = "fixed",
["movedWatchFrame"] = true,
["barCooldowns"] = true,
["barKeyBindings"] = true,
["clock"] = "server",
["hud_scale"] = 1,
["show_anim"] = true,
["hud_cdsound"] = true,
["onebag"] = false,
["show_hits"] = true,
["hud_hGap"] = 400,
["dimmingAlpha"] = 0.3,
["version"] = "5.06.04 (Lite)",
["feedback_poison"] = true,
["console"] = "on",
["unit_panel"] = "nUI_UnitPanel_Player",
["feedback_magic"] = true,
["minimap"] = true,
["hud_layout"] = "nUI_HUDLayout_PlayerTarget",
["hud_cdalert"] = true,
["map_coords"] = true,
["feedback_curse"] = true,
["hud_vOfs"] = 0,
["KeyBindings"] = {
},
["info_panel"] = "nUI_InfoPanel_Zygor",
["skin"] = "default",
["hud_alpha"] = {
["target"] = 0.75,
["combat"] = 1,
["idle"] = 0,
["regen"] = 0.35,
},
["barMouseover"] = false,
["auto_group"] = true,
["minCooldown"] = 2,
["barStackCounts"] = true,
["barDurations"] = true,
["hud_threatbar"] = true,
["bagbar"] = "on",
["raidSort"] = "group",
["barDimming"] = true,
["barMacroNames"] = true,
["package"] = "nUI Release",
["feedback_disease"] = true,
["bag_scale"] = 1,
["hud_cooldown"] = true,
}
nUI_Data = {
["MoverAnchors"] = {
["GameTooltip"] = {
["Point"] = {
{
["anchor"] = "TOPRIGHT",
["xOfs"] = -4.021994719777134,
["relative_pt"] = "TOPRIGHT",
["yOfs"] = -99.91005219563773,
}, -- [1]
},
["user_placed"] = true,
},
["WatchFrame"] = {
["Point"] = {
{
["anchor"] = "TOPLEFT",
["xOfs"] = 10.91420787062618,
["relative_pt"] = "TOPLEFT",
["yOfs"] = -12.62307417046583,
}, -- [1]
},
["user_placed"] = true,
},
},
}

When I log in I dont see any changes, & nUI is still using 1/3 of my screenestate.

Is this the correct way to add the code? (I'm a total n00b when it comes to coding)
Is nUI already correctly setting the display for my res, which would make this unnecessary?

Thanks again

Devilmon