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

[Beta] UGX Mod Standalone v1.1.0 (updated 1/3/2016)

HOTPINNED
broken avatar :(
Created 8 years ago
by treminaor
0 Members and 1 Guest are viewing this topic.
176,061 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
After installing this "T4M" thing into my WaW, I went back into the game to see if it worked now.

(Image removed from quote.)
(Image removed from quote.)

I really don't know if I did anything wrong honestly.
I just made one room in radiant, built the mod and map, and then tried to play it for a quick test.
But if anyone knows a solution, that would be really helpful.

Old post but I thought about bringing this up anyway since I have the same issue.

Note in console it says "Model: cg_~~" the model passed is a dvar which isn't correct. I spent some time on this issue and haven't been able to figure out where it comes from though the issue comes from a certain combination of xmodels based on what trem had said when I was working on it a while back. I may look at it again (I should) but I don't know if I'll be able to figure out anything new again.
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 14 April 2014
Last active: 7 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
Xxd4rkl0rdxX's Groups
Xxd4rkl0rdxX's Contact & Social Links
For a BETA, there is not too many issues. Well done m8,
can't wait to see what you will be able to do with Black Ops 3 later this year
 :)
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 17 November 2015
Last active: 3 years ago
Posts
30
Respect
Forum Rank
Legless Crawler
Primary Group
Donator ♥
My Groups
More
×
TheLapper96's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
TheLapper96's Contact & Social Links
Still got the same problem when I try to play a map I made, that has any perk machines.
I turned on developer mode and it says it has to do with a runtime error.
So I guess it has to do with this part of the log:


I hope someone can figure out the problem anyway, because I really want to create a map with ugx 1.1
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
Signature
Let's keep this thread on topic from here on in. -DBZ

+1 to off-topic reply -DBZ

lmao. Too funny.

Goliath Script Placer: http://ugx-mods.com/forum/index.php/topic,11234.msg125257/topicseen.html#new

"...Christ, people. Learn C, instead of just stringing random characters
together until it compiles (with warnings)..."

-Linus Torvalds
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
Still got the same problem when I try to play a map I made, that has any perk machines.
I turned on developer mode and it says it has to do with a runtime error.
So I guess it has to do with this part of the log:
(Image removed from quote.)

I hope someone can figure out the problem anyway, because I really want to create a map with ugx 1.1

