Garry's Mod

Garry's Mod

Horde : 生存游戏模式
 此主题已被置顶,因此可能具有重要性
Gorlami  [开发者] 2021 年 2 月 19 日 下午 8:27
Bugs Report
report any bugs here, thanks

Before you post:

See a list of known bugs here:
https://github.com/tpan496/Horde/issues

1. If you have any game breaking issue (e.g. horde gamemode completely not loading), it is likely a problem on your own. Please do a clean setup to see what is causing the problem first.

2. Include console logs if possible so I can know what is going on.

3. Steam forum sucks ass as it does not update in real-time. If you are looking forward to a more productive conversation, join the Discord.

Discord Link: https://discord.gg/NevEgfAPSN
最后由 Gorlami 编辑于; 2021 年 2 月 23 日 上午 12:17
< >
正在显示第 1 - 15 条,共 536 条留言
Hari 2021 年 2 月 21 日 上午 11:50 
i maked new items in shop, but my friend see default items.
Gorlami  [开发者] 2021 年 2 月 21 日 下午 12:07 
引用自 HarionPlayZ
i maked new items in shop, but my friend see default items.
Ah ♥♥♥♥ good catch. Fixing this right now.
Gorlami  [开发者] 2021 年 2 月 21 日 下午 12:21 
引用自 HarionPlayZ
i maked new items in shop, but my friend see default items.
Alright man this should now be fixed. The way it works now is the item list is sent to players when the join. I forgot to do that before.
Soldier 2021 年 2 月 21 日 下午 1:25 
[Flechette Wand] lua/weapons/weapon_wsflechette.lua:1396: bad argument #1 to 'find' (string expected, got table)
1. find - [C]:-1
2. v - lua/weapons/weapon_wsflechette.lua:1396
3. unknown - lua/includes/modules/hook.lua:84
I get this Lua Error in the console every time I attack with a weapon. It only appears when I'm playing on this Gamemode. Fix?
Gorlami  [开发者] 2021 年 2 月 21 日 下午 1:32 
引用自 Lamda
[Flechette Wand] lua/weapons/weapon_wsflechette.lua:1396: bad argument #1 to 'find' (string expected, got table)
1. find - [C]:-1
2. v - lua/weapons/weapon_wsflechette.lua:1396
3. unknown - lua/includes/modules/hook.lua:84
I get this Lua Error in the console every time I attack with a weapon. It only appears when I'm playing on this Gamemode. Fix?
This is an error from some other addon you installed. https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1501874006
最后由 Gorlami 编辑于; 2021 年 2 月 21 日 下午 1:35
Nikoblade 2021 年 2 月 21 日 下午 1:47 
So, I just installed this addon a few minutes ago, and I have an issue. When I pulled up the shop menu, it popped up as a white menu with no text. I pressed the X, and then the shop menu popped up. Upon closing the shop menu, the white menu comes back up. I can't close the menu. It keeps flipping between the shop, and the white menu.
Gorlami  [开发者] 2021 年 2 月 21 日 下午 1:57 
引用自 Niko
So, I just installed this addon a few minutes ago, and I have an issue. When I pulled up the shop menu, it popped up as a white menu with no text. I pressed the X, and then the shop menu popped up. Upon closing the shop menu, the white menu comes back up. I can't close the menu. It keeps flipping between the shop, and the white menu.

Check the console for errors? Sounds like your game is not loaded properly.
Nikoblade 2021 年 2 月 21 日 下午 2:00 
I got these console errors...

