Scags / TF2-Jailbreak-Redux

A modified, rewritten version of the original TF2Jail. https://forums.alliedmods.net/showthread.php?p=2626905
GNU General Public License v3.0
23 stars 8 forks source link

Cell doors not opening with warden menu #147

Open Top42 opened 3 years ago

Top42 commented 3 years ago

Hey im pretty new to all of this and I'm trying to teach myself but damn there are zero tutorials anywhere lol So I've been having this one issue with the warden menu not opening the cell doors and "Map not compatible" popping up in chat Ive tried changing the Cellsbutton to sm_open and doing that but that didn't do anything and after a lot of trial and error of checking other shit I'm asking for help here lmao, I know this is some common issue but i couldnt find a fix. Help someone out aye

MrPanica commented 3 years ago

Give me a link to the map where this problem occurs.

I will try to describe the way I am using. We need to find out the name of the doors that the author of the map gave them. This can be done in several ways, but I'm using an unusual one)

  1. We need a plugin: https://github.com/BattlefieldDuck/TF2_PhysicsGun
  2. We need to go to the server where the map we need is installed.
  3. We take the gravity gun and grab the door. Information about this door will be displayed on the right. image
  4. Next, we need to go to the map config. It is located along the path: /addons/sourcemod/configs/tf2jail/mapconfig.cfg.
  5. We need to create a new section if there is no such map yet:
    "jb_volcano_v1a" // map name
    {
        "CellNames"         "celldoor1" // cell name
    }
Top42 commented 3 years ago

ah ok it happens on most of the maps like casuarina and such, I've got the map names but i don't know what to do after that.