安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Same as above, neve happened to me or anyone I've seen videos from. Got script errors when you spawned first? Is it every round? Have you tried to manually force a round restart with the console command "ForceRoundRestart"?
It works for everybody else, so I can't see it as a fault in the code :/
What I do is subscribe on the mode in Workshop, then transform the "GMA" file in my addons folder to a gamemodefolder with GMOD converter and put it in the server gamemode folder.
You can't just extract this and put it in your gamemodes folder. It includes a 'materials' folder and a 'models' folder too. You need to convert the .gma into a single folder, then open that folder, and inside you will find a replica of the Garry's Mod architecture, and you need to extract each of those folders content to their respective folder in your server.
TEST [gamemodes/copsandrunners/gamemode/cl_init.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/countdown.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/init.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/player.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/shared.lua][gamemodes/copsandrunners/gamemode/shared.lua]
FOUND IN ADDON [277013349]
[Cops and Runners] gamemodes/copsandrunners/gamemode/shared.lua:247: attempt to call method 'IsPlayer' (a nil value)
1. fn - gamemodes/copsandrunners/gamemode/shared.lua:247
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
You can extract any .gma by going to "SteamApps/[username] or Common/garrysmod/bin", there you'll find a program called "gmad.exe". To extract a .gma with this program, you need to make a batch file and put this in it:
gmad.exe extract -file "[Path to target .gma]"
(example: gmad.exe extract -file "C:\steam\SteamApps\common\garrysmod\garrysmod\addons\my_addon_12345.gma")
When some of my friends joined, they were claiming that their HUD would not work, that there was simply error signs where it would say 'Runner' or 'Warden', as well as in the bottom right corner. Apparently a similar thing occurred with the jail textures.
I say apparently because mine worked fine, as well as most of the people playing on the server, but it was apparently intolerable for those with the problem, to the point where we played another game-mode for their sake.
We double checked that they had subscribed, but it did happen to several people, so it can't be a single computer problem. Nor a server-side problem, as it worked for me and most players. (I don't think so anyway)
Have you ever experienced or heard of this before?