Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-e-d committed Jul 19, 2020
1 parent 712dd7d commit 4adc426
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 31 deletions.
2 changes: 1 addition & 1 deletion EEUITweaks/EEUITweaks.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ALWAYS
END
END

VERSION ~3.5~
VERSION ~3.5.1~

LANGUAGE
~English~ ~EEUITweaks/languages/english~ ~EEUITweaks/languages/english/setup.tra~
Expand Down
2 changes: 1 addition & 1 deletion EEUITweaks/Installation.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EEUITweaks - Version 3.5
EEUITweaks - Version 3.5.1

This mod is configured as a WeiDU mod and consists of a setup program
named setup-EEUITweaks.exe and a mod files directory named EEUITweaks.
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu1.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu2.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu3.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu4.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu5.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu6.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
15 changes: 11 additions & 4 deletions EEUITweaks/menu/FayDarkAutoRoll/chargenabilitiesmenu7.menu
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ function StoreIfBest( )
end
end

RerollFrame = 0
storedTotalRoll = 0
storedExceptionalStrength = 0
function UpdateAutoRoll()
if rolling == 1 then
local index = 1
for index = 1, 1000, 1 do
createCharScreen:OnAbilityReRollButtonClick()
StoreIfBest( )
RerollFrame = RerollFrame + 1
if RerollFrame > 1 then
RerollFrame = 0
end

if RerollFrame == 0 then
local index = 1
for index = 1, 1000, 1 do
AutoRoll( )
end
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EEUITweaks User Interface Mods Collection Version 3.5
# EEUITweaks User Interface Mods Collection Version 3.5.1

The goal of EEUITweaks is to be a collection of the individual UI.MENU (i.e. Extended Edition 2.x+) mods/patches/tweaks from the BeamDog UI Modding forum; packaged as a single WeiDU collection. The advantages are to automate the tedious manual editing of UI.MENU, simplify multiple mod installations (particularly after an update), and to provide a single source from which many EE GUI mods can be accessed. It does NOT install the full UI replacement environments, although it does support modding them.

Expand Down

0 comments on commit 4adc426

Please sign in to comment.