UGX-Mods

Call of Duty 5: World at War => Downloadable Items for Mappers => Custom Maps, Mods & Tools => Full Weapons => Topic started by: OfficialMT22 on October 15, 2014, 01:04:55 am

Title: My Versions Of The Thompson
Post by: OfficialMT22 on October 15, 2014, 01:04:55 am
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 (http://www.youtube.com/watch?v=wDa0pEtW2pE)

Double Post Merge: October 15, 2014, 04:38:02 am
added this to the wrong spot sorry...
Title: Re: My Versions Of The Thompson
Post by: Lukkie1998 on October 17, 2014, 06:42:10 am
added this to the wrong spot sorry...

Moved.

Lukkie1998
Title: Re: My Versions Of The Thompson
Post by: NINJAMAN829 on December 15, 2014, 10:14:12 pm
This is good but its missing some images and stuff.
Title: Re: My Versions Of The Thompson
Post by: pitieowl123 on January 05, 2015, 02:42:23 am
Where is the dlc3_code file


Double Post Merge: January 05, 2015, 01:42:37 pm
it wont work
Title: Re: My Versions Of The Thompson
Post by: Wolf_Silver on January 05, 2015, 08:19:15 am
_dlc3_code.gsc is in raw/maps like _zombiemode_weapons.gsc