Garry's Mod
Jailbreak
45 comentarii
Clark  [autor] 17 sept. 2023 la 23:45 
Uploaded new easy to extract content zip. So you don't have to mess with gmad.exe or crowbar.

Check the description.
Clark  [autor] 4 mart. 2023 la 18:07 
@Cetelem type in your server console,
jb_ratio 3


"name" "jb_round_limit"
"text" "Max round limit before trying to change map."
"type" "Numeric"
"default" "30"

"name" "jb_time_limit"
"text" "Round time limit in seconds."
"type" "Numeric"
"default" "900"

"name" "jb_ratio"
"text" "Inmate to Guard ratio."
"type" "Numeric"
"default" "4"
supertebi 4 mart. 2023 la 5:59 
when i start a game with 3 friends, my 3 friends are inmates with me and there are no guards
can someone help me please?
SilentRanger 6 nov. 2022 la 16:27 
I'm missing some textures when choosing teams, placing marks (marks themselves) as Warden, scoping etc.
I have CSS content in the files and every other texture is fine except for previously mentioned icons.
Also once in game it shows a message in chat: HEY BUDDY YOU DON'T HAVE CSS MOUNTED/INSTALLED.
I have subscribed to your JB Content.
Ґанджа 20 aug. 2022 la 11:14 
How can I actually play it? I want to play with my friends but I can't figure out how to set up the game
Chrispy420 | xiphosgaming.us 20 iul. 2022 la 3:14 
Love what you have here. Need some assistance if possible. The icons show up as errors?
dark brandon 26 mart. 2022 la 17:05 
Is there a way to use non-css weapons?
cole 29 nov. 2021 la 17:37 
This takes forever to load
Clark  [autor] 29 oct. 2021 la 10:01 
Can it have bots?
Yes.

Are the bots smart?
No they are source engine bots. You could script smarter bots. Or use another addon in conjunction.
4kira4 29 oct. 2021 la 5:47 
is that addon support bots? i dont have friends
Clark  [autor] 15 apr. 2021 la 11:52 
You can do whatever you want. This was recreated with the intent of for anyone to make modifications, (re)distribution, etc.
Muzan 15 apr. 2021 la 10:26 
I can modify the addon by putting you in the credits that you have already made
Str8Squanchin 12 apr. 2021 la 22:37 
can we add 40k models?
Clark  [autor] 6 apr. 2021 la 20:26 
You can turn on friendly fire via sh_config.lua. Disregard previous messages.
ExtremSaltyツ 6 apr. 2021 la 11:49 
How can i activate friendly fire we tried the method with the code but it didn't work.
Str8Squanchin 27 mart. 2021 la 17:30 
does this gamemode work in fivem
Skull 27 mart. 2021 la 17:29 
do i have to have garrysmod to play this? could you just make a new mod with garrysmod included?
Chief Gone Mad 27 mart. 2021 la 14:22 
Is it it possible to turn on friendly fire?
Chief Gone Mad 27 mart. 2021 la 13:22 
I didn't know F2 was a button to open a team menu. I had to find this out in the comments. Please put this in your description.
Clark  [autor] 14 febr. 2021 la 11:03 
sv_hooks.lua
replace:

function GM:PlayerShouldTakeDamage( ply, att )
if IsValid(ply) and IsValid(att) then
if ply:IsPlayer() and att:IsPlayer() then
if ply:IsGuard() or ply:IsInmate() and att:IsGuard() or att:IsInmate() then
if ply:Team() == att:Team() then
return false
end
end
end
end
return true
end

with:

function GM:PlayerShouldTakeDamage( ply, att )
return true
end
Salière suprème 14 febr. 2021 la 6:40 
how do you activate the friendly fire because there are so much mini game i can't do without it
Gyllion 18 apr. 2020 la 1:31 
So... to all the people out there with problems how to figure this out...

