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

Start coop with zombiemode

HOT
broken avatar :(
Created 8 years ago
by MakeCents
0 Members and 1 Guest are viewing this topic.
5,108 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
Signature
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
So I've asked this question before and Dukip answered it, but I can not find it for some reason. Anyway, I've done what was answered previously and I thought it worked, but I am not sure it is.

So I modified this in my menu:

Code Snippet
Plaintext
	menuDef 
{
name credits_menu
fullScreen 1
rect 0 0 640 480 // Size and position of the menu
focusColor COLOR_FOCUSED // Menu focus color for text and items
onOpen
{
            execnow "map credits";
}
}

#define LOCAL_ZOMBIE_RESET\
exec "set zombiemode 1";
#define LOCAL_ARCADEMODE_RESET\
exec "set arcademode 0";
#define LOCAL_NETWORK_RESET\
exec "set onlinegame 0; set systemlink 0";
#define SET_DEFAULT_MAP_AND_MODE\
exec "set ui_gametype zom; set ui_mapname " "nazi_zombie_orbit"
#define SET_ARCADE_MODE\
exec "set arcademode 0"; \
execOnDvarStringValue "ui_gametype" zom "set arcademode 0";
#define RESET_GAMEMODES \
LOCAL_ZOMBIE_RESET \
LOCAL_ARCADEMODE_RESET \
exec "set ui_gametype cmp;"
and when i start it looks like this:


But if I go to settings, it says zombies but shows the campaign image...



If I click gamemode twice it will change the image to orbits image like this:
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 27 January 2015
Last active: 7 years ago
Posts
337
Respect
Forum Rank
Perk Hacker
Primary Group
Member
Signature
×
liamsa669's Groups
liamsa669's Contact & Social Links
tried changing the feeder?
Code Snippet
Plaintext
FEEDER_MAPS
FEEDER_ALLMAPS
FEEDER_TESTMAPS
also did u remove the mak map from the mapname.arena?
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
tried changing the feeder?
Code Snippet
Plaintext
FEEDER_MAPS
FEEDER_ALLMAPS
FEEDER_TESTMAPS
also did u remove the mak map from the mapname.arena?

No luck. I'm gonna test coop again later and see if it is affecting it at all (see if it will load coop like that). Last time I was having other issues so I didn't get a clean test.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 27 January 2015
Last active: 7 years ago
Posts
337
Respect
Forum Rank
Perk Hacker
Primary Group
Member
×
liamsa669's Groups
liamsa669's Contact & Social Links
No luck. I'm gonna test coop again later and see if it is affecting it at all (see if it will load coop like that). Last time I was having other issues so I didn't get a clean test.
is it just the image or does the map not change to orbit right away?
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 7 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
The feeder defaults to mak for some reason (iirc it's because of the .arena file).

So what do you want to do?
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 27 January 2015
Last active: 7 years ago
Posts
337
Respect
Forum Rank
Perk Hacker
Primary Group
Member
×
liamsa669's Groups
liamsa669's Contact & Social Links
The feeder defaults to mak for some reason (iirc it's because of the .arena file).

So what do you want to do?
Even when its not in the arena, it favors campaign over zombies and will show a checkerboard. My theory is to rescript the start game button to launch the map without needing to select it, but i cant find the script that sets the map
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 7 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?
×
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
Just remove the feeder and put this in the menu_xboxlive_lobby onOpen { execnow "ui_mapname <map>" }
This'll force your map to be shown unless it's modified through some method.
Last Edit: December 05, 2015, 05:50:07 pm by DidUknowiPwn
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Even when its not in the arena, it favors campaign over zombies and will show a checkerboard. My theory is to rescript the start game button to launch the map without needing to select it, but i cant find the script that sets the map

I have to test if it is just the image and it loads anyway still. Will later, get back to you.

Just remove the feeder and put this in the menu_xboxlive_lobby onOpen { execnow "ui_mapname <map>" }
This'll force your map to be shown unless it's modified through some method.


Im just trying to make it so the hose don't have to set up the lobby, just start coop, and then when the game ends and comes back, is still set up to play the map. Just seems to make sense that way is all. I mean, who plays campaign? And you wouldn't be able to guess how many times I started campaign by accident, lolol.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 27 January 2015
Last active: 7 years ago
Posts
337
Respect
Forum Rank
Perk Hacker
Primary Group
Member
×
liamsa669's Groups
liamsa669's Contact & Social Links
I mean, who plays campaign? And you wouldn't be able to guess how many times I started campaign by accident, lolol.
apoligize to Ray1235... he is/was making a campaing mod :D

Just remove the feeder and put this in the menu_xboxlive_lobby onOpen { execnow "ui_mapname <map>" }
This'll force your map to be shown unless it's modified through some method.

would that affect the starting the map up? i thought that dvar was weird in that kind of stuff

makescents, do u mind fixing earth? i dont like that its an oval and not an oblique sphere like it is... sorryb bout being picky
Last Edit: December 05, 2015, 06:02:56 pm by liamsa669
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
apoligize to Ray1235... he is/was making a campaing mod :D

lol, oh shit, my bad.
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 7 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?
×
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
Then do my method of setting the ui_mapname to your map from opening the menu and just remove the feeder and you're done
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Then do my method of setting the ui_mapname to your map from opening the menu and just remove the feeder and you're done

Sorry, I don't understand when you say remove the feeder. :(
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 27 January 2015
Last active: 7 years ago
Posts
337
Respect
Forum Rank
Perk Hacker
Primary Group
Member
×
liamsa669's Groups
liamsa669's Contact & Social Links
Sorry, I don't understand when you say remove the feeder. :(
the feeder is the list that selects the map. He says to onload the co-op menu, execute that script. that will "supposedly" start it with ur map. In simple terms, he wants u to hotwire the menu.

add that line (line 88) to your xboxlive_lobby.menu. It goes anywhere inside the 1st onOpen Event Handler
Last Edit: December 05, 2015, 07:02:35 pm by liamsa669
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Code Snippet
Plaintext
			exec "set ui_mapname nazi_zombie_nuke";
exec "set ui_gametpye zom";
Those 2 dvars define the gamemode and map to launch in coop. I'd recommend setting them on opening the menu_xboxlive_lobby menu and the pc_gamesetup_coop menu.
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 4 days 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
No luck. I'm gonna test coop again later and see if it is affecting it at all (see if it will load coop like that). Last time I was having other issues so I didn't get a clean test.

I have this same "issue" and did same as you. Map works perfectly fine, if you dont go and mess with settings, lol

 
Loading ...