Garry's Mod

Garry's Mod

[VJ Base] The Abomination SNPC
Showing 1-3 of 3 entries
Update: Aug 14 @ 8:47pm

1.2.0

Fixed Abomination not appearing in multiplayer games
Added a second Abomination NPC without the growth mechanics

Technical details:
init.lua was missing --AddCSLuaFile("shared.lua"), AddCSLuaFile("cl_init.lua"), include("shared.lua")-- inhibiting the server-side of the add-on from communicating with the client-side effectively disallowing the server from setting the model once spawned in a multiplayer setting.

(Regular) Abomination NPC was duplicated renamed and re coded to no longer include the growth mechanic because of user notes that battles with other NPC's become awkward after the abomination grows. Its also not lore accurate as the abomination does not grow like the hulk does. The old version with the growth mechanic is still included as the super version allowing the hulk vs abomination to still be an interesting battle.

Update: May 1 @ 1:54am

1.1.0

Fixed Abomination not appearing in spawn menu.

Technical details:
Autorun file that registered NPC with VJbase started with an A so it was ran before VJbase was initialized therefore not registering the NPC with VJBase.

Update: Apr 30 @ 1:02am

1.0.0

Release!!!

Please feel free to report bugs in the discussion page!