Results 1 to 12 of 12
  1. #1
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0

    Question A few questions about the mod I'm making

    hi

    Im making a mod and it's coming along great but I really could use a little help from some of you more experienced modders..I have a few questions, if you can answer any of them that would be awesome

    1.) Some of the maps will be a quite dark night time...I would like to include night vision in my mod by enabling the line of code in _class.gsc " self _SetActionSlot( 1, "nightvision" );" ... but is it possible to not have this option enabled ALL the time. I would like to make it a deathstreak bonus or maybe make it so that you can only toggle night vision when you have UAV.

    2.)Is it possible to make the options menu un-available in a modded game? so players can't just turn up the brightness on the darker night time maps.

    3.)Is it possible to give everyone the Sniper class so they have Ghillie suits (and make the other classes including custom.. un-selectable)

    4.)Is it possible to give people who join my modded game default exp points lvl increase etc... all the _rank.gsc's I've tried using don't give any at all..

  2. #2
    RowanPC's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    12
    My Mood
    Relaxed
    at your first point, did you saw my new mod? it's perfect for ur mod

    =) Search for Day 'n' Night mod

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

    Akira303 (08-16-2010)

  4. #3
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    thankyou for the reply and yes I tried it..very cool but the problem is I don't want the players to be able to toggle night vision whenever they want (kind of defeats the purpose of having a night time map because everyone will just be running around using night vision)

    I would like to make it so that the players can only toggle night vision when they have got the UAV killstreak or when they have death streak copycat (and it will only last untill they kill someone) (my mod is hardcore mode and I have set the killstreaks to be UAV/Care Package with high probability of EMP/Stealth Bomber and the deathstreak is copycat..it is a sniper only mod so copycat is void...as I have given everyone the same perks/weapon etc

    So the code would have to be something like

    if(killstreak=UAV) then allow self _SetActionSlot( 1, "nightvision" ) true
    else false..

    but I dont know how to code it properly
    Last edited by Akira303; 08-14-2010 at 03:11 AM.

  5. #4
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    hmmm... Well what u might want is to add Nightvision whenever a special event occurs. Meh, if i were you i wouldnt add Nightvision at all...ruins the game

  6. #5
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    yeah I think Im gonna leave it out...novelty wore off pretty quick

    Some help with my other questions would be great (especially 3. & 4. ...anybody?)

  7. #6
    rathynia's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Modern Warfare 2 Section.
    Posts
    457
    Reputation
    126
    Thanks
    538
    My Mood
    Aggressive
    3.)Is it possible to give everyone the Sniper class so they have Ghillie suits (and make the other classes including custom.. un-selectable)

    Yes this is possible

    4.)Is it possible to give people who join my modded game default exp points lvl increase etc... all the _rank.gsc's I've tried using don't give any at all..

    Impossible due to the fact that when ever you inject a mod into AlterIWnet it will not allow you to have exp challenges or anything unlocked
    Nothing Is "Impossible" For The Word Itself Says "I'm Possible".
    If you get a thank from me you better act like it's a reward, because I don't give them out easily.

    Computer Specs:
    Processor - AMD Athlon(tm) II X4 640 Processor 3.0 GHz (Not OverClocked)
    RAM - 8.0 GB
    OS - Microsoft Windows 7 Ultimate Edition 64-bit
    Video Card - GeForce GTX 550 Ti
    Video RAM 4.0 GB
    Pixel Shader version 5.0
    Vertex Shader version 5.0
    Sound Card - NVIDIA High Definition Audio
    Disk space - 1,640 GB

  8. The Following User Says Thank You to rathynia For This Useful Post:

    Akira303 (08-16-2010)

  9. #7
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by rathynia View Post
    3.)Is it possible to give everyone the Sniper class so they have Ghillie suits (and make the other classes including custom.. un-selectable)

    Yes this is possible
    Do you know how to do this or you just know it's possible? If you know how to do it could you please share that info with me or point me in the right direction.

  10. #8
    christophergonzalez's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    8
    c++ just makes a man so sexy. . .

  11. #9
    GrenadeLaunchers's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by christophergonzalez View Post
    c++ just makes a man so sexy. . .
    What!?!
    This isn't even C++
    But it's based off of C++ and C#.

  12. #10
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    and the point of those 2 replies was...??

    can anyone help me with my question

    how can I give everyone the Sniper class so they have Ghillie suits (and make the other classes including custom.. un-selectable)

  13. #11
    Chijiru's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    All is possible except for 4) cuz I really didn't understand what you mean.

  14. #12
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    ok so you're the second person that's told me it's possible and not actually given me any help...replies like this I could do without.

    as for 4.. I was pretty clear, english is not your native language?

    once more..

    can anyone help me with my question

    how can I give everyone the Sniper class so they have Ghillie suits (and make the other classes including custom.. un-selectable)

Similar Threads

  1. A few questions about modding...
    By glamacore in forum Combat Arms Mod Discussion
    Replies: 3
    Last Post: 04-22-2010, 07:43 PM
  2. [HELP/QUESTION] About the vip
    By Koto in forum Combat Arms Help
    Replies: 5
    Last Post: 02-27-2010, 07:10 AM
  3. {Question}About the hacks here
    By IeatUalive in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 09-11-2008, 03:27 PM
  4. About the Mod position
    By arunforce in forum Combat Arms Hacks & Cheats
    Replies: 35
    Last Post: 08-06-2008, 09:54 AM