Results 1 to 11 of 11
  1. #1
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow

    Exclamation [SOLVED] Global Thermo Nuclear War ??

    Hey guys, new to the site, and recently had seen someone host 1 of these games called *Global Thermo Nuclear War*

    i had asked the user where he got the mod, n he said he had only entered it in the console to make it happen, and he gave me this command for the console

    *
    g_gametype gtnw
    scr_gtnw_numlives "0"
    scr_gtnw_playerrespawndelay "0"
    scr_gtnw_promode "0"
    scr_gtnw_roundlimit "1"
    scr_gtnw_roundswitch "0"
    scr_gtnw_scorelimit "101"
    scr_gtnw_timelimit "10"
    scr_gtnw_waverespawndelay "0"
    scr_gtnw_winlimit "1"
    *

    the only thing is... i dont want to have to enter that into the console when i wanna play it as i personally think it would be easier to just have a GSC file to load it into the game, just like the rest of the mods i've found here.
    please let me know if sumone is able to do this

  2. #2
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    Or just make 1 code:
    Code:
    g_gametype gtnw;scr_gtnw_numlives "0";scr_gtnw_playerrespawndelay "0";scr_gtnw_promode "0";scr_gtnw_roundlimit "1";scr_gtnw_roundswitch "0";scr_gtnw_scorelimit "101";scr_gtnw_timelimit "10";scr_gtnw_waverespawndelay "0";scr_gtnw_winlimit "1";
    And copy paste the whole thing.
    I helped you out?
    Press the button

  3. The Following 2 Users Say Thank You to Mr.Mackey For This Useful Post:

    03maurice10 (09-14-2010),I<3Pie (09-11-2010)

  4. #3
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    Quote Originally Posted by Mr.Mackey View Post
    Or just make 1 code:
    Code:
    g_gametype gtnw;scr_gtnw_numlives "0";scr_gtnw_playerrespawndelay "0";scr_gtnw_promode "0";scr_gtnw_roundlimit "1";scr_gtnw_roundswitch "0";scr_gtnw_scorelimit "101";scr_gtnw_timelimit "10";scr_gtnw_waverespawndelay "0";scr_gtnw_winlimit "1";
    And copy paste the whole thing.
    alright, so i just copy that, paste in notepad, save it as a GSC file, load through liberation n it should work?? doesnt need anything else?? cuz every other mod i downloaded from here had to have the"#maps/mp/gametypes" at the top of the file, so im just curious if this is sumthin different cuz i was already doin editing in a file to have all that #maps/mp/gametypes n that, but if its not needed then i prolly shouldnt continue :P

  5. #4
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Quote Originally Posted by Shwin420 View Post
    alright, so i just copy that, paste in notepad, save it as a GSC file, load through liberation n it should work?? doesnt need anything else?? cuz every other mod i downloaded from here had to have the"#maps/mp/gametypes" at the top of the file, so im just curious if this is sumthin different cuz i was already doin editing in a file to have all that #maps/mp/gametypes n that, but if its not needed then i prolly shouldnt continue :P
    lol u dont need to make it as a gsc file..u can use da console..
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  6. #5
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    Quote Originally Posted by assasinate3d View Post
    lol u dont need to make it as a gsc file..u can use da console..
    well heres the thing, as u may not have read above, i dont want to enter the code into the console every time i want to play it, would rather just load the gsc n be done with it.

    but i also tried to make my own gsc file (unsuccessful), n i had tried to just put the command in the console but that was also unsuccessful.

    so i am hoping that someone will be able to make the gsc file and have it working. cuz so far every attempt i tried has been a fail for this...

  7. #6
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    Well if you play AlterIW, they have a GlobalthermoNuclear War Playlist.
    Or in a GSC, you could do

    Code:
    gtnw {
    self setDvar("ui_gametype", gtnw"
    }
    Add that to the bottom of a plain _rank.gsc.

  8. #7
    lior19940's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    10
    Just take a clean _rank.gsc (which i dont have) and put these as Dvars.

    Here is the Dvar list you need to insert into the clean _rank.gsc file:

    setDvar("g_gametype", gtnw);
    setDvar("scr_gtnw_numlives", 0);
    setDvar("scr_gtnw_playerrespawndelay", 0);
    setDvar("scr_gtnw_promode", 0);
    setDvar("scr_gtnw_roundlimit", 1);
    setDvar("scr_gtnw_roundswitch", 0);
    setDvar("scr_gtnw_scorelimit", 101);
    setDvar("scr_gtnw_timelimit", 10);
    setDvar("scr_gtnw_waverespawndelay", 0);
    setDvar("scr_gtnw_winlimit", 1);

  9. #8
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    Quote Originally Posted by CainFool View Post
    Well if you play AlterIW, they have a GlobalthermoNuclear War Playlist.
    Or in a GSC, you could do

    Code:
    gtnw {
    self setDvar("ui_gametype", gtnw"
    }
    Add that to the bottom of a plain _rank.gsc.
    didnt work.....

    Quote Originally Posted by lior19940 View Post
    Just take a clean _rank.gsc (which i dont have) and put these as Dvars.

    Here is the Dvar list you need to insert into the clean _rank.gsc file:

    setDvar("g_gametype", gtnw);
    setDvar("scr_gtnw_numlives", 0);
    setDvar("scr_gtnw_playerrespawndelay", 0);
    setDvar("scr_gtnw_promode", 0);
    setDvar("scr_gtnw_roundlimit", 1);
    setDvar("scr_gtnw_roundswitch", 0);
    setDvar("scr_gtnw_scorelimit", 101);
    setDvar("scr_gtnw_timelimit", 10);
    setDvar("scr_gtnw_waverespawndelay", 0);
    setDvar("scr_gtnw_winlimit", 1);
    didnt work either.....
    im guessin nobody can just make the gsc file n test it b4 hand to know it works then post it up here?? cuz nothin seems to be working....
    Last edited by Shwin420; 09-09-2010 at 02:01 PM. Reason: adding another quote with reply

  10. #9
    lior19940's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    10
    There you go:

    #include common_scripts\utilit - Anonymous - kftVcNsa - Pastebin.com

    That is the _rank.gsc file (I tested it out, works like a charm :P)

  11. The Following User Says Thank You to lior19940 For This Useful Post:

    Shwin420 (09-09-2010)

  12. #10
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    Quote Originally Posted by lior19940 View Post
    There you go:

    #include common_scripts\utilit - Anonymous - kftVcNsa - Pastebin.com

    That is the _rank.gsc file (I tested it out, works like a charm :P)
    THANK U SO MUCH!!!

  13. #11
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Marked as Solved

    Ex Middleman

Similar Threads

  1. [SOLVED] Global Thermo Nuklear rank?
    By G-host in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 09-11-2010, 05:55 PM
  2. [SOLVED]Global thermonuclear war? hosting?
    By MaasMaas in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 08-30-2010, 05:18 AM
  3. [SOLVED] Global Thermonucier War
    By Aphix in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-03-2010, 06:08 AM
  4. Global Thermo Nuclear War
    By furmonk in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 05-30-2010, 05:16 PM
  5. global nuclear war??
    By lrs in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 03-28-2010, 09:13 AM

Tags for this Thread