Close



Keep me logged in.

Forgot your password? | Register Now

Page 5 of 13 FirstFirst ... 3 4 5 6 7 ... LastLast
Results 41 to 50 of 123
  1. Original Post
    Nobody is like me
    Cody_h4x's Avatar

    Default [1.11 Release]Getting multiple Patches in one

    Multiple Patches
    So far I've gotten (and satisfied with)
    My private Patch,
    Craigchrist's "Steal this Patch"
    Hawkin's "Zombieland" Latest version
    all in one :ftw:

    Alright everyone, I've been bugged about this to release but this is really only common sense and the only thing needed to be done is to modify the second patches init, Connect, and spawned. Its fairly simple your using the same code to switch game modes. I feel this had to go in Modified patches section because even though it's a code its more about the patch itself, but if a mod wants to move it to exploits go ahead.

    By using the Gamemode changer:
    Code:
    GameChange(G){
    self iPrintln("^1Changing Game Mode : ^5Done");
    wait 1;
    setDvar("matchGameType",G);
    setDvar("g_password","");
    map(getDvar("mapname"));
    }
    You can "Dual Boot" into another patch

    (Basically your menu would look like)

    Code:
    menu.namer[1]="GodlyModz v4";
    menu.funcs[1]=::GameChange;
    menu.input[1]=1;
    Just change the variable to any integar your gunna use for that specific patch, because your going to have to go to onPlayerConnect() and thread it.

    So for example putting GodlyModz v4 was like this:
    Code:
    		if(level.matchGameType=="1")
    		{
    			player.Verify1=0;
    			player.Verify2=0;
    			player thread Hunter();
    		}
    but now you can make things more organised for yourself and simply thread it without having to put it through onPlayerSpawned, and again for example my GodlyModz v4 was setup like this:
    Code:
    Hunter(){
    for(;;){
    self waittill("spawned_player");
    //codes here
    }
    So its very simple to put more than one patch in one =D some of the file sizes on estimation are:

    GodlyModz v4 == About 7,000
    Hunter128's (old patch) == About 3,500
    Chocolates Patch == About 9,000

    Also if your seeting another mod menu than your gunna have to disable the mod menu of the orignal patch, or else you'll be opeing two menus at the same time :carling:
    You can simply do this by calling a "Remove Access" function from your patch for each player, ( Dont forget to remove if (p!=self) or similar) so It removes it for everyone including the host

    Haha a cool thing for xbox patches is that you can really have "unlimited" room...........inb4 all patches in one? :carling:

    If you need any help at all feel free to let me know
    Oh 1 more thing......







    if sum rdc newfag fanboyfags r readin dis right nao fuk u :carling:
    & stop takin creditz0rz :smh:
    Last edited by Cody_h4x; 02-27-2012 at 02:42 PM.
    Register or log in to view signatures.

  2. The Following 14 Users Say Thank You to Cody_h4x For This Useful Post:

    -Google- (02-03-2012), AgentSexyPig (11-02-2011), Clouds (10-31-2011), Cmd-X (11-26-2011), FUS1ON (02-18-2012), Kitty=^.^= (02-27-2012), Klots (02-09-2012), LEzStarz (11-01-2011), Mr.Hannu (11-01-2011), Palomo (02-26-2012), Rainbow Gravity (01-24-2012), ThereThatGuy (11-01-2011), T_m_b07 (03-09-2012), [MOD]iTruceFret (11-01-2011)

  3. #41
    Nobody is like me
    Cody_h4x's Avatar

    Default





    0 Not allowed! Not allowed!
    Quote Originally Posted by kane212v2isgay View Post
    How is this a release? Everyone who knows how to code in GSC knows how to do this.
    Hahaha Everyone knows how to do this? Thats why the only people who released somehting with more menu than just one or (patch) was x_Daftvader_x (never released, it was his small menu with TheUnknown's 2.8.5) and KBrizzle with zombies and tree Patch, and me obviously with hunter, chocolate, and godlymodz v4.
    Register or log in to view signatures.

  4. #42
    Bottom Feeder

    Default Patch


    0 Not allowed! Not allowed!
    can u send the xbox patch u use
    Register or log in to view signatures.

  5. #43
    Respect pl0x?
    Kane500's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by Cody_h4x View Post
    Hahaha Everyone knows how to do this? Thats why the only people who released somehting with more menu than just one or (patch) was x_Daftvader_x (never released, it was his small menu with TheUnknown's 2.8.5) and KBrizzle with zombies and tree Patch, and me obviously with hunter, chocolate, and godlymodz v4.
    I did this in W@W with my studman edit. Same exact way.

    ---------- Post added at 08:33 PM ---------- Previous post was at 08:32 PM ----------

    Quote Originally Posted by NGU Troll View Post
    They know how to call a different patch from the one you are running? I know how to code in GSC and I didn't know how. I pestered him for weeks to tell me how to do this
    Yea sure you do.
    Register or log in to view signatures.

  6. #44
    Error 404: Title Not Found
    Clouds's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by kane212v2isgay View Post
    I did this in W@W with my studman edit. Same exact way.

    ---------- Post added at 08:33 PM ---------- Previous post was at 08:32 PM ----------



    Yea sure you do.
    If everyone knew how to do this, don't you think it would have been released a WHILE ago? Some knew how to do it, but not everyone knew it was this simple.
    Register or log in to view signatures.

  7. #45
    Respect pl0x?
    Kane500's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by NGU Troll View Post
    If everyone knew how to do this, don't you think it would have been released a WHILE ago? Some knew how to do it, but not everyone knew it was this simple.
    Theres a few different ways to do this. This isn't the only way to do this.
    Register or log in to view signatures.

  8. #46
    Error 404: Title Not Found
    Clouds's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by kane212v2isgay View Post
    Theres a few different ways to do this. This isn't the only way to do this.
    Yeah, I know that there are multiple ways.
    Register or log in to view signatures.

  9. #47
    Chili Cheese

    Default


    0 Not allowed! Not allowed!
    can some 1 post a vid tutorial or wat patches this code cud be used with or another tutorial plz
    Register or log in to view signatures.

  10. #48
    IDontbreak's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by Forsaken_Truce View Post
    Notepad++ as well as tutorials throughout the Youtube community. I once was told, 'Find you a Youtube channel you can clearly understand, and you'll learn just as much, if not more, as you would from a University.' Then I was reminded from my girlfriend, 'You can't get a job with a *Youtube Degree*'. :lol:
    Funny thing is you stole that joke and you do not have a girlfriend.
    Ha-ha
    Register or log in to view signatures.

  11. #49
    Banned

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by Cody_h4x View Post
    Multiple Patches

    Alright everyone, I've been bugged about this to release but this is really only common sense and the only thing needed to be done is to modify the second patches init, Connect, and spawned. Its fairly simple your using the same code to switch game modes. I feel this had to go in Modified patches section because even though it's a code its more about the patch itself, but if a mod wants to move it to exploits go ahead.

    By using the Gamemode changer:
    Code:
    GameChange(G){
    self thread iPrintln("^1Changing Game Mode : ^5Done");
    wait 1;
    setDvar("matchGameType",G);
    setDvar("g_password","");
    map(getDvar("mapname"));
    }
    You can "Dual Boot" into another patch

    (Basically your menu would look like)

    Code:
    menu.namer[1]="GodlyModz v4";
    menu.funcs[1]=::GameChange;
    menu.input[1]=1;
    Just change the variable to any integar your gunna use for that specific patch, because your going to have to go to onPlayerConnect() and thread it.

    So for example putting GodlyModz v4 was like this:
    Code:
    		if(level.matchGameType=="1")
    		{
    			player.Verify1=0;
    			player.Verify2=0;
    			player thread Hunter();
    		}
    but now you can make things more organised for yourself and simply thread it without having to put it through onPlayerSpawned, and again for example my GodlyModz v4 was setup like this:
    Code:
    Hunter(){
    for(;;){
    self waittill("spawned_player");
    //codes here
    }
    So its very simple to put more than one patch in one =D some of the file sizes on estimation are:

    GodlyModz v4 == About 7,000
    Hunter128's (old patch) == About 3,500
    Chocolates Patch == About 9,000

    Also if your seeting another mod menu than your gunna have to disable the mod menu of the orignal patch, or else you'll be opeing two menus at the same time :carling:
    You can simply do this by calling a "Remove Access" function from your patch for each player, ( Dont forget to remove if (p!=self) or similar) so It removes it for everyone including the host

    Haha a cool thing for xbox patches is that you can really have "unlimited" room...........inb4 all patches in one? :carling:

    If you need any help at all feel free to let me know
    Oh 1 more thing......







    if sum rdc newfag fanboyfags r readin dis right nao fuk u :carling:
    & stop takin creditz0rz :smh:
    nice, so with this do you think it would be possible to maybe keep the host using a different patch and give other players a different patch. like for example i like to use tree patch, but most people like the dconnor style menus etc.
    so like you i use tree patch they use different patch whatever. i'm look into it. i'll post my finding here.
    Register or log in to view signatures.

  12. #50
    Error 404: Title Not Found
    Clouds's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by D3ss3rtPr0ducts View Post
    nice, so with this do you think it would be possible to maybe keep the host using a different patch and give other players a different patch. like for example i like to use tree patch, but most people like the dconnor style menus etc.
    so like you i use tree patch they use different patch whatever. i'm look into it. i'll post my finding here.
    It's possible, but unlikely. You'd need to run separate onPlayerConnect() threads, which I don't think is possible. There's always the chance that you could use the if(self isHost()) command to thread a separate patch to run only for you, though. But I'm going to keep running in a circle on why it can't be done, and how it could. So I'll stop here.
    Register or log in to view signatures.

Page 5 of 13 FirstFirst ... 3 4 5 6 7 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •