Garry's Mod

Garry's Mod

Horde : Wave Survival Gamemode
 This topic has been pinned, so it's probably important
Gorlami  [developer] 19 Feb, 2021 @ 8:27pm
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
Last edited by Gorlami; 23 Feb, 2021 @ 12:17am
< >
Showing 1-15 of 529 comments
Hari 21 Feb, 2021 @ 11:50am 
i maked new items in shop, but my friend see default items.
Gorlami  [developer] 21 Feb, 2021 @ 12:07pm 
Originally posted by HarionPlayZ:
i maked new items in shop, but my friend see default items.
Ah ♥♥♥♥ good catch. Fixing this right now.
Gorlami  [developer] 21 Feb, 2021 @ 12:21pm 
Originally posted by 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 21 Feb, 2021 @ 1:25pm 
[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  [developer] 21 Feb, 2021 @ 1:32pm 
Originally posted by 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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1501874006
Last edited by Gorlami; 21 Feb, 2021 @ 1:35pm
Nikoblade 21 Feb, 2021 @ 1:47pm 
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  [developer] 21 Feb, 2021 @ 1:57pm 
Originally posted by 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 21 Feb, 2021 @ 2:00pm 
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  [developer] 21 Feb, 2021 @ 2:06pm 
Originally posted by 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 21 Feb, 2021 @ 2:12pm 
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  [developer] 21 Feb, 2021 @ 2:15pm 
Originally posted by 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.
Last edited by Gorlami; 21 Feb, 2021 @ 2:40pm
Nikoblade 21 Feb, 2021 @ 3:23pm 
Okay, I'll disable the addon, and let you know if it was the cause.
Nikoblade 21 Feb, 2021 @ 3:31pm 
Originally posted by 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  [developer] 21 Feb, 2021 @ 3:38pm 
Originally posted by Niko:
Originally posted by 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.
Last edited by Gorlami; 21 Feb, 2021 @ 3:58pm
Izzybee 21 Feb, 2021 @ 4:02pm 
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?
Last edited by Izzybee; 21 Feb, 2021 @ 5:35pm
< >
Showing 1-15 of 529 comments
Per page: 1530 50