Garry's Mod
191 ψήφοι
Horror map Sandbox-ifier
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Cartoon, Fun
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
97.463 KB
5 Σεπ 2021, 4:20
19 Ιουλ, 10:47
26 σημειώσεις αλλαγών ( προβολή )

Συνδρομή για λήψη
Horror map Sandbox-ifier

ΣΕ 2 ΣΥΛΛΟΓΕΣ ΑΠΟ NextKuromeThe76Soldier
My Subbed Stuff
874 αντικείμενα
Addon patches for issues that only NextKurome can relate to
25 αντικείμενα
ΠΕΡΙΓΡΑΦΗ
AKA: lua_run disabler (horror map anti-cheat remover) MK.II

Take control of horror maps again, this is why you are playing Garry's Mod, don't let map devs tell you what to do. This includes coop_ maps that entirely run on a different gamemode that force u to play on gm_flatgrass if not obeying thier rules. (this addon comes with the sweps, so you can still play those)

Unlike this version, this addon overriddes the lua_run entity on most maps and replaces them with a recoded version that prevents code with certain keywords from being run, in addition it reenables most hooks that are likely to be disabled when playing on a horror map. So running it on sandbox maps with additional lua features should have no effect (Noclip can't be unblocked in some cases). As bonus, it will also remove all triggers that strip the player of thier weapons, aswell as removing player_speedmod entities that modify the player's movement.

Affected hooks:
GAMEMODE:PlayerCanPickupItem()
GAMEMODE:PlayerCanPickupWeapon()
GAMEMODE:PlayerSpawnObject()
GAMEMODE:PlayerSpawnNPC()
GAMEMODE:PlayerSpawnProp()
GAMEMODE:PlayerSpawnSENT()
GAMEMODE:PlayerSpawnSWEP()
GAMEMODE:PlayerSpawnVehicle()
GAMEMODE:CanDrive()
GAMEMODE:CanTool()
GAMEMODE:CanProperty()
GAMEMODE:CanPlayerSuicide()
(basically anything that messes with the gamemode)

Tags: Backrooms, Sandbox, Wandering, Ghost, Spooky, Sandboxifier

make sure to check out my other addons if you are interested.
My Workshop Addons
62 σχόλια
NextKuromeThe76Soldier  [Δημιουργός] 21 Αυγ, 7:29 
yooo garry's mod is now garry's mod and not sanction's mod
catnip 21 Αυγ, 7:27 
no way horror maps are playable now
Dekko 3 Ιουλ, 10:17 
oke
NextKuromeThe76Soldier  [Δημιουργός] 3 Ιουλ, 7:50 
they were meant for some gamemode to be explicity used on a select few maps, maps that wouldn't let you play unless the gamemode is installed. So even if you bypass that, its weapons will be missing, so they are in here
Dekko 3 Ιουλ, 7:46 
Why does this add a bunch of hidden cs:s weapons to my game under the name co-op
NextKuromeThe76Soldier  [Δημιουργός] 25 Ιουν, 6:30 
Ah not player respawning got it, you can use a lua_run that sets each of the PlayerSpawn hooks to return false to prevent prop spawns, and back to return true if pressing the said button
STRESSED CAT IN A BOX 25 Ιουν, 5:02 
I meant spawning props...
NextKuromeThe76Soldier  [Δημιουργός] 25 Ιουν, 4:18 
You could just have a kill or tele trigger at spawn
STRESSED CAT IN A BOX 25 Ιουν, 3:50 
This is probably a stupid place to ask this question, but do you have an example of maps that this works on? I'm looking to recreate the logic to prevent spawning in one of my maps 💀 there will be an admin room to toggle these features, but I don't know how to even script this right now.
NextKuromeThe76Soldier  [Δημιουργός] 12 Μαϊ, 10:54 
i went ahead and fixed it