[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_shop.lua:194: attempt to index a nil value
1. unknown - gamemodes/horde/gamemode/gui/cl_shop.lua:194

[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_shop.lua:119: attempt to index local 'class' (a nil value)
1. Init - gamemodes/horde/gamemode/gui/cl_shop.lua:119
2. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:37
3. ToggleShop - gamemodes/horde/gamemode/cl_init.lua:40
4. func - gamemodes/horde/gamemode/cl_init.lua:112
5. unknown - lua/includes/extensions/net.lua:32
Gorlami  [开发者] 2021 年 2 月 21 日 下午 2:06 
引用自 Niko
I got these console errors...

[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_shop.lua:194: attempt to index a nil value
1. unknown - gamemodes/horde/gamemode/gui/cl_shop.lua:194

[Horde : Wave Survival Gamemode] gamemodes/horde/gamemode/gui/cl_shop.lua:119: attempt to index local 'class' (a nil value)
1. Init - gamemodes/horde/gamemode/gui/cl_shop.lua:119
2. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:37
3. ToggleShop - gamemodes/horde/gamemode/cl_init.lua:40
4. func - gamemodes/horde/gamemode/cl_init.lua:112
5. unknown - lua/includes/extensions/net.lua:32
This is bizarre. Your class should be set on spawn.
1. Is this the only error in your console?
2. Do you see the name of your class on the top left corner?
Nikoblade 2021 年 2 月 21 日 下午 2:12 
There are two other errors, but they seem to be for the same reason I think.
[Grand Theft Auto V Death Screen (Now with next-gen mode!)] lua/autorun/gtavds/multiplayer.lua:51: bad argument #1 to 'WriteString' (string expected, got table)
1. WriteString - [C]:-1
2. v - lua/autorun/gtavds/multiplayer.lua:51
3. unknown - lua/includes/modules/hook.lua:84

[Horde : Wave Survival Gamemode] Warning! A net message (gtavds_net) is already started! Discarding in favor of the new message! (Horde_RenderCenterText)
1. BroadcastMessage - gamemodes/horde/gamemode/sv_horde.lua:111
2. unknown - gamemodes/horde/gamemode/sv_horde.lua:274
3. pcall - [C]:-1
4. unknown - gamemodes/horde/gamemode/sv_horde.lua:245

And no, I don't see my class at the top left corner. Could it be the GTAV death screen causing the problems?
Gorlami  [开发者] 2021 年 2 月 21 日 下午 2:15 
引用自 Niko
There are two other errors, but they seem to be for the same reason I think.
[Grand Theft Auto V Death Screen (Now with next-gen mode!)] lua/autorun/gtavds/multiplayer.lua:51: bad argument #1 to 'WriteString' (string expected, got table)
1. WriteString - [C]:-1
2. v - lua/autorun/gtavds/multiplayer.lua:51
3. unknown - lua/includes/modules/hook.lua:84

[Horde : Wave Survival Gamemode] Warning! A net message (gtavds_net) is already started! Discarding in favor of the new message! (Horde_RenderCenterText)
1. BroadcastMessage - gamemodes/horde/gamemode/sv_horde.lua:111
2. unknown - gamemodes/horde/gamemode/sv_horde.lua:274
3. pcall - [C]:-1
4. unknown - gamemodes/horde/gamemode/sv_horde.lua:245

And no, I don't see my class at the top left corner. Could it be the GTAV death screen causing the problems?
That might be it.
最后由 Gorlami 编辑于; 2021 年 2 月 21 日 下午 2:40
Nikoblade 2021 年 2 月 21 日 下午 3:23 
Okay, I'll disable the addon, and let you know if it was the cause.
Nikoblade 2021 年 2 月 21 日 下午 3:31 
引用自 Niko
Okay, I'll disable the addon, and let you know if it was the cause.
After disabling the addon, I get the same error. When I spawn into the map. It says that I'm in Spectating mode. When I load it in Singleplayer, it works fine.
Gorlami  [开发者] 2021 年 2 月 21 日 下午 3:38 
引用自 Niko
引用自 Niko
Okay, I'll disable the addon, and let you know if it was the cause.
After disabling the addon, I get the same error. When I spawn into the map. It says that I'm in Spectating mode. When I load it in Singleplayer, it works fine.
Something else must be wrong. I'm pretty sure that this gamemode works with a clean setup, there must be some other addon that is creating errors and blocking the gamemode from loading completely. Join the discord if you want where debugging can be more productive.
最后由 Gorlami 编辑于; 2021 年 2 月 21 日 下午 3:58
I've set up Horde with my dedicated server however whenever I attempt to whipe the item table list and set up my own, it just undoes my removal and won't let me change literally any items on the table. No error code or anything, just can't change ♥♥♥♥.

EDIT : I found the items.txt on my own clients data folder and i'm going to delete it and create an items.txt within my own servers files to see if this helps any bit. Perhaps the clientsided one is what loads or something.

Edit 2 : After experimenting a little, changing items.txt to a blank file and adding it to the data folder for my server DID infact allow me to change the in-game items. I spent half an hour within there adding and descripting them and pricing them only to restart the server to see if the list would save. It did not. It's my understanding that deleting items.txt entirely and letting the game write a new blank one may function if attempted. I will now do this.]

Final edit 3 : After extensive testing I finished another list, and it would seem the game continues to force the default list (somewhere in its own files?) that includes ARCCW weapons or VJ sweps and such. No matter how you delete them or edit the items.txt whether clientside or within a dedicated server, you cannot get a dedicated server to save your custom weapons lists. Forcing the files to be read-only doesn't do anything as it simply won't read the file and defaults back to the base weapons. Can't really use this on a dedicated server yet. I don't entirely think it's my own ineptitude but it could very well be?
最后由 Creator of Tweak Sauce Izzybee 编辑于; 2021 年 2 月 21 日 下午 5:35
< >
正在显示第 1 - 15 条,共 536 条留言
每页显示数: 1530 50