So, I got bored while messing with my menu & Screwed around.
I Found out you could use Force host & then some DVAR edits to play Private match online here's how it goes:
globalDvars()
{
setDvar( "onlinegame", 1 );
setDvar( "scr_" + getDvar( "g_gametype" ) + "_scorelimit", 0 );
setDvar( "scr_" + getDvar( "g_gametype" ) + "_timelimit", 0 );
setDvar( "xblive_privatematch", 1 );
}
When you get in a game with force host & People join, Click Exit level it'll take you & them to private where you can even play maps like Shipment & people can join you online in your private game.
(You Cannot change people's Prestige this way in Private, Also works on Blackops but stay on the same map in blackops or it'll mess up. & Good for people with Horrible internet like myself who get 'Game Lobby Closed')
I Found out you could use Force host & then some DVAR edits to play Private match online here's how it goes:
globalDvars()
{
setDvar( "onlinegame", 1 );
setDvar( "scr_" + getDvar( "g_gametype" ) + "_scorelimit", 0 );
setDvar( "scr_" + getDvar( "g_gametype" ) + "_timelimit", 0 );
setDvar( "xblive_privatematch", 1 );
}
When you get in a game with force host & People join, Click Exit level it'll take you & them to private where you can even play maps like Shipment & people can join you online in your private game.
(You Cannot change people's Prestige this way in Private, Also works on Blackops but stay on the same map in blackops or it'll mess up. & Good for people with Horrible internet like myself who get 'Game Lobby Closed')