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.

Messages - ProGamerzFTW

the getplayers() change at the end of the tutorial is what fixed that for me

Hmm not for me for some reason.

Edit: Fixed.

I added a
Code Snippet
Plaintext
wait 0.5;
at the top of the script

Code Snippet
Plaintext
get_player_index(player)
{
    assert( IsPlayer( player ) );
    assert( IsDefined( player.entity_num ) );
   
    players = get_players();
   
    if(players.size == 1)
    return player.entity_num_randomized;
    else
    return player.entity_num;
   
}
10 years ago
Works great, but there is a bug, after a few seconds of spawning in, the game freezes, detecting an infinite loop in a script, killing the thread.
10 years ago
Can't you change it here? :P



Edit: I just realized people already said this sorry.
10 years ago
The difference is that these have higher quality than the ones that are already. I suggest that you try them out, it takes about 5 mins to download and add the shaders into a map because the quality does drop a little bit, and maybe you need to try playing with it, just a suggestion.

Post Merge: February 24, 2014, 07:07:59 pm
I will make a picture comparing shaders, but first I need all of the old
BO2 Shaders.

I personally do see a difference in them. I honestly think they look better. :)
10 years ago
Nice. Keep up the good work! :D
10 years ago
I added the double points and insta kill to the the picture at the top, but those are all I have... I wish that I had firesale and all of the pictures of the UGX mod power so so I could make BO2 styled UGX mod power up shaders and then make then edit them like I did these...

Just those 2 are fine for me, my current map doesn't even work with UGX with the scripts I've added in it.
10 years ago
Now the next step! Power up shaders for 2x and Insta Kill if you want to >.>
Lol good job! These look awesome!  :)
10 years ago
Edit: This looks awesome, i made it brighter and turned it into an oriented sprite, with a bit of light.

It didn't work at first, but I fixed it.

in mapname.gsc

find

Code Snippet
Plaintext
level.DLC3.myFX = ::preCacheMyFX;

remove the // from the beginning of that line. (may already be done)

now find preCacheMyFX()

and add
Code Snippet
Plaintext
level._effect["weapon_glow"]		= loadfx("weapon_glow");

so it looks like this (yours may have extra effects, just ignore them)

Code Snippet
Plaintext
preCacheMyFX()
{
level._effect["weapon_glow"] = loadfx("weapon_glow");
}
10 years ago
Loading ...