UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch
broken avatar :(

marinescdude

Posts
11
Respect
1
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
January 01, 2016, 01:17:08 pm
Posts
11 (0.004 per day)
Last Active
April 23, 2024, 09:44:23 am

Forum Profile

Profile Link
Gender
Male
Country
gb
Local Time
April 25, 2024, 01:54:05 pm

Contact & Social Links

To change the train wallbuy on Shadows of Evil, use this:
 
Code Snippet
gamescript
foreach(ent in GetEntArray("train_buyable_weapon", "script_noteworthy"))
    ent.zombie_weapon_upgrade = "s2_sten";

I've yet to figure out how to ...
2 months ago
Okay good to see there have indeed been random weapon power-ups publicly available for use, still some changes from natesmithzombies' version (download from KillJoy's megathread) ...
9 months ago
Now to figure out how to change the position of the weapon model pop-up...
Either relative movement:
[code=cpp]case "pistol_burst": //RK5
{
    ent.zombie_weapon_upgrade = "t5_o...
9 months ago
 

QED Random Weapon Power-Up

[img width=770 height=433]https://steamuserimages-a.akamaihd.net/ugc/2035114337776076708/5BFF3AA6B2C2D6F9ED6C89546B8DD9C9EA3179FD/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false[...

9 months ago
Trying to implement JBird632's Custom Claymores to replace Trip Mines needs some specific ordering: first add a new wallbuy .gsc-side while you still have location info then delete the previous ones both server- and client-side.
[code=cpp]//_zm_weapon...
10 months ago
As for the missing effects, try installing the BO3 tools additional assets and see if that fixes it. Thanks!
Haven't any luck doing that, neither did it help to make sure Campaign/Multiplayer was installe...
10 months ago
Loading ...