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

[Script] Attachment Menu (NO SUPPORT)

broken avatar :(
Created 9 years ago
by DidUknowiPwn
0 Members and 1 Guest are viewing this topic.
3,263 views
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 6 months ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX Team Member
My Groups
More
My Contact & Social Links
More
Personal Quote
(ง º ω º )ง u wont sum m8y?
Signature
Do not take life too seriously. You will never get out of it alive.
×
DidUknowiPwn's Groups
UGX Team Member
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
This is a script that add weapon attachments to guns, it only works for non-upgraded weapons and ones that don't have an attachment already (like weapon_XXXX_attachment).

Also this script I'm giving 0 support as I really can't be bothered to help fix the issues that come from using this such as:
Exceeded FX limit or too many weapon assets loaded.
So I'm only supplying the script and you can probably load like 2-4 extra weapons before getting tossed out with the FX error if you're on stock DLC3 scripts and such.
Code is also a chance for you guys to learn something I've made the script super easy to understand read (like how all my code is ;3).

Setup:
  • add_zombie_weapon & include_weapon have a new parameter type (last parameter) it defines which attachments will be loaded into the game (where you can give by script).
    • Just realized I didn't actually add a new example for add_zombie_weapon so... there's this: add_zombie_weapon( "zombie_thompson",                   &"ZOMBIE_WEAPON_THOMPSON_1200",          1200,   "",            0 ); NOW WILL BE add_zombie_weapon( "zombie_thompson",                   &"ZOMBIE_WEAPON_THOMPSON_1200",          1200,   "",            0, 1 );
  • maps\_dukip_attachment_box is the main script for this everything related to how it works is found in here, be sure to thoroughly read my comments and understand what I'm doing.
  • menufile,ui\scriptmenus\dukip_attachment_box_01.menu //FMJ Xmags Sight
    menufile,ui\scriptmenus\dukip_attachment_box_02.menu //FMJ Xmags
    menufile,ui\scriptmenus\dukip_attachment_box_03.menu //Grip FMJ Xmags
    Add to CSV

Images:

[Outdated: Attachments are FMJ/Xmags/Grip/Weapon Sight]

Credits:
  • DidUknowiPwn - Scripter
  • EMZ - UI Creator
Last Edit: March 19, 2015, 04:48:11 am by DidUknowiPwn
broken avatar :(
×
broken avatar :(
Face to Face
Location: chSomwhere
Date Registered: 6 October 2013
Last active: 12 months ago
Posts
949
Respect
Forum Rank
The Decider
Primary Group
Member
My Contact & Social Links
More
Signature
Maya <3

Let's Play some osu!
×
MrDunlop4's Groups
MrDunlop4's Contact & Social LinksNelielexy0Nelielexy0CSMrDunlop4NelieleyNelielexy0Nelielexy0
Nice :)

MrDunlop4

 
Loading ...