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

Multiplayer Weapons

broken avatar :(
Created 6 years ago
by Deleted User
0 Members and 1 Guest are viewing this topic.
2,670 views
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Is there a way i can add Multiplayer weapons into zombies mode?
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 4 days ago
Posts
645
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
Signature
My published cod maps:

Subzero
Djinncaves
Enclosed (a.k.a baconcube)
Bayern
Snowblind
Furtrelock

Black Ops Perks: https://www.ugx-mods.com/forum/scripts/55/call-of-duty-world-at-war-black-ops-perks/22180/
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
Is there a way i can add Multiplayer weapons into zombies mode?

If you mean the multiplayer weapons from cod waw sure! All you have to do is look into(not on pc right now) raw/weapons/mp
Copy the weaponfiles you want to your own mod. After you have done that you need to add the weapon(s) to your csv/dlc3/_zombiemode_weapons ect.. ect.. build the mod And that's it.
Last Edit: April 11, 2018, 05:52:47 am by gympie6
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
If you mean the multiplayer weapons from cod waw sure! All you have to do is look into(not on pc right now) raw/weapons/mp
Copy the weaponfiles you want to your own mod. After you have done that you need to add the weapon(s) to your csv/dlc3/_zombiemode_weapons ect.. ect.. build the mod And that's it.
do you have a good tutorial on this? I am afraid to mess with the CSV file as every time i mess with it i manage to corrupt my map file and break it. If you have a good tutorial i can follow for this i would appreciate it! :)
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 4 days ago
Posts
645
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
do you have a good tutorial on this? I am afraid to mess with the CSV file as every time i mess with it i manage to corrupt my map file and break it. If you have a good tutorial i can follow for this i would appreciate it! :)

Yes I have a good one for you from ZOMB1E-KLLR:
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Yes I have a good one for you from ZOMB1E-KLLR:
(Content removed from quote.)
Alright! So this go's step by step for getting these weapons? Thank you!
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 4 days ago
Posts
645
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
Alright! So this go's step by step for getting these weapons? Thank you!

No problem  :)
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
No problem  :)
Another quick question if you can assist me on this but do you know how to re add AI battle chatter for Soldiers?
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 4 days ago
Posts
645
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
Another quick question if you can assist me on this but do you know how to re add AI battle chatter for Soldiers?

I have never done that before so I have no experience.
I am not sure but I think I saw a tut on zombiemodding about that.
If I am home I will to look it up for you.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 March 2014
Last active: 3 years ago
Posts
264
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
Signature
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
×
buttkicker845's Groups
buttkicker845's Contact & Social Links
Another quick question if you can assist me on this but do you know how to re add AI battle chatter for Soldiers?

The scripts for battle chatter are run on all spawned AI. The only thing you have to do is include the sounds in your ".CSV"

Code Snippet
Plaintext
sound,us_battlechatter,mak,all_sp
sound,ja_battlechatter,mak,all_sp
sound,ru_battlechatter,ber1,all_sp
sound,ge_battlechatter,ber1,all_sp

NOTE: this will add a lot of sounds to your level so be careful!
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
The scripts for battle chatter are run on all spawned AI. The only thing you have to do is include the sounds in your ".CSV"

Code Snippet
Plaintext
sound,us_battlechatter,mak,all_sp
sound,ja_battlechatter,mak,all_sp
sound,ru_battlechatter,ber1,all_sp
sound,ge_battlechatter,ber1,all_sp

NOTE: this will add a lot of sounds to your level so be careful!
Yo dude! thanks man! it works great!

 
Loading ...