Garry's Mod

Garry's Mod

gm_construct 13 beta
something 3. juni 2022 kl. 13:55
things i found in the lua files of the map
since i am lazy, i didnt look at all of these
anyways, here is some things i found from videos and the map lua files
first, tier 2 events
now since i havent looked up all of the secrets of this map myself, i dont really know if these are already found
the only tier 2 related file i could find was sv_trapdoor.lua
ocal eventName = "darkRoomTrapdoor" local function CreateTrapdoor() local trapdoorTrigger = ents.Create("gm13_trigger") trapdoorTrigger:Setup(eventName, "trapdoorTrigger", Vector(-2917, -1519.9, -137.4), Vector(-2938.9, -1424, -33.8)) function trapdoorTrigger:StartTouch(ent) if ent:IsPlayer() and math.random(1, 100) <= 11 then -- I don't have the patience to port this event from Hammer. It was one of the first 10 and will mostly stay there. ents.FindByName("cursed_stuff_old")[1]:Fire("PickRandom") end end return true end GM13.Events:SetCall(eventName, CreateTrapdoor)
also for some reason, every lua file i got had its first letter missing
there is things about drones rewrite, modern warfare and etc
garage?
again, i havent played through the entirety of this map yet so i dont know what this is
there is some interesting files, like sv_gladosdoll.lua
contents of that file:
ocal eventName = "garageGladosDoll" GM13.Memories.Dependency:SetDependent(eventName, "startTesting") local function CreateEvent() local GladosDoll = ents.FindByName("GladosDoll")[1] if GladosDoll then GladosDoll:Remove() end return true end GM13.Events:SetCall(eventName, CreateEvent)
now it is 23:53 as of writing this and i am really tired
tell me the things you found in the comments
also, before i go the minges are real players
proof:

https://cdn.discordapp.com/attachments/492107425378336810/947268484897841192/unknown.png

this is like an unsolvable arg anyways bye
Sidst redigeret af something; 3. juni 2022 kl. 22:06
< >
Viser 1-2 af 2 kommentarer
Canuto 4. juni 2022 kl. 2:36 
the trapdoor (dont work no more)
at the entrance of the darkroom is a trapdoor, the trapdoor opens when you go to the darkroom and fall into the skybox
the glados doll
after you place the doll on the chair in the darkroom you fall down into a bigger darkroom
the chair pops up and you must destroy it, after that the doll in the secret room is gone
something 4. juni 2022 kl. 2:38 
@Cranel thanks for pointing that out
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50