Skip to content

Commit

Permalink
HoxHud P8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Olipro committed Jan 21, 2015
1 parent 0997c75 commit 4acc9b2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions HOXHUD-README.txt
@@ -1,9 +1,9 @@
██╗ ██╗ ██████╗ ██╗ ██╗██╗ ██╗██╗ ██╗██████╗ ██████╗ █████╗ ███████╗
██║ ██║██╔═══██╗╚██╗██╔╝██║ ██║██║ ██║██╔══██╗ ██╔══██╗██╔══██╗╚════██║
███████║██║ ██║ ╚███╔╝ ███████║██║ ██║██║ ██║ ██████╔╝╚█████╔╝ ██╔╝
██╔══██║██║ ██║ ██╔██╗ ██╔══██║██║ ██║██║ ██║ ██╔═══╝ ██╔══██╗ ██╔
██║ ██║╚██████╔╝██╔╝ ██╗██║ ██║╚██████╔╝██████╔╝ ██║ ╚█████╔╝██╗██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚════╝ ╚═╝╚═╝
██╗ ██╗ ██████╗ ██╗ ██╗██╗ ██╗██╗ ██╗██████╗ ██████╗ █████╗ █████
██║ ██║██╔═══██╗╚██╗██╔╝██║ ██║██║ ██║██╔══██╗ ██╔══██╗██╔══██╗ ██╔══██╗
███████║██║ ██║ ╚███╔╝ ███████║██║ ██║██║ ██║ ██████╔╝╚█████╔╝ ╚█████╔╝
██╔══██║██║ ██║ ██╔██╗ ██╔══██║██║ ██║██║ ██║ ██╔═══╝ ██╔══██╗ ██╔══██╗
██║ ██║╚██████╔╝██╔╝ ██╗██║ ██║╚██████╔╝██████╔╝ ██║ ╚█████╔╝██╗╚█████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚════╝ ╚═╝ ╚════╝


Installation Guide:
Expand Down
3 changes: 2 additions & 1 deletion HoxHud/HoxHudTweakData.lua
Expand Up @@ -97,7 +97,8 @@ function HoxHudTweakData:init()
self.disable_interaction_cheat_checks = false --interaction cheat check limits players to 1 interaction every 0.5 seconds.
self.disable_carry_bag_check = false --prevents players from picking up more than one bag. If they do, drops their bag and disallows them picking up any more.
--The line below is used for behaviour checks during loot "spawn", don't alter this line unless you know what you're doing.
self.carry_interactions = { carry_drop = true, corpse_dispose = true, take_weapons = true, steal_methbag = true, hold_pickup_lance = true, hold_take_server = true, hold_take_server_axis = true, mus_take_diamond = true }
self.carry_interactions = { carry_drop = true, corpse_dispose = true, take_weapons = true, steal_methbag = true, hold_pickup_lance = true,
hold_take_server = true, hold_take_server_axis = true, mus_take_diamond = true, hold_remove_ladder = true }

self.disable_enhanced_assault_indicator = false --Change to true to disable the enhanced assault indicator that shows when you're hosting a game.
self.assault_phase_text = self.local_strings.hoxhud_assault_phase_text
Expand Down
Binary file modified IPHLPAPI.dll
Binary file not shown.
Binary file removed PD2APIDLL1.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION.TXT
@@ -1,3 +1,3 @@
HHMG
1.389019502P
1.916489511P
http://steamcommunity.com/groups/HoxHud/discussions/1/620695877120340941/
Binary file added lib/Native/HoxHud.dll
Binary file not shown.

0 comments on commit 4acc9b2

Please sign in to comment.