OpenWorldGames Server ONE

Video games => Far Cry series => Far Cry 3 => Topic started by: OWGKID on July 26, 2015, 12:27:55 PM

Title: How to unlock all skills from start (DIY)
Post by: OWGKID on July 26, 2015, 12:27:55 PM
The Schwarzmod compilation includes all skills unlocked from start along with some other mods (which you probably don't want)  ;)

How to make all skills available from start by yourself:

In the "AbilityService" XMl, there are multiple text strings which shows what type of skill you unlock and when you can unlock it. Most of the file is in unintelligible hex format  :D :angry-new: However, there is a line called "<field hash="325FA8B9" type="BinHex">4349545F3031305F6D61696E00</field>" which determinates when the skill is unlocked. Converting it with a hex --> ASCII converter gives "CIT_010_main" (Citra's mission I guess)

Replace the BinHex values with 4A41535F3036305F6D61696E00 = "JAS_060_main" (probably the escape from Vaas' camp ????) or 4A41535F3038305F6D61696E00 = "JAS_080_main" (Tutorial mission with Dennis) to UNLOCK ALL SKILLS FROM START

There are also XP reward values for all takedowns, but they are in hex  :-\\

Want more XP for radio towers? Change the value in the line "<field name="UnlockRadioTower" type="Int32">500</field>" to whatever value you want  >:D

Recompile the "nomadobjecttemplates" with the tools, repack "common" and enjoy all skills from the start  >:D
Title: Re: How to unlock all skills from start (DIY)
Post by: Art Blade on July 26, 2015, 04:42:45 PM
+1 :-X nice one :)
Title: Re: How to unlock all skills from start (DIY)
Post by: OWGKID on July 27, 2015, 01:36:55 AM
Thanks  ^-^
Title: Re: How to unlock all skills from start (DIY)
Post by: mandru on July 27, 2015, 08:59:59 AM
Deeper than I'll ever get into a game's guts but +1 for your effort.  ^-^  :-X 
Title: Re: How to unlock all skills from start (DIY)
Post by: OWGKID on July 27, 2015, 12:45:18 PM
Thank you mandru :-D  ^-^
Title: Re: How to unlock all skills from start (DIY)
Post by: PZ on July 28, 2015, 11:07:30 AM
Nice one, GKID +1  :-X
Title: Re: How to unlock all skills from start (DIY)
Post by: nexor on July 29, 2015, 01:04:28 AM
Nice!  Thanks GKID +1  :-X
Title: Re: How to unlock all skills from start (DIY)
Post by: OWGKID on July 29, 2015, 04:57:41 AM
Thank you guys, it's awesome to play this game now  >:D :-D :-()
Title: Re: How to unlock all skills from start (DIY)
Post by: Knightmare on December 19, 2015, 03:49:27 PM
I did this one several months ago, but didn't post it here.  BTW, JAS_080_main is the one you want, as that unlocks them after the "Capture the Outpost" final tutorial mission.