0% found this document useful (0 votes)
3 views

Mod

The document describes a mod called 'Silent Assassin' created by DrTachyon, which introduces new pager mechanics for stealth gameplay, allowing players to silently assassinate guards. The current version is 2.92, with an upcoming update to version 2.93. It includes various hooks for integration with different game components and is compatible with BLT version 2.

Uploaded by

leonrozanski2013
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Mod

The document describes a mod called 'Silent Assassin' created by DrTachyon, which introduces new pager mechanics for stealth gameplay, allowing players to silently assassinate guards. The current version is 2.92, with an upcoming update to version 2.93. It includes various hooks for integration with different game components and is compatible with BLT version 2.

Uploaded by

leonrozanski2013
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

"name" : "Silent Assassin",


"description" : "New Pager mechanics for stealth. Allows silently
assassinating all guards",
"author" : "DrTachyon",
"contact" : "",
"version" : "2.92",
"updates" : [
{
"revision" : 2.93,
"identifier": "silentassassin"
}
],
"priority" : 14,
"hooks" : [
{ "hook_id" : "lib/units/enemies/cop/copbrain",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/tweak_data/playertweakdata",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/managers/menumanager",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/managers/jobmanager",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/managers/crimespreemanager",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/network/matchmaking/networkmatchmakingsteam",
"script_path" : "SilentAssassin.lua" },
{ "hook_id" : "lib/units/interactions/interactionext",
"script_path" : "SilentAssassin.lua" }
]
"blt_version" : 2,
"image" : "SilentAssassin.png"
}

You might also like