Skip to content

Commit

Permalink
Version 1.0 Release Candidate 8.7
Browse files Browse the repository at this point in the history
- new icons file (fixed compression problems, new Lava's icons)
- Verr'Sza NPC support when installed on BG:EE
- improved PIDs patching rules in eet_end component (fixes problem in Sandrah Saga)
-WeiDU updated to v242
  • Loading branch information
K4thos committed Jun 29, 2017
1 parent ce5c8ac commit 4b690f1
Show file tree
Hide file tree
Showing 125 changed files with 359 additions and 145 deletions.
Binary file modified EET/base/gui/MAPICONS.BAM
Binary file not shown.
Binary file added EET/base/gui/MOS1000.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1001.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1002.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1003.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1004.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1005.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1006.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1007.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1008.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1009.PVRZ
Binary file not shown.
Binary file added EET/base/gui/MOS1010.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7000.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7001.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7002.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7003.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7004.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7005.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7006.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7007.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7008.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7009.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7010.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7011.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7012.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7013.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7014.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7015.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7016.PVRZ
Binary file not shown.
Binary file removed EET/base/gui/MOS7017.PVRZ
Binary file not shown.
6 changes: 3 additions & 3 deletions EET/base/lua/UI_BG2.MENU
Original file line number Diff line number Diff line change
Expand Up @@ -11294,7 +11294,7 @@ menu
width 27
label
{
area -684,0,928,-1
area -684 0 928 -1
mosaic lua 'getSaveBackground(rowNumber)'
respectClipping
glow lua "rowNumber == currentSave"
Expand Down Expand Up @@ -11486,7 +11486,7 @@ menu
width 27
label
{
area -684,0,928,-1
area -684 0 928 -1
mosaic lua 'getSaveBackground(rowNumber)'
respectClipping
glow lua "rowNumber == currentSave"
Expand Down Expand Up @@ -19511,7 +19511,7 @@ menu
text
{
area 126 106 422 458
text "Recent events text will go here."
--text "Recent events text will go here."
text style "normal"
}
button
Expand Down
6 changes: 3 additions & 3 deletions EET/base/lua/UI_SoD.MENU
Original file line number Diff line number Diff line change
Expand Up @@ -11264,7 +11264,7 @@ menu
width 25
label
{
area -684,0,928,-1
area -684 0 928 -1
mosaic lua 'getSaveBackground(rowNumber)'
respectClipping
align center center
Expand Down Expand Up @@ -11454,7 +11454,7 @@ menu
width 25
label
{
area -684,0,928,-1
area -684 0 928 -1
mosaic lua 'getSaveBackground(rowNumber)'
respectClipping
align center center
Expand Down Expand Up @@ -19514,7 +19514,7 @@ menu
text
{
area 126 106 422 458
text "Recent events text will go here."
--text "Recent events text will go here."
text style 'normal_sod'
}
button
Expand Down
Loading

0 comments on commit 4b690f1

Please sign in to comment.