Does this:
Code Snippet
Plaintext
model_swap_machines() //UGXM-19 model swapping for the BO1/2 models we don't have permission to redistribute
{
machines = getEntArray("zombie_vending", "targetname");

if(!isDefined(machines) && machines.size <= 0)
return;
for(i=0; i<machines.size; i++)
{
model = getEnt(machines[i].target, "targetname");
if(isDefined(model.script_noteworthy))
model setModel(model.script_noteworthy);
}

if(!isDefined(getEnt("zombie_vending_elemental", "targetname"))
return;

if(isDefined(getEnt(trig.target, "targetname"))
getEnt(trig.target, "targetname") setModel("ugxm_elemental_machine");
}

help any?
Last Edit: February 12, 2016, 10:44:41 pm by daedra descent
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 17 November 2015
Last active: 3 years ago
Posts
30
Respect
Forum Rank
Legless Crawler
Primary Group
Donator ♥
My Groups
More
×
TheLapper96's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
TheLapper96's Contact & Social Links
Does this:
Code Snippet
Plaintext
model_swap_machines() //UGXM-19 model swapping for the BO1/2 models we don't have permission to redistribute
{
machines = getEntArray("zombie_vending", "targetname");

if(!isDefined(machines) && machines.size <= 0)
return;
for(i=0; i<machines.size; i++)
{
model = getEnt(machines[i].target, "targetname");
if(isDefined(model.script_noteworthy))
model setModel(model.script_noteworthy);
}

if(!isDefined(getEnt("zombie_vending_elemental", "targetname"))
return;

if(isDefined(getEnt(trig.target, "targetname"))
getEnt(trig.target, "targetname") setModel("ugxm_elemental_machine");
}

help any?
`

My game doesn't crash anymore, but the map doesn't load.
Bad syntax error, but thanks for trying I guess? ^^;
Anyone else have any ideas?
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
`

My game doesn't crash anymore, but the map doesn't load.
Bad syntax error, but thanks for trying I guess? ^^;
Anyone else have any ideas?

Can you post a picture of the error in the console(with developer enabled)? Probably missed a bracket somewhere.

Edit: Think i fixed it. None of the UGX maps that i have work ATM so i can't test anything.

Code Snippet
Plaintext
model_swap_machines() //UGXM-19 model swapping for the BO1/2 models we don't have permission to redistribute
{
machines = getEntArray("zombie_vending", "targetname");

if(!isDefined(machines) && machines.size <= 0)
return;
for(i=0; i<machines.size; i++)
{
model = getEnt(machines[i].target, "targetname");
if(isDefined(model) && isDefined(model.script_noteworthy))
model setModel(model.script_noteworthy);
}

if(!isDefined(getEnt("zombie_vending_elemental", "targetname")))
return;

if(isDefined(getEnt(trig.target, "targetname")))
getEnt(trig.target, "targetname") setModel("ugxm_elemental_machine");
}
Last Edit: February 15, 2016, 11:14:51 pm by daedra descent
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 17 November 2015
Last active: 3 years ago
Posts
30
Respect
Forum Rank
Legless Crawler
Primary Group
Donator ♥
My Groups
More
×
TheLapper96's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
TheLapper96's Contact & Social Links
Can you post a picture of the error in the console(with developer enabled)? Probably missed a bracket somewhere.

Edit: Think i fixed it. None of the UGX maps that i have work ATM so i can't test anything.

Code Snippet
Plaintext
model_swap_machines() //UGXM-19 model swapping for the BO1/2 models we don't have permission to redistribute
{
machines = getEntArray("zombie_vending", "targetname");

if(!isDefined(machines) && machines.size <= 0)
return;
for(i=0; i<machines.size; i++)
{
model = getEnt(machines[i].target, "targetname");
if(isDefined(model) && isDefined(model.script_noteworthy))
model setModel(model.script_noteworthy);
}

if(!isDefined(getEnt("zombie_vending_elemental", "targetname")))
return;

if(isDefined(getEnt(trig.target, "targetname")))
getEnt(trig.target, "targetname") setModel("ugxm_elemental_machine");
}

Tried, but got a different error, I mean atleast my game doesn't crash? Atleast I get to see the error!

Anyway, here's the console log:


Sorry for not posting it last time :P
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 8 months ago
Posts
3,997
Respect
1,024Add +1
Forum Rank
Eviscerator
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
×
HitmanVere's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Played Necro City today with Relaxing and noticed 2 bugs, that are probably mod issues (as both features are in Requiem)
1. Getting Hacker from box replaces your other primary weapon and you lose it, when swapping weapons
2. Elemental teleporter only works on host, if host is in radius. Other players get the electric screen and screen goes black, but instead of teleporting to Elemental room, they stay in teleporter
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
Tried, but got a different error, I mean atleast my game doesn't crash? Atleast I get to see the error!

Anyway, here's the console log:
(Image removed from quote.)

Sorry for not posting it last time :P

What about this?

Code Snippet
Plaintext
model_swap_machines() //UGXM-19 model swapping for the BO1/2 models we don't have permission to redistribute
{
machines = getEntArray("zombie_vending", "targetname");

if(!isDefined(machines) && machines.size <= 0)
return;
for(i=0; i<machines.size; i++)
{
model = getEnt(machines[i].target, "targetname");
if(isDefined(model) && isDefined(model.script_noteworthy))
model setModel(model.script_noteworthy);
}

elem = getEnt("zombie_vending_elemental", "targetname");

if(isDefined(elem) && isDefined(elem.target))
if(isDefined(getEnt(elem.target, "targetname")))
getEnt(elem.target, "targetname") setModel("ugxm_elemental_machine");
}

Double Post Merge: February 29, 2016, 12:12:46 am
Played Necro City today with Relaxing and noticed 2 bugs, that are probably mod issues (as both features are in Requiem)
1. Getting Hacker from box replaces your other primary weapon and you lose it, when swapping weapons

Looks like its caused by the treasure_chest_give_weapon function. It calls weapon_give but since it isn't threaded treasure_chest_give_weapon just keeps running after weapon_give returns from calling giveHacker().

Atleast, thats the only thing i can think of that could be causing that to happen...
Last Edit: February 29, 2016, 12:12:46 am by daedra descent
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 14 April 2014
Last active: 7 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
Xxd4rkl0rdxX's Groups
Xxd4rkl0rdxX's Contact & Social Links
I tried using the fix for Save & Close/Start Game button not appearing, but it still doesn't work?
Any help?
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 28 September 2013
Last active: 3 months ago
Posts
1,574
Respect
Forum Rank
Zombie Destroyer
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
×
conn6orsuper117's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
conn6orsuper117's Contact & Social LinksConn6orsuper117ITS-CS117
Do You guys know when the mod will be out of beta?
broken avatar :(
×
broken avatar :(
Location: ch
Date Registered: 19 January 2015
Last active: 10 months ago
Posts
28
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Groups
More
My Contact & Social Links
More
×
Gamefreak2ful's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Gamefreak2ful's Contact & Social LinksWollmilchsau2000
I hope as soon as possible. I have a map ready to release and I just have to wait for the UGX-Mod. Treminaor said he is still working on the update.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 28 September 2013
Last active: 3 months ago
Posts
1,574
Respect
Forum Rank
Zombie Destroyer
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
×
conn6orsuper117's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
conn6orsuper117's Contact & Social LinksConn6orsuper117ITS-CS117
For the next patch can you remove semtex from the box and fix the Headless hazmats?
I tried doing it myself alot already but cant seem to figure it out
broken avatar :(
×
broken avatar :(
[UGX] Founder
Location: usBay Area, California
Date Registered: 24 June 2011
Last active: 8 months ago
Posts
5,551
Respect
6,691Add +1
Forum Rank
Immortal
Primary Group
UGX Administrator
My Groups
More
My Contact & Social Links
More
Signature
If Java had true garbage collection, most programs would delete themselves upon execution.
×
treminaor's Groups
UGX Administrator
UGX Team Member
UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
just uploaded a new version of the mod. should fix the issues people are having with the start game and/or save settings buttons being invisible. remember to continue copying your ugx_userconflig.cfg and defaultXboxControls.cfg into your appdata/mods/mapname folder if they are missing before releasing your map.
broken avatar :(
×
broken avatar :(
Location: usgeorgia
Date Registered: 24 April 2013
Last active: 8 months ago
Posts
560
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Mapper
×
whippytrout's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
whippytrout's Contact & Social LinksWhippyTroutWhippyTrout
When I launch the game I still have to go into the ugx settings menu and change stuff, then click save and close in order to see the "Start Game" button. I have to do this every time I launch Call of Duty. Also the "New" text is always beside the settings button. No matter what I try the new text never goes away and I always have to save and close my settings to see the start button.

It seems like a small issue but if I were to release a map using the mod I would get a million complaints about not being able to start the game. lol  :lol:


Please help,

WhippyTrout

 
Loading ...