Garry's Mod

Garry's Mod

Jailbreak
Clark  [开发者] 2017 年 8 月 1 日 下午 3:20
Bugs Report
Post bugs here.
< >
正在显示第 1 - 13 条,共 13 条留言
Koyou 2017 年 8 月 4 日 上午 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  [开发者] 2017 年 8 月 4 日 上午 7:44 
Sorry about that those fonts were apart of my core addon I use for development. I fixed the issue.
最后由 Clark 编辑于; 2017 年 8 月 4 日 下午 8:13
Koyou 2017 年 8 月 4 日 下午 6:53 
@Clark, Thank you
Nukiloco 2017 年 9 月 3 日 下午 4: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?
最后由 Nukiloco 编辑于; 2017 年 9 月 3 日 下午 4:05
Clark  [开发者] 2017 年 9 月 3 日 下午 4:12 
引用自 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.
最后由 Clark 编辑于; 2017 年 9 月 3 日 下午 4:14
Metropolice From City17 2017 年 9 月 4 日 上午 5:05 
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  [开发者] 2017 年 9 月 4 日 上午 5:29 
引用自 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 2021 年 3 月 27 日 下午 5:29 
dosent run well on xbox, freezes alot
sakulmore 2023 年 9 月 17 日 下午 5: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  [开发者] 2023 年 9 月 17 日 下午 11: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.
最后由 Clark 编辑于; 2023 年 9 月 17 日 下午 11:46
sakulmore 2023 年 9 月 18 日 下午 5:08 
引用自 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  [开发者] 2023 年 9 月 19 日 上午 8:09 
@sakulmore The new update I just pushed today should resolve that issue.
sakulmore 2023 年 9 月 19 日 上午 10:16 
引用自 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...
< >
正在显示第 1 - 13 条,共 13 条留言
每页显示数: 1530 50