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

anyone else played this map, it has the aliens from ghost in it

http://www.youtube.com/watch?v=Owk2MM3U3eo
9 years ago
my personal opinion, Please add the COMIC BOOK STYLE BG template for loading screens

Anyone else agree?
10 years ago
NOTE: You will need to add the script for the elemental ammo yourself. Guns DO NOT come pre-loaded with the elemental ammo.

COPY everything in the attached folder to your ROOT/MODS/(MAP_NAME FOLDER)

time for some scripting

Code Snippet
Plaintext
IN _zombiemode_weapons.gsc (ADD)

add_zombie_weapon( "zombie_thompcapala", "Press & Hold &&1 - To Buy The ThompCapala [Cost: 5000]", 5000, "vox_tesla", 5 );
add_zombie_weapon( "zombie_thompcapala_upgraded", "Press & Hold &&1 - To Buy The ThompCapala + Full Ammo [Total Cost: 7500]", 5000, "vox_tesla", 5 );
add_zombie_weapon( "zombie_thompfire", "Press & Hold &&1 - To Buy The Thompfire [Cost: 5000]", 5000, "vox_tesla", 5 );
add_zombie_weapon( "zombie_thompfire_upgraded", "Press & Hold &&1 - To Buy The ThompCapala + Full Ammo [Total Cost: 7500]", 5000, "vox_tesla", 5 );

UNDER

add_zombie_weapon( "tesla_gun_upgraded", &"ZOMBIE_BUY_TESLA", 10, "vox_tesla", 5 );

DONE!

Code Snippet
Plaintext
IN dlc3_code.gsc (ADD)

include_weapon( "zombie_thompcapala", false );
include_weapon( "zombie_thompcapala_upgraded", false );
include_weapon( "zombie_thompfire", false );
include_weapon( "zombie_thompfire_upgraded", false );

============UNDER===========

include_weapon( "zombie_cymbal_monkey", true, ::factory_cymbal_monkey_weighting_func );

DONE!

I have also added the materials. Dont know if there really needed but i added them. If i missed anything please dont hesitate to ask a question below

http://www.youtube.com/watch?v=wDa0pEtW2pE

Double Post Merge: October 15, 2014, 04:38:02 am
added this to the wrong spot sorry...
10 years ago
anybody else watch this show cause its amazing..

http://www.youtube.com/watch?v=boeAMyeQa1o
10 years ago
Couple Of Shaders i worked on for the last hour..There all in png format so you will have to convert them.. gonna use em for my map and decided to share them ENJOY! :D


PERKS:











Power Drops:



This came from the buried images i have

10 years ago
i added to many sounds to my mod, and went set to streamed in soundalias i couldnt hear the sounds cause

sounds weren't converting correctly ... i figured it out
10 years ago
anyway to script a hud icon for different types of ammo..... For This Script

http://ugx-mods.com/forum/index.php?topic=3006.0

 I tried but image wont show next to numbers



If you could do this before I can figure it out which will prob be never THAN THANKS!!!
10 years ago
What Map Is Based On:



Map Include - SO FAR:

Perks:



STANDARD 4
---------------
JuggerNog
Speed Cola
Double Tap 2.0
Revive Soda

Black Ops
------------
Stamin-Up
Mule Kick
Deadshot Daiquiri
PHD-Flopper

Black Ops 2
---------------
Electric Cherry
Vulture Aid

I have modified the perk script so that all perks make the [MOB OF THE DEAD Phasing Jingle] when the power is turned on. Also have modified it so that when you PURCHASE any perk that the machine Plays their full jingle.

NON UPGRADED BETA TEST
[NOTE:] ANYBODY WANNA HELP OUT WITH THE NAMES OF THE GUNS THAT WOULD BE AWESOME ---- Camo On ThompCapala isnt the final camo for the gun. Thats just a test camo ;D [2nd NOTE:] Havnt Finished adding all jingles to the perks, you can kinda hear electric cherry {MOD Phasing Jingle} lol got busy with this shock ammo

http://youtu.be/stbnvbajJL4

UPGRADED BETA TEST
[NOTE:] ANYBODY WANNA HELP OUT WITH THE NAMES OF THE GUNS THAT WOULD BE AWESOME

http://youtu.be/wDa0pEtW2pE
-------------------------------------------------------------------------------

This wont be an EXACT replica of the mansion on the game or movie cause you know this is my first even using radiant, or even making a map for that matter. BUT I do test out the features in the map alot to make sure everything is working perfectly together before adding another part of the map.
10 years ago
Loading ...