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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Rorke

Code Snippet
Plaintext
add_limited_tesla_gun()
{

weapon_spawns = GetEntArray( "weapon_upgrade", "targetname" );

for( i = 0; i < weapon_spawns.size; i++ )
{
hint_string = weapon_spawns[i].zombie_weapon_upgrade;
if(hint_string == "tesla_gun")
{
weapon_spawns[i] waittill("trigger");
weapon_spawns[i] trigger_off();
break;

}

}

}

what exactly does this code do?
9 years ago
ive started to save up to build a gaming pc just looking for some insight on what kinda of hardware to get

this is what im thinking:

motherboard: sabertooth
CPU: intel core i7
GPU: nvidia geforce GTX titan X2
RAM: 32GB of DDR3
HDD: 1T SSD drive


thoughts and ideas are welcome!!!!
9 years ago
so i currently have this:



how do i get it so its all together like undernath each other so it dont look as silly as this?
9 years ago
ERROR: alias attack_vocals in dlc_share.csv had zero variants

whats this on about? there is 3 different sounds for zombies attack's sound

all i have changed is the file path for the sounds
when i to add them into the csv manulally it said duplicate alieas name and only 1 sound worked i tried doing it the way treyarch did it with instead of the .wav at end it had ##
9 years ago
i have in my shitty laptop the following:

nvidia geforce 610m with 1GB of dedicated VRAM
and
intel HD 3000 (intigrated)

is this classed as dual video cards?
9 years ago
when i double click on a .mb file it opens maya but when ready to use it just closes again anyone know how to fix?
9 years ago
if i put glass in a door (door frame but with squares/rectangles cut out of the door so that the door frame is holding the glass in) would the glass move with the door or would it stay in 1 spot?
9 years ago
is there any real fix for this?

ive tried the following:
mesh------>qudrangulate...................but dosnt fix it it just tuns the model brown with tiny white boxes
mesh------>fill hole...............it fixed only 11 degenerate tris but left me with 489 degenerate tris which basically fixed jack crap i use maya 2012 BTW im willing to try any other programe at this time
9 years ago
im trying to port the C4 from bo1 using the satchel charge hud_icon from waw but when i use it it shows as a checkerd board crap (photos can be provided if needed)
9 years ago
Loading ...