Skip to content

Commit

Permalink
Merge pull request #8 from mike1072/v3.0
Browse files Browse the repository at this point in the history
V3.0
  • Loading branch information
mike1072 committed Dec 31, 2015
2 parents 9281e1c + 69b7e08 commit b473a4f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
*.rar
*.zip
*.tar.gz
*.debug
*.log
*.exe
!iconv.exe
!oggdec.exe
!tisunpack.exe
!TobExLoader.exe
setup-item_rev
setup-item_rev.command
item_rev/debug/*
!item_rev/debug/debug.txt
4 changes: 4 additions & 0 deletions item_rev/change-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ v3 Beta 1.16 (12 September 2013)

- re-fixed old bug relating to 1PP shield animations

v3 Beta 1.17 (31 December 2015)

- fix wakizashi/ninja-to patching


TO DO:
- include Demi's work on rods
Expand Down
12 changes: 6 additions & 6 deletions item_rev/components/weapon_changes.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ DEFINE_PATCH_MACRO special BEGIN
// change damage type to "piercing"
PATCH_IF ninjato BEGIN
WRITE_SHORT off+0x1c 1 // piercing
WRITE_SHORT off+0x26 10 // overhand
WRITE_SHORT off+0x28 25 // backhand
WRITE_SHORT off+0x2a 65 // thrust
WRITE_SHORT off+0x2c 10 // overhand
WRITE_SHORT off+0x2e 25 // backhand
WRITE_SHORT off+0x30 65 // thrust
END

// change damage type to "slashing"
PATCH_IF wakizashi BEGIN
WRITE_SHORT off+0x1c 3 // slashing
WRITE_SHORT off+0x26 50 // overhand
WRITE_SHORT off+0x28 50 // backhand
WRITE_SHORT off+0x2a 0 // thrust
WRITE_SHORT off+0x2c 50 // overhand
WRITE_SHORT off+0x2e 50 // backhand
WRITE_SHORT off+0x30 0 // thrust
END

// change damage type to "crushing and piercing" - it picks either crushing or piercing AC/resistance (two separate checks)
Expand Down
1 change: 1 addition & 0 deletions item_rev/debug/debug.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debug output files appear in this folder
Empty file added item_rev/debug/weapon_debug.log
Empty file.
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=Item Revisions"
set mod_version=v3.0.16
set mod_version=v3.0.17
set mod_folder=item_rev

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

0 comments on commit b473a4f

Please sign in to comment.