Skip to content

Commit

Permalink
v0.9.17-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubb13 committed Jan 28, 2023
1 parent c6c8628 commit 155bfa8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion EEex/EEex.tp2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BACKUP ~EEex/backup~
AUTHOR ~Bubb~
VERSION ~master~
VERSION ~v0.9.17-alpha~
README ~EEex/readme-EEex.html~

BEGIN ~EEex~
Expand Down Expand Up @@ -86,3 +86,11 @@ REQUIRE_COMPONENT ~EEex.tp2~ ~2~ ~This component requires the "Enable timer modu
COPY ~override/B3Timer.lua~ ~override~
REPLACE_TEXTUALLY ~^\(B3Timer_ShowCastTimer = \)[^ %TAB%%WNL%]+~ ~\1true~
BUT_ONLY


BEGIN ~Time step module - Advance 1 game tick on keypress~
REQUIRE_COMPONENT ~EEex.tp2~ ~0~ ~This component requires the main component to be installed.~

COPY ~override/EEex_Modules.lua~ ~override~
REPLACE_TEXTUALLY ~^\([ %TAB%]+\["B3TimeStep"\][ %TAB%]+=[ %TAB%]+\)false~ ~\1true~
BUT_ONLY
2 changes: 1 addition & 1 deletion package_mod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=EEex"
set "mod_version=master"
set "mod_version=v0.9.17-alpha"
set mod_folder=EEex

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down

0 comments on commit 155bfa8

Please sign in to comment.