Results 1 to 5 of 5
  1. #1
    n3rox's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Rogaland, Norway
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Drunk

    Smile Hardcore + Ghillie suits

    Ohai there!

    I'm pretty new to gsc modding, and I save some (hopefully) simple questions. I'm currently working on my first proper mod, it's not much, but it's good for learning some of the basics.

    What I need to know is how to make the game hardcore (no hud + miniscule health) no matter what gamemode, and how to give all players in the lobby ghillie suits. Making the game hardcore sounds really simple, but for some reason I haven't found anything about it googling for almost an hour (might just be me sucking at googling stuff). I found some thread about the ghillie suit thing, but I didn't quite understand it.

    Thanks in advance,

    - Nerox
    Last edited by n3rox; 10-24-2011 at 01:05 PM.

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Ghillie only:
    Code:
    self detachAll();
    self [[game[self.pers["team"] + "_model"]["GHILLIE"]]]();
    Hardcore (requires restart):
    Code:
    setDvar("g_hardcore", "0");
    Miniscule Health (requires restart):
    Code:
    setDvar("scr_player_maxhealth", "20");
    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]

  3. The Following User Says Thank You to master131 For This Useful Post:

    n3rox (10-25-2011)

  4. #3
    n3rox's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Rogaland, Norway
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Drunk
    Ah, thanks a lot!
    I already found the hardcore code, but thanks!

  5. #4
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Quote Originally Posted by master131 View Post
    Hardcore (requires restart):
    Code:
    setDvar("g_hardcore", "0");
    That turns off the hardcore HuD settings

  6. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Woopsies. :3

    /marked as solved
    /closed
    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]

Similar Threads

  1. Ghillie suit kid
    By bjorn1213 in forum General
    Replies: 7
    Last Post: 03-05-2011, 02:43 PM
  2. How to give all enemies a ghillie suit??
    By Yamato in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 7
    Last Post: 10-29-2010, 10:54 AM
  3. [RELEASE] liquidforce ghillie suit V1
    By No5cope in forum Combat Arms Mods & Rez Modding
    Replies: 41
    Last Post: 01-20-2010, 05:11 AM
  4. [RELEASE] Liquidforce Ghillie suit's V2!
    By No5cope in forum Combat Arms Mods & Rez Modding
    Replies: 40
    Last Post: 01-18-2010, 04:21 PM
  5. ZoneAlarm Security Suite Code - $50 Value
    By Haites in forum Hardware & Software Support
    Replies: 0
    Last Post: 09-19-2007, 07:12 PM

Tags for this Thread