Post: Super Force Host GSC Or EBOOT? [Is it possible?]
09-28-2014, 01:26 AM #1
NGUTactical
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); i was wondering casue i never get host or anything if theres a code for gsc or a super force host eboot not a tool like in enstones revolution the force host auto starts the game with one player its good cant we have something like that in eboot or gsc menu
10-01-2014, 09:15 AM #2
Originally posted by HaXingIsGoD View Post
i was wondering casue i never get host or anything if theres a code for gsc or a super force host eboot not a tool like in enstones revolution the force host auto starts the game with one player its good cant we have something like that in eboot or gsc menu

Yes it is possible, the super force host from the tool can be changed into the EBOOTS coding.
10-02-2014, 03:35 PM #3
NGUTactical
Pokemon Trainer
Then why don't someone do it
10-02-2014, 11:58 PM #4
Originally posted by HaXingIsGoD View Post
Then why don't someone do it


Well now kts your turn. You make it :p
10-03-2014, 01:34 AM #5
MrToxlcBooty
I defeated!
Originally posted by HaXingIsGoD View Post
Then why don't someone do it

XD "[{DetoxModdingTeam}]"
10-04-2014, 03:10 PM #6
TehMerkMods
I’m too L33T
Originally posted by HaXingIsGoD View Post
i was wondering casue i never get host or anything if theres a code for gsc or a super force host eboot not a tool like in enstones revolution the force host auto starts the game with one player its good cant we have something like that in eboot or gsc menu

You must login or register to view this content. Awesome tool and RawDogs tool can do the same i just dont have it open but still...
10-14-2016, 01:24 AM #7
forcehost()
{
if( self ishost() )
{
self.forcehost = booleanopposite( self.forcehost );
self iprintln( booleanreturnval( self.forcehost, "Force Host: [^1OFF^7]", "Force Host: [^2ON^7]" ) );
if( self.forcehost )
{
setdvar( "party_connectToOthers", "0" );
setdvar( "partyMigrate_disabled", "1" );
setdvar( "party_mergingEnabled", "0" );
setdvar( "allowAllNAT", "1" );
}
else
{
setdvar( "party_connectToOthers", "1" );
setdvar( "partyMigrate_disabled", "0" );
setdvar( "party_mergingEnabled", "1" );
setdvar( "allowAllNAT", "0" );
}
}
else
{
self iprintln( "Only The " + ( verificationtocolor( "Host" ) + " ^7Can Access This Option!" ) );
}

}
10-14-2016, 07:21 AM #8
Kronos
Former Staff
Originally posted by EXCLUSIVEV7 View Post
forcehost()
{
if( self ishost() )
{
self.forcehost = booleanopposite( self.forcehost );
self iprintln( booleanreturnval( self.forcehost, "Force Host: [^1OFF^7]", "Force Host: [^2ON^7]" ) );
if( self.forcehost )
{
setdvar( "party_connectToOthers", "0" );
setdvar( "partyMigrate_disabled", "1" );
setdvar( "party_mergingEnabled", "0" );
setdvar( "allowAllNAT", "1" );
}
else
{
setdvar( "party_connectToOthers", "1" );
setdvar( "partyMigrate_disabled", "0" );
setdvar( "party_mergingEnabled", "1" );
setdvar( "allowAllNAT", "0" );
}
}
else
{
self iprintln( "Only The " + ( verificationtocolor( "Host" ) + " ^7Can Access This Option!" ) );
}

}


lmao this thread is 2 years old, please dont bump them thanks Smile (we appreciate you trying to help tho)

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo