[INFO] Using Mods without patching Game_pak

11/29/2014 08:46 killzone#1
Derived from: [Only registered and activated users can see links. Click Here To Register...]

So, what Am I talking about?
This is a concept, a theory if you will.
Since from the original post, changing FOV without patching game_pak works. It should also work with other ArcheAge Game Mods.

You just have to create the /game/ folder & its sub folder and put there the scripts (*.cfg, txts, etc).

Using the ArcheAge Pack Tool, you can see the Folder Hierarchy inside the game_pak file and you just follow exactly how the hierarchy looks like.

For example, using the Reddit post as guide.
Create a folder "game", inside your "ArcheAge" folder near/next to Game_Pak file.
c:\archeage\game\ <- for example.
Inside the "game" folder, create another folder called "config".
Inside "config" create another folder called "cvargroups".
Should looks like:
c:\archeage\game\config\cvargroups

Inside cvargroups, create a file "option_camera_fov_set.cfg"
And with it, write into the file "cl_fov = 90".
Save.

And this is how it looks like inside game_pak.
[Only registered and activated users can see links. Click Here To Register...]

That should work, and you did not patch the game_pak. Meaning, theres no way you get ban since you did not alter anything from the game file.

The theory is, since that is working. All other mods should also work the same way.
Just provide the "Game" Folder and its hierarchy.

Now, lets make the modding scene active.
Post your mods publicly and let the masses uses it.
Just provide which folder to install (copy/paste) your modded file to.


Pros:
  • Safer. Since HS or whatever anti-cheat only reads the game_pak file if it was altered or not.
  • Easier to add/remove mods.

Cons:
  • Keep in mind your work/mod will always be public.
  • Devs can also read your mods. :P
11/30/2014 18:57 remsbenz#2
lol..
11/30/2014 20:14 Crossside#3
+Cons: Not long till the anti-cheat will check for that too and bann you for that
12/01/2014 07:33 killzone#4
Nope, anti-cheat? What anti-Cheat? Fuckshield? LolNope.
12/02/2014 17:58 rawrgodzilla#5
Could you provide a download link to the pack tool? My Google-fu is weak today.
12/02/2014 19:17 killzone#6
Back up your Game_pak first before opening it with the Pack Tool.
It will alter the game_pak file by 1 byte and when checksum failed. Game wont start.

You've been warned.
12/05/2014 17:08 CorePlex#7
Could you provide a download link to the pack tool? My Google-fu is weak today.
12/07/2014 12:31 killzone#8
You should read before replying though.
12/07/2014 18:21 cutiebabyy#9
work?
12/08/2014 18:09 Salbatyku#10
Is it working now?
12/21/2014 12:11 cookiemonstah1#11
yay it worked :) v nice!
12/23/2014 02:05 ecos16#12
yep it worked^^
12/26/2014 23:42 Comepenes#13
did u make the auction house stamp work with this? i need help on this one please
01/01/2015 16:53 killzone#14
Just letting you know that "Some" mods works outside of game_pak and some doesn't.
01/07/2015 10:03 gundam0#15
How exactly does xlgames2.dll know files are edited in the first place is it purely based off of the file size of game_pak or is it related to scanning each individual file inside because you could just modify the lua files and change the folder or file names which it looks for.