Information Launch Bug/Script Feedback

Mickee

Founder
Owner
Joined
Oct 5, 2024
Messages
251
Reaction score
365
Points
63
Please list any bugs below! Known bugs will be tossed into a list.




- Bugs with the soundtrack not properly playing.
- Bugs pertaining to Joint chat between GM's and Admins.
- Some spelling mistakes
 
Examining people causes everything to go quiet.
Pressing ALT while holding a melee weapon causes errors.
Catbox needs whitelisted for the radios.
 
Some recipes for the microwave's food preparation menu cause errors when selected, notably drug_antlionrage, food_antliongib_cooked, food_headcrabgib_cooked, food_poisongib_cooked, and food_zombiegib_cooked. Console claims the errors are due to the 'ingredient' value being a nil value, error included below.

[ERROR] gamemodes/idnw/gamemode/vgui/cl_cookingpanel.lua:66: attempt to index local 'ingredient' (a nil value)
1. Setup - gamemodes/idnw/gamemode/vgui/cl_cookingpanel.lua:66
2. OnRowSelected - gamemodes/idnw/gamemode/core/gui/cl_cookingmenu.lua:36
3. OnClickLine - lua/vgui/dlistview.lua:447
4. unknown - lua/vgui/dlistview_line.lua:81
 
  • Friendly
Reactions: Mickee
Some recipes for the microwave's food preparation menu cause errors when selected, notably drug_antlionrage, food_antliongib_cooked, food_headcrabgib_cooked, food_poisongib_cooked, and food_zombiegib_cooked. Console claims the errors are due to the 'ingredient' value being a nil value, error included below.

[ERROR] gamemodes/idnw/gamemode/vgui/cl_cookingpanel.lua:66: attempt to index local 'ingredient' (a nil value)
1. Setup - gamemodes/idnw/gamemode/vgui/cl_cookingpanel.lua:66
2. OnRowSelected - gamemodes/idnw/gamemode/core/gui/cl_cookingmenu.lua:36
3. OnClickLine - lua/vgui/dlistview.lua:447
4. unknown - lua/vgui/dlistview_line.lua:81
Forgot to remove those recipes I apologize.
 
  • remi
Reactions: LegitPotato
- Lack of a pregnancy meter.

Trying to toggle the 'thin leather jacket item' throws an error upon accessing your inventory forcing you to rejoin.

[ERROR] gamemodes/idnw/gamemode/lib/sh_netstream.lua:123: gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54: bad argument #1 to 'SetSkin' (number expected, got boolean)
1. unknown - [C]:-1
2. func - gamemodes/idnw/gamemode/lib/sh_netstream.lua:123
3. unknown - lua/includes/extensions/net.lua:38

Ammo box won't provide ammo for certain weapons.
 
  • Friendly
Reactions: Mickee
- Lack of a pregnancy meter.

Trying to toggle the 'thin leather jacket item' throws an error upon accessing your inventory forcing you to rejoin.

[ERROR] gamemodes/idnw/gamemode/lib/sh_netstream.lua:123: gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54: bad argument #1 to 'SetSkin' (number expected, got boolean)
1. unknown - [C]:-1
2. func - gamemodes/idnw/gamemode/lib/sh_netstream.lua:123
3. unknown - lua/includes/extensions/net.lua:38

Ammo box won't provide ammo for certain weapons.
get the same bug after changing colors for the "Worn Jeans" item

gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54: bad argument #1 to 'SetSkin' (number expected, got boolean)
1. SetSkin - [C]:-1
2. SetSkin - gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54
3. Setup - gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:22
4. Setup - gamemodes/idnw/gamemode/vgui/cl_itemgrid.lua:169
5. AddSlots - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:197
6. unknown - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:219
7. DoClick - gamemodes/idnw/gamemode/vgui/cl_basemenu.lua:43
8. Init - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:24
9. Func - lua/includes/extensions/client/panel/scriptedpanels.lua:41
10. OpenGUI - gamemodes/idnw/gamemode/core/cl_gui.lua:15
11. v - gamemodes/idnw/gamemode/core/cl_gui.lua:137
12. unknown - lua/includes/modules/hook.lua:96
 
get the same bug after changing colors for the "Worn Jeans" item

gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54: bad argument #1 to 'SetSkin' (number expected, got boolean)
1. SetSkin - [C]:-1
2. SetSkin - gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:54
3. Setup - gamemodes/idnw/gamemode/vgui/cl_itemicon.lua:22
4. Setup - gamemodes/idnw/gamemode/vgui/cl_itemgrid.lua:169
5. AddSlots - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:197
6. unknown - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:219
7. DoClick - gamemodes/idnw/gamemode/vgui/cl_basemenu.lua:43
8. Init - gamemodes/idnw/gamemode/core/gui/cl_playermenu.lua:24
9. Func - lua/includes/extensions/client/panel/scriptedpanels.lua:41
10. OpenGUI - gamemodes/idnw/gamemode/core/cl_gui.lua:15
11. v - gamemodes/idnw/gamemode/core/cl_gui.lua:137
12. unknown - lua/includes/modules/hook.lua:96
Will fix shortly.