Перейти к содержанию

abycya

Пользователь
  • Постов

    0
  • Зарегистрирован

  • Посещение

Весь контент abycya

  1. Мод на тени: Trifle https://www.nexusmods.com/oblivion/mods/44108
  2. Установить версию 1.3, перед этим удалить 1.4b, т.к разное название и конфликтует.
  3. abycya

    Basic Primary Needs

    Альтернативный HUD, с расположением справа сверху, вставить в конец Hud Status Bars.ini [spoiler='Hud Status Bars'];====BASIC PRIMARY NEEDS ; ==== Basic Primary Needs - Hunger set tnoHSB.hud_val to sv_Construct "BPN.HUDhunger" set tnoHSB.hud_color to sv_Construct "HUDcolorRhubarb" set tnoHSB.hud_max to sv_Construct "0" set tnoHSB.hud_min to sv_Construct "100" set tnoHSB.hud_x to 98 set tnoHSB.hud_y to 35 set tnoHSB.hud_size to 68 set tnoHSB.hud_name to sv_Construct "Hunger: " set tnoHSB.hud_textDisplay to HUDtxtPercent set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color" set tnoHSB.hud_textPos_x to HUDtxtLeft set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_textSize to 12 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" set tnoHSB.hud_textType to HUDfontKingthings setStage tnoHSB 10 ; ==== Basic Primary Needs - Thirst set tnoHSB.hud_val to sv_Construct "BPN.HUDthirst" set tnoHSB.hud_color to sv_Construct "HUDcolorCyan" set tnoHSB.hud_max to sv_Construct "0" set tnoHSB.hud_min to sv_Construct "100" set tnoHSB.hud_x to HUDdefault set tnoHSB.hud_y to HUDprevBarBelow set tnoHSB.hud_size to 68 set tnoHSB.hud_name to sv_Construct "Thirst: " set tnoHSB.hud_textDisplay to HUDtxtPercent set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color" set tnoHSB.hud_textPos_x to HUDtxtLeft set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_textSize to 12 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" set tnoHSB.hud_textType to HUDfontKingthings setStage tnoHSB 10 ; ==== Basic Primary Needs - Sleep set tnoHSB.hud_val to sv_Construct "BPN.HUDsleep" set tnoHSB.hud_color to sv_Construct "HUDcolorLime" set tnoHSB.hud_max to sv_Construct "0" set tnoHSB.hud_min to sv_Construct "100" set tnoHSB.hud_x to HUDdefault set tnoHSB.hud_y to HUDprevBarBelow set tnoHSB.hud_size to 68 set tnoHSB.hud_name to sv_Construct "Fatigue: " set tnoHSB.hud_textDisplay to HUDtxtPercent set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color" set tnoHSB.hud_textPos_x to HUDtxtLeft set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_textSize to 12 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" set tnoHSB.hud_textType to HUDfontKingthings setStage tnoHSB 10 ; ==== Basic Primary Needs - Caffeine set tnoHSB.hud_val to sv_Construct "BPN.HUDcaffeine" set tnoHSB.hud_color to sv_Construct "HUDcolorBrown" set tnoHSB.hud_max to sv_Construct "100" set tnoHSB.hud_min to sv_Construct "0" set tnoHSB.hud_x to HUDdefault set tnoHSB.hud_y to HUDprevBarBelow set tnoHSB.hud_size to 68 set tnoHSB.hud_name to sv_Construct "Caffeine: " set tnoHSB.hud_textDisplay to HUDtxtPercent set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color" set tnoHSB.hud_textPos_x to HUDtxtLeft set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_textSize to 12 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" set tnoHSB.hud_textType to HUDfontKingthings setStage tnoHSB 10 ; ==== Basic Primary Needs - Alcohol set tnoHSB.hud_val to sv_Construct "BPN.HUDalcohol" set tnoHSB.hud_color to sv_Construct "HUDcolorYellow" set tnoHSB.hud_max to sv_Construct "100" set tnoHSB.hud_min to sv_Construct "0" set tnoHSB.hud_x to HUDdefault set tnoHSB.hud_y to HUDprevBarBelow set tnoHSB.hud_size to 68 set tnoHSB.hud_name to sv_Construct "Alcohol: " set tnoHSB.hud_textDisplay to HUDtxtPercent set tnoHSB.hud_textColor to sv_Construct "tnoHSB.color" set tnoHSB.hud_textPos_x to HUDtxtLeft set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_textSize to 12 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" set tnoHSB.hud_textType to HUDfontKingthings setStage tnoHSB 10 ; ==== Basic Primary Needs - Mouse Over set tnoHSB.hud_ref to sv_Construct "GetFormFromMod %qBasic Primary Needs.esp%q %q070B5A%q" set tnoHSB.hud_name to sv_Construct "hud_ref" set tnoHSB.hud_textDisplay to HUDtxtNoValue set tnoHSB.hud_type to HUDtxtNoBar set tnoHSB.hud_textPos_x to HUDtxtCenter set tnoHSB.hud_textPos_y to HUDtxtCenter set tnoHSB.hud_y to 45 set tnoHSB.hud_x to 50 set tnoHSB.hud_textType to HUDfontKingthings set tnoHSB.hud_textSize to 16 set tnoHSB.hud_textShadowColor to sv_Construct "HUDcolorBlack" SetStage tnoHSB 10[/spoiler]
×
×
  • Создать...