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 - MrStealYourGrill

Great Map bro, WAY Simpler then Requiem.
Spoiler: click to open...
PS. Metallica YEAAAAAA!!!
8 years ago
you should really make this like a UGX mod. would be sweet, and great mod.
8 years ago
lovin all the releases, lot of fun
Spoiler: click to open...
But on the next map, maybe take more then a day. I would love to see what you could do in a month or two ;)
9 years ago
read this was gonna be released tomorrow, gonna play this one this one for a while. Thanks for the release.
9 years ago
Dude lovin the map, played it like 3 time already. It was a great idea and love the 23 perks!! Great release :D
9 years ago
What's broken about it, it's still 1.0
tell me what's broken and i'll fix it, don't just say it's broken  :-\
9 years ago
Scavenger Mod V1.0
This mod is super simple and mostly intended for beginners who want to add something to their map and dont have the skill quite yet to actually do it. Did this because I am currently working on a map(But have an idea) and had some scavenger script laying around so why not! :D
Includes the Following          Includes the Following         Includes the Following          Includes the Following          Includes the Following         Includes the Following          Includes the Following          Includes the Following         Includes the Following
Spoiler: click to open...
Scavenger
Scavenger PAP Version
Pro Revenge Perk Shaders(Because Why Not :P)
This doesn't take out any other weapon so you'll be low on fx and sfx(That's why it's intended for beginners).
Pictures
Spoiler: click to open...



Download

Credit to
Rorke: Script
ProRevenge:Perkshaders

BTW,
If you do get a error download harryboy22's 400 FX fix and should work beautifully :D
9 years ago
Great map had a ton of fun playing. Thanks 4 release :D
9 years ago
Sorry Scobalula, Still New to scripting :-\ Just been told by alot of people never to touch Raw files without extracting them to mods folder.
9 years ago
good script but don't tell people to mess with their raw, make a ui folder in your maps folder, then mess with stuff in there. otherwise you might have to reinstall your mod tools if you screw up.
9 years ago
Very fun map  ;) little glitchy but custom perks are awesome! over id rate a 7.5/10
9 years ago
and for the love of God, change those function names...
lol no prob m8
9 years ago
so i was doin a map with a simple ee where you collect 3 teddy bears and you get all perks. a simple script but imma usin harrybos perks so i dont know what to add where the script changes and so on. my script im usin is


Code Snippet
Plaintext
init()
{
level.perk_cookies_shot = 0;
bottles = GetEntArray("perk_cookies", "targetname");
array_thread(bottles, ::dankMemes);
}

dankMemes()
{
self SetCanDamage(true);
self waittill("damage");
IPrintLnBold("You Found a Something!, Probably.");
level.perk_cookies_shot++;

if(level.perk_cookies_shot == 3)
doOtherDankness();
}

doOtherDankness()
{
players = get_players();
for(i = 0;i < players.size; i++)
self[i] setDankPerks();
}

setDankPerks()
{
perk = [];
perk[0] = "specialty_armorvest";
perk[1] = "specialty_dank";
for(i = 0; i < perk.size; i++)
{
player SetPerk(perk[i]);
player maps\_zombiemode_perks::perk_hud_create( perk );
player.stats["perks"]++;
player thread maps\_zombiemode_perks::perk_think( perk );
}
}




script model targetname is perk_cookies
Callin it in zombiemode.gsc        maps\_zombiemode_perk_cookies::init();
And maby this would work just the way it is? IDK any help would be awesome ;)



credit for this script goes to diduknowipwn, took offa his script and edited it

Moderator edit - HarryBo21 - removed the "Y" everyone seems to put in my name lol its Harry-Bo, a respelling of the common English sweets "Harribo" ;)
9 years ago
Loading ...