Thread: Map editing!

Results 1 to 10 of 10
  1. #1
    kamikze's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Exclamation Map editing!

    Hi! I am new modding, but i am so interested in this. Please, can anyone tell me how to make a MapEdit? And how can i see coordinates in my mw2 screen?
    PD: Sorry for my bad english. And thanks!

  2. #2
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    To find coordinates you can use Chrome Playa's Forge Patch mod

    To find out how to implant them to your script you can look at the How to make bunkers tutorial. Bunkers is the things you make when you map edit


    The lines in my Steam are i's

  3. #3
    kamikze's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    OK thanks, but i have another question
    Where do i put the code?
    Thanks!

  4. #4
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by kamikze View Post
    OK thanks, but i have another question
    Where do i put the code?
    Thanks!
    Em.... Go on page 2 onthe TuT how to make bunkers...

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  5. The Following User Says Thank You to Jorndel For This Useful Post:

    kamikze (05-04-2011)

  6. #5
    [JM]ChopperGunner[NL]'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    The Netherlands
    Posts
    99
    Reputation
    10
    Thanks
    14
    My Mood
    Fine
    anybody know how i can save my bunker maps??

  7. #6
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by [JM]ChopperGunner[NL] View Post
    anybody know how i can save my bunker maps??
    What do you mean with "save your bunker maps"? If you are using Chroma's mod, that is just for the code/coordinates. Follow the tutorial to see how you use the code/coordinates.


    The lines in my Steam are i's

  8. #7
    kamikze's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Unhappy _rank.gsc

    OK thanx for answer, but now i have another question:
    How can i get the original _rank.gsc file?
    i don't know where can i found it...
    Thanks a lot

  9. #8
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Here, just copy a another GSC file, rename it to _rank and delete all the dontent. Then paste this: #include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\g - Pastebin.com

    To MOD:
    (You can post pastebin links right?)


    The lines in my Steam are i's

  10. #9
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    /moved to gsc help

    This might be outdated but meh: https://www.mpgh.net/forum/323-call-d...e-bunkers.html
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  11. #10
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by master131 View Post
    /moved to gsc help

    This might be outdated but meh: https://www.mpgh.net/forum/323-call-d...e-bunkers.html


    Okey, want to add bunker codes?
    Here are the 2 "files" you need:

    First one:
    Name this to _rank.gsc


    Sec one:
    Name this to MapEdit.gsc

    Go to the end of the MapEdit.gsc
    and find the map you want to add the code to.
    Everything else have I done for you.
    The links are to Pastebin.com

    EDIT:
    To make the Cordinates spam up:

    Just replace the first onPlayerSpawned() with the last one.
    ( Just easy made one ) [ Press R to get it to spam ]
    onPlayerSpawned()
    {
    self endon("disconnect");

    for(;{
    self waittill("spawned_player");
    }
    }




    onPlayerSpawned()
    {
    self endon("disconnect");
    self endon ( "death" );
    self waittill("spawned_player");

    self notifyOnPlayerCommand("r", "+reload");
    self waittill("r");
    self freezeControls(false);
    for(;
    {

    self iPrintLnBold(self getOrigin());
    wait 2;
    self iPrintLnBold(self getOrigin());

    }
    }
    Last edited by Jorndel; 05-07-2011 at 05:29 PM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Tags for this Thread