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

We are no longer actively taking down links that has raw assets included unless we receive a take down notice from Activison.

This change was made about 2 months ago.
7 years ago
From now on please use the code tags when adding code to a post. That way the post won't look messy, and it is easier to read.
7 years ago
Of course you need to use APE, how else will the game convert the image properly.

Here is a guide on custom textures: https://confluence.ugx-mods.com/display/UGXMODS/BO3+%7C+Adding+custom+materials+and+textures
7 years ago
where should i add the TriggerEnable(false);?

Double Post Merge: November 22, 2016, 10:06:45 pm
thanks dust tho i still can't get god mode working

After the trigger waittill

And not sure why the dvar code isnt working, maybe someone more experienced can help.
7 years ago
To make the trigger disappear after you use it, you need to do trigger delete(); or trigger TriggerEnable(false); (True will enable it again.

Also I am not too familar with changing dvars via script on BO3, but to use the cheat via console you need to do /god, so maybe you just need to add the / before god in the script.
7 years ago
now its says me "Not Available"

When it says "Not Available" on the trigger then that means that the KVPs doesnt match in the script and in radiant.

Make sure your trigger has a targetname that matches what you put in the script.
7 years ago
In mod me there is a conversion hands for IW weapons. Then you can follow jbrid tutorial

Hmm, tried using those hands but I am getting the same problem.
7 years ago
Are you using the IW porting hands?

I am using the ones that Jbird linked in the description of that video. Could try and find the ones that are in IW.

Well ported the viewhands from IW, but whenever I try to open it in maya, maya just crashes.
7 years ago
I am trying to port the RPR evo from Infinite Warfare, and I followed all the steps in Jbirds weapon porting tutorial https://www.youtube.com/watch?v=CHNfDfTb_gA, it says that its for weapons from older call of duty games, but I assume it would work for Infinite Warfare as well but when I import the .mel file for the idle anim it looks like this(it is the same for all of the other anims as well).



Anyone know why?
7 years ago
Wow! Glad to see a actual Treyarch dev on UGX. Hope you enjoy your stay
7 years ago
I had a look through _zm_perk_quick_revive.gsc and created a "trigger_use" with the following kvps :

(Image removed from quote.)

When I go up to it it says I need to turn power on but even when I turn power on it continues to say this

You also need a script_noteworthy for the trigger, which is referenced in the main perks.gsc file. Not entirely sure what the actual name is for it, but try this one specialty_quickrevive
7 years ago
I haven't done anything zombies related yet but isn't there a trigger included with the prefab? If so then that same trigger you can just use the same kvp's on your newly created trigger.

There isn't a trigger included in the prefab since the trigger is spawned in via script.

Havent had a chance to look at the perks script, but you should still be able to find out what KVPs they used and then make your own trigger with those same KVPs
7 years ago
Looking at the KVPs, it seems like the yellow and pink ones are both controlling the spawning since they are basically the same KVPs, except for the script_int, the pink has a value of 1, and the yellow has a value of 2. No clue what that value is actually for.

And the little red struct seems to be the actually respawn point, which is linked to the yellow/pink structs, and all of the structs has the same script_noteworthy which I guess you will need to change that to match the zone that the respawn point is going to be for.

Pretty complicated process really.
7 years ago
I tried to keep clean the post of messages from people that the only thing that shares and will share with the comunity is hate, stupidity, envy, mediocrity and moral poverty.
Maybe my reports to moderators didnt arrive, maybe moderators just ignored my reports.
Anyways, reports didnt arrive or ignore the fact is some people that create accounts for throw bullshit to the map, the only intention is that.
Thanks to moderators for the big work on this topic.
I think if I would use a fake and pretentious tag in the name of the map, maybe I would have a better behavior.

I just woke up.

Taking care of it now.
7 years ago
after the
Code Snippet
Plaintext
function setup_wallrun {
put
Code Snippet
Plaintext
level flag::wait_till( "power_on" );
that way the script will not run until the power is turned on.
7 years ago
Loading ...