Results 1 to 6 of 6
  1. #1
    aIWInception's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    How do I structure my mod files.

    Hi Guys, this is my first post here.
    How do I structure my _rank.gsc and other files within the mod folder.
    Bascially does anyone have an outline of the folders in which each file must go and the manditory files needed for a mod.
    Thanks,
    Inception

    sorry guys, wrong section.
    Last edited by aIWInception; 08-10-2011 at 10:39 AM.

  2. #2
    ghost123456's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    5
    My Mood
    Hungover
    Quote Originally Posted by aIWInception View Post
    Hi Guys, this is my first post here.
    How do I structure my _rank.gsc and other files within the mod folder.
    Bascially does anyone have an outline of the folders in which each file must go and the manditory files needed for a mod.
    Thanks,
    Inception

    sorry guys, wrong section.

    i dont know if you mean that but for example :
    copy your code and add it here :
    Code:
    #include common_scripts\utility;
    #include maps\mp\_utility;
    #include maps\mp\gametypes\_hud_util;
    
    doSomething()
    {
    CODE HERE....
    }
    and save it as _something.gsc

    then delete it from your _rank.gsc file and put the path (where the _something.gsc is ) in here

    for example :
    Code:
    thread maps\mp\gametypes\_something::doSomething();
    or just add this in top of your _rank.gsc file

    Code:
    #include maps\mp\gametypes\_something
    i hope this helps you

  3. #3
    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
    I do not know what you mean but:

    Here's all the clean GSC files and in which folder they should be located.

    https://www.mpgh.net/forum/323-call-d...ollection.html


    The lines in my Steam are i's

  4. #4
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Moved to GSC Help.
    Texture Mods


    Obedear, the sky is low

  5. #5
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    maps > mp > gametypes > put _rank.gsc here

  6. #6
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,104
    My Mood
    Angelic
    Well, if he looked on the tutorial I made he would see the "strucktur" of the _rank.gsc file
    :P

    And for the other files you find in the GSC RIP Collection....
    You see like:
    gametypes/mp
    then you will make a new folder and name that folder mp
    and put the file you use from the into that folder.
    and so on with the others.
    Like:
    gametypes/killstreaks/ {FILE}
    gametypes/killstreaks/_emp.gsc
    The file names might be wrong but you see how the structure is.
    Last edited by Jorndel; 08-11-2011 at 03:36 AM.

     
    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

Similar Threads

  1. HOW DO I INJECT MOD FILES IN CA
    By Domo in forum Flaming & Rage
    Replies: 5
    Last Post: 06-12-2011, 07:25 PM
  2. How do i put a .dll file into a .rar file??
    By probation in forum WarRock Discussions
    Replies: 8
    Last Post: 09-09-2009, 01:10 PM
  3. [QUESTION] how do i post a winrar file?
    By lxlpwntlxl in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 06-21-2009, 11:07 AM
  4. Do You Know How To Read Or Convert Rez Files Into Somtin Else?
    By KillerKen013 in forum General Hacking
    Replies: 3
    Last Post: 05-19-2009, 02:20 PM
  5. how to safe a standard exe file (trainer) with vb6??
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-08-2007, 08:21 PM

Tags for this Thread