4
Fork 0

Merged stake selects

development
Eddoursul 2 months ago
parent fdd9fa86ec
commit 43035e5f71
  1. 1
      Enderal SE v2.1.0 Changelog.txt
  2. BIN
      Input fallback.esp
  3. BIN
      Skyrim.esm
  4. BIN
      scripts/_sag_activ_diceblackjackmainsscript.pex
  5. BIN
      scripts/_sag_dicesgame_mainscript.pex
  6. BIN
      scripts/_sag_playcards_mainscript.pex
  7. 2
      source/scripts/_sag_activ_diceblackjackmainsscript.psc
  8. 2
      source/scripts/_sag_dicesgame_mainscript.psc
  9. 2
      source/scripts/_sag_playcards_mainscript.psc
  10. BIN
      strings/skyrim_english.dlstrings
  11. BIN
      strings/skyrim_english.strings

@ -64,6 +64,7 @@ Gameplay changes:
- Oil traps ignite from hitting with shock spells and from stepping in with equipped fire or shock spells, fixed other cases when they did not ignite but should have.
- Reduced damage dealt by Lords of the Lost Ones and Dal'Galar's servants by 35%, slightly lowered damage from Elemental Wolves and Mad Rats, removed x10 multiplier from Fire Elemental's punches.
- Fixed pipe smoking, sometimes starting on reading some receipts and opening some containers (now for sure).
- When playing with gamepad or other controller, text inputs are automatically disabled or replaced with a number select.
- Moved hidden talking actors in Pentas' house out of player's reach.
- Removed a few wolves from the Sun Coast.
- Fixed Spriggan's visual effects.

Binary file not shown.

Binary file not shown.

@ -57,7 +57,7 @@ Function Step01()
MaxBet = Opponent.GetReference().GetItemcount(gold001) / 2
endif
if false && EnderalFunctions.TextInputEnabled()
if EnderalFunctions.TextInputEnabled()
PlayerBet = (((self as QUEST) as FORM) as UILIB_1).ShowTextInput(PlaceYourBet .GetName()+MaxBet, MaxBet) as int
else
float fPrevValue = PlayerRef.GetActorValue("Variable08")

@ -61,7 +61,7 @@ Function Step01()
MaxBet = (Opponent.GetReference().GetItemCount(Gold001)/2) as INT
endif
if false && EnderalFunctions.TextInputEnabled()
if EnderalFunctions.TextInputEnabled()
PlayerBet = (((self as Quest) as form) as uilib_1).ShowTextInput(PlaceYourBet.GetName() + MaxBet as String, MaxBet as String) as Int
else
float fPrevValue = PlayerRef.GetActorValue("Variable08")

@ -45,7 +45,7 @@ int Function Step01() ; place your bet
MaxBet = (PlayerRef.GetItemCount(Gold001))/2
endif
if false && EnderalFunctions.TextInputEnabled()
if EnderalFunctions.TextInputEnabled()
PlayerBet = (((self as QUEST) as FORM) as UILIB_1).ShowTextInput(PlaceYourBet .GetName()+MaxBet, MaxBet) as int
else
float fPrevValue = PlayerRef.GetActorValue("Variable08")

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save