Garry's Mod

Garry's Mod

Jailbreak
Clark  [udvikler] 1. aug. 2017 kl. 15:20
Bugs Report
Post bugs here.
< >
Viser 1-13 af 13 kommentarer
Koyou 4. aug. 2017 kl. 5:41 
[ERROR] gamemodes/jailbreak/gamemode/cl_extensions.lua:5: 'qtn' isn't a valid font

1. SetFont - [C]:-1
2. DrawSentence - gamemodes/jailbreak/gamemode/cl_extensions.lua:5
3. DrawAmmo - gamemodes/jailbreak/gamemode/cl_hooks.lua:149
4. unknown - gamemodes/jailbreak/gamemode/cl_hooks.lua:32


i can't start game
Clark  [udvikler] 4. aug. 2017 kl. 7:44 
Sorry about that those fonts were apart of my core addon I use for development. I fixed the issue.
Sidst redigeret af Clark; 4. aug. 2017 kl. 20:13
Koyou 4. aug. 2017 kl. 18:53 
@Clark, Thank you
Nukiloco 3. sep. 2017 kl. 16:04 
In random cases when a player joins, on line 22 in cl_hooks.lua, it prints to the console that a string was not defined?
Sidst redigeret af Nukiloco; 3. sep. 2017 kl. 16:05
Clark  [udvikler] 3. sep. 2017 kl. 16:12 
Oprindeligt skrevet af Flairieve:
In random cases when a player joins, on line 22 in cl_hooks.lua, it prints to the console that a string was not defined?
It's related to key not being bound. I'm add a check to prevent an error. I'll post an update within a hour of this post.
Sidst redigeret af Clark; 3. sep. 2017 kl. 16:14
I have meet another issue, i was playing this gamemode with my friends and we were 6-7 in the server so we were trying to get 2 guards but we weren't fully able to be 2 guards, it worked only 1 time but in the end, we weren't able to swap to the guards team
Clark  [udvikler] 4. sep. 2017 kl. 5:29 
Oprindeligt skrevet af Shiroyasha:
I have meet another issue, i was playing this gamemode with my friends and we were 6-7 in the server so we were trying to get 2 guards but we weren't fully able to be 2 guards, it worked only 1 time but in the end, we weren't able to swap to the guards team
Change the guard to inmate ratio. It controls how many inmates you need per guard.
Skull 27. mar. 2021 kl. 17:29 
dosent run well on xbox, freezes alot
sakulmore 17. sep. 2023 kl. 17:52 
It writing me these errors:
(The addon is not working properly, for example, I can't pickup items, can't use buttons on the maps, can't change teams etc...)

1. [Jailbreak] gamemodes/jailbreak/gamemode/sv_hooks.lua:55: attempt to get length of field 'MapList' (a nil value)
1. unknown - gamemodes/jailbreak/gamemode/sv_hooks.lua:55

2. [Jailbreak] lua/includes/extensions/net.lua:116: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. WriteTable - lua/includes/extensions/net.lua:116
3. SendMaps - gamemodes/jailbreak/gamemode/sv_meta.lua:95
4. unknown - gamemodes/jailbreak/gamemode/sv_hooks.lua:161

3. [Jailbreak] lua/includes/extensions/table.lua:106: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. HasValue - lua/includes/extensions/table.lua:106
3. unknown - gamemodes/jailbreak/gamemode/sv_commands.lua:30
4. unknown - lua/includes/modules/concommand.lua:54
Clark  [udvikler] 17. sep. 2023 kl. 23:38 
I just tried it out works fine for me.

https://i.imgur.com/EIJSNCu.jpeg
https://i.imgur.com/oGoNe9K.jpeg
https://i.imgur.com/5nfODx3.jpeg

You probably need the jailbreak content addon installed.

https://1drv.ms/u/s!AtSSxUw-O_v8iE7dMeSTl_q58_1e?e=5VjuXU

Here's a zip version, instead of going through the effort of using gmad.exe or Crowbar (multi-tool for source engine) to unpack gmod .gma addon format.

Extract jailbreak_content to addons folder.
Sidst redigeret af Clark; 17. sep. 2023 kl. 23:46
sakulmore 18. sep. 2023 kl. 17:08 
Oprindeligt skrevet af Clark:
I just tried it out works fine for me.

https://i.imgur.com/EIJSNCu.jpeg
https://i.imgur.com/oGoNe9K.jpeg
https://i.imgur.com/5nfODx3.jpeg

You probably need the jailbreak content addon installed.

https://1drv.ms/u/s!AtSSxUw-O_v8iE7dMeSTl_q58_1e?e=5VjuXU

Here's a zip version, instead of going through the effort of using gmad.exe or Crowbar (multi-tool for source engine) to unpack gmod .gma addon format.

Extract jailbreak_content to addons folder.
I have it installed.

https://i.imgur.com/mgEdndy.png
Clark  [udvikler] 19. sep. 2023 kl. 8:09 
@sakulmore The new update I just pushed today should resolve that issue.
sakulmore 19. sep. 2023 kl. 10:16 
Oprindeligt skrevet af Clark:
@sakulmore The new update I just pushed today should resolve that issue.
Still not working properly :D .

The text is fixed, but the gamemode still not working properly.

Getting these errors:
1. [Jailbreak] gamemodes/jailbreak/gamemode/sv_hooks.lua:117: attempt to get length of field 'MapList' (a nil value)
1. unknown - gamemodes/jailbreak/gamemode/sv_hooks.lua:117

2. [Jailbreak] lua/includes/extensions/net.lua:116: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. WriteTable - lua/includes/extensions/net.lua:116
3. SendMaps - gamemodes/jailbreak/gamemode/sv_meta.lua:95
4. unknown - gamemodes/jailbreak/gamemode/sv_hooks.lua:223

3. [Jailbreak] lua/includes/extensions/table.lua:106: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. HasValue - lua/includes/extensions/table.lua:106
3. unknown - gamemodes/jailbreak/gamemode/sv_commands.lua:30
4. unknown - lua/includes/modules/concommand.lua:54

4. [Jailbreak] lua/includes/extensions/table.lua:106: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. HasValue - lua/includes/extensions/table.lua:106
3. unknown - gamemodes/jailbreak/gamemode/sv_commands.lua:27
4. unknown - lua/includes/modules/concommand.lua:54

I can't pick up weapons/items, First person view not working (it just shows a player model, but a camera is still on same place), can't press buttons on the maps etc...
< >
Viser 1-13 af 13 kommentarer
Per side: 1530 50