Mod deleted???
Avatar

So I've been wondering something because there is this mod which allows the pagers not being activated when a guard got killed unalerted. This mod being called the "Silent Assassin" mod. I've found the mod on lastbullet but it seems we got either no permission to view it since the creator of the mod disabled it for public or the admins on lastbullet made it hidden.

So I don't know what reason it was for this to happen but I would really like to test it out if possible. So if anyone knows how to get it or why it is hidden please let me know.

Original mod location here: https://modworkshop.net/mydownloads.php?action=view_down&did=15900

Replies
Avatar

This mod has been hidden by the admins.
This mod did not disable achievements and therefor taken down until further action of the author.

Avatar

Alright thanks. So if there was a way to add the disabling of achievements in it would that make it possible to be public again? If so maybe I could code it further to get it like that.

Avatar

I have a mod that also disables achievements and i'm dying to use the silent assassin mod, please let me download it. :(

Avatar
This mod has been hidden by the admins.
This mod did not disable achievements and therefor taken down until further action of the author.
I have a mod that also disables achievements and i'm dying to use the silent assassin mod, please let me download it. :(

You mean the Unhackme mod? And I received it from a friend since he had it as well so I'm trying to edit it now and improve it so it will disable achievements so that we can release it in the public again.

Avatar
function AchievmentManager:award(id, ...)
	return
end
function AchievmentManager:award_progress(stat, value, ...)
	return
end

and hook that code to "lib/managers/achievmentmanager"

code ripped from dr_newbie's more loot in beneath the mountain script
a bit of explaination:
that code overrides the handler for awarding or particular awarding achievements with an empty function, defacto blocking the gaining of them.

43 982