1: Make sure you have ulx and ulib and ulx custom commands addons installed. Here's a nice tutorial how to add addons to your server: https://www.youtube.com/watch?v=SSInv6rnvNs&t= . Here's the ULX custom command addon where you can give your weapon_tool gun to yourself: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=718665054

2: Make sure that you correctly installed the jailbreak game mode. Check if you mounted CS:Source correctly (garrysmod\cfg\mount.cfg). In the garrysmod\gamemodes\jailbreak folder you should have the 'entities folder, 'gamemode' folder and the jailbreak.txt.

3: Make sure your map setup is correct. Correct map (.bsp file) must be present in the garrysmod\maps folder. Also make sure that you copied the 'data\jailbreak' folder from the master branch to 'garrysmod\data\jailbreak'. This makes sure that the positions of all the guns are correct.
Gyllion 15 apr. 2020 la 23:49 
So I figured out by just trying that to start a new round by yourself, you should execute the command 'explode' (that will just kill yourself and trigger a new round to start). By default you're in a sort of waiting room.

Still I couldn't really get the weapon_tool to work (the command 'give me weapon_tool' didn't do anything for me). I also can't give myself any other weapon. How does this work?
Skull 30 mart. 2020 la 5:25 
Hey i have a quick question, the facepunch link does not work anymore? could you fix it?
Captain Badbeard 21 dec. 2019 la 13:29 
when I press f2 I get error signs, same with the rest of the menus. How do I get the textures for those? I have CSS.
Clark  [autor] 4 nov. 2019 la 14:04 
Be a guard and Press F2. If that doesn't work you need to bind a key to the following console command. gm_showteam. ie: bind f2 gm_showteam
Chicken Jockey 4 nov. 2019 la 13:51 
how do you become warden?
Thinner 25 iul. 2019 la 14:37 
it wont let me move and it wont let my friend stop walking, help
Str8Squanchin 17 febr. 2019 la 13:02 
THIS GAMEMODE SUCKS DO NOT DOWNLOAD
chesse 16 nov. 2018 la 6:59 
Someone scammed me in here for his legendary car wheel skin
Skull 14 mai 2018 la 9:09 
Looks like a Dodge to me. "Interceptor" in the US are Ford brand vehicles. Dodge would be "Pursuit".
niga343433 13 mai 2018 la 1:27 
how to make bots in both teams ?
Clark  [autor] 23 apr. 2018 la 5:33 
@BeBuckle

You can use any ba/jb map. Here are the maps which have custom Last Request and Spawn positions.

https://pastebin.com/uEygk3iX

If you ever played TTT you know that there's a tool to set weapon, ammo, and player spawns. This gamemode same something similar for player spawns and last request positions.
OneHundo 22 apr. 2018 la 11:59 
is there any specific maps that have to be used
Clark  [autor] 19 apr. 2018 la 5:22 
Try joinning a TTT server. It's a material from TTT. Which is included in the game now.
PASTA 18 apr. 2018 la 15:35 
Cant look through the scope? Its a pink and black checker board
dani 21 dec. 2017 la 8:35 
Lol
Clark  [autor] 15 sept. 2017 la 12:34 
By default it's 4 inmates for every guard. So by default you need 8 players. You can learn some more stuff by visiting this page and look at the notes section near the bottom of the page.

https://github.com/clrksml/jailbreak
MBL1UP 14 sept. 2017 la 19:09 
How do we have more than 1 guard?
pot of greed 10 sept. 2017 la 6:35 
thanks!
Clark  [autor] 10 sept. 2017 la 0:32 
Press F4. Look at the bottom for binds.
pot of greed 9 sept. 2017 la 20:18 
Hi, i need some help i dont know how to switch teams xd
Nukiloco 2 sept. 2017 la 19:29 
This is a nice gamemode that I'm going to be using for my server. Thanks for making this gamemode!
Clark  [autor] 3 aug. 2017 la 20:15 
If you want map support for LR's download the data folder files from the github link.

data/jailbreak/maps/