Results 1 to 14 of 14
  1. #1
    lolocauster's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    NJ
    Posts
    4
    Reputation
    10
    Thanks
    3
    My Mood
    Amused

    [script] Changing Weapon Attachment Unlock Requirements

    First post. Hey.

    I figured this out while browsing the scripts. If youre going to use this as part of a script release, please give me some creditz.

    1. open SkillAssessments.xml ( Program Files/EA/Crytek/Crysis2/gamecrysis2/scripts/progression )
    2. Search for "WEAPON SKILL ASSESSMENTS", below this area are all of the weapons and the breakdown for how many kills it takes to unlock.
    3. Know the weapon you want to work with, and what your current killcount is. (IMPORTANT!!)

    Heres the default DSG1 sniper config:

    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="100"/>
    </Assessment>
    <Assessment name="@sa_level2" target="50">
    <reward reward="XP" param="250"/>
    </Assessment>
    <Assessment name="@sa_level3" target="100">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="500"/>
    </Assessment>
    <Assessment name="@sa_level4" target="200">
    <reward reward="XP" param="750"/>
    </Assessment>
    <Assessment name="@sa_level5" target="350">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="1000"/>
    </Assessment>
    <Assessment name="@sa_level6" target="500">
    <reward reward="XP" param="1500"/>
    </Assessment>
    <Assessment name="@sa_level7" target="750">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="2500"/>
    </Assessment>
    <Assessment name="@sa_level8" target="1000">
    <reward reward="XP" param="5000"/>
    </Assessment>
    </Group>

    Say I already have 6 kills with this gun, and I want to unlock an attachment after every kill. I would change the config to:

    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="100"/>
    </Assessment>
    <Assessment name="@sa_level2" target="7">
    <reward reward="XP" param="250"/>
    </Assessment>
    <Assessment name="@sa_level3" target="8">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="500"/>
    </Assessment>
    <Assessment name="@sa_level4" target="9">
    <reward reward="XP" param="750"/>
    </Assessment>
    <Assessment name="@sa_level5" target="10">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="1000"/>
    </Assessment>
    <Assessment name="@sa_level6" target="11">
    <reward reward="XP" param="1500"/>
    </Assessment>
    <Assessment name="@sa_level7" target="12">
    <reward reward="AttachmentToken" param="DSG1"/>
    <reward reward="XP" param="2500"/>
    </Assessment>
    <Assessment name="@sa_level8" target="13">
    <reward reward="XP" param="5000"/>
    </Assessment>
    </Group>


    This works with every gun that I've tested.

    IMPORTANT STUFF:
    - if Crysis2 is open, you will need to quit and restart the game, or navigate from multiplayer to single player to reset the xml files.
    - If you are playing on a legit version of the game (not a cracked version) your account may be reset and eventually banned for using xml mods.
    - If you mess up the XML file, remember there is a backup in vinylakos' script release.


    Enjoy
    Last edited by lolocauster; 04-01-2011 at 12:54 PM. Reason: cleaned up path location

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

    deniz513 (04-01-2011),MEeZOo (04-28-2011),STiChad (04-01-2011)

  3. #2
    Saker's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    thank you very much, i dont understand where this file is? cause it is not in the crysis 2 folder

  4. #3
    Dean67's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    I do not have a SkillAssessments.xml file in scripts/progression directory. If i create one what shall i write inside it in order to unlock all attachments for all weapons?

  5. #4
    lolocauster's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    NJ
    Posts
    4
    Reputation
    10
    Thanks
    3
    My Mood
    Amused
    Guys...

    The file is named "SkillAssessments.xml" and is located at Program Files/EA/Crytek/Crysis2/gamecrysis2/scripts/progression.

    If there is no "scripts" folder, goto this post:

    https://www.mpgh.net/forum/395-crysis...ks-insekt.html

    and download Crysis2_FullScripts.zip at the bottom and follow the instructions to install the script folder, then follow this tutorial.

    NOTE: you have to follow my tut for each weapon.
    Last edited by lolocauster; 04-01-2011 at 12:42 PM.

  6. #5
    Dean67's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    It does not work for me.

  7. #6
    JuGGeR-NaUgHt's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    To do this you have to copy and paste this script into notepad save as "SkillAssessments.xml" make sure you include the quotation marks " ".

    into
    |
    |
    v
    Program Files/EA/Crytek/Crysis2/gamecrysis2/scripts/progression

    Hope it works for you's
    Last edited by JuGGeR-NaUgHt; 04-01-2011 at 03:40 PM.

  8. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Add [code] tags, it makes the code easier to see.
    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]

  9. #8
    Dean67's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    I did that but still it does not work.

  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
    Go into the full editor and then highlight the code. Then click on the # button.
    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
    lolocauster's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    NJ
    Posts
    4
    Reputation
    10
    Thanks
    3
    My Mood
    Amused
    right click > edit also works.

  12. #11
    awesome_ninja's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    8
    My Mood
    Cool
    what happens when you remove the XML after you got to say, lvl 8? I'm currently lvl 7 SCAR (legit) and if I want to get lvl 8, I use the file and remove it after, will I still have lvl 8?

  13. #12
    Sunrise's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    ΞΔ
    Posts
    2,179
    Reputation
    99
    Thanks
    217
    My Mood
    Sleepy
    Someone should release a .xml file with all the weapons unlocked xD

  14. #13
    sfinks's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    99
    My Mood
    Pensive
    no more work
    /Request: close

  15. #14
    newton28's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Shanghai
    Posts
    8
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    it doesnt work!!Can l use this thing on V1.4??