Skip to content

Commit

Permalink
Retargeted for client version 4.0201.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HardLight620 committed May 26, 2016
1 parent 0f5b7eb commit f45c352
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AMTInjections/Descriptor Files/Addresses.txt
@@ -1,6 +1,6 @@
Addr : $code, [const], 03AE8100
Addr : $data, [const], 03AE8E00
Addr : $pKernel32, [const], 049C2ACD
Addr : $pGetProcAddress, [const], 049C3E87
Addr : $pKernel32, [const], 049C311D
Addr : $pGetProcAddress, [const], 049C4561

Addr : $funcs, [addr], $data, +100
6 changes: 3 additions & 3 deletions ArksModTool/Form1.cs
Expand Up @@ -23,10 +23,10 @@ namespace ArksModTool
{
public partial class Form1 : Form
{
public static readonly Version PSO2VERSION = new Version(4, 0201, 0, 1);
public static readonly Version PSO2VERSION = new Version(4, 0201, 0, 2);
public static readonly uint PCOMMDATA = 0x03AE8E00;
public static readonly uint ORIGINAL_CRC = 0x73E6B471;
public static readonly uint PATCHED_CRC = 0xAF8BF7E4;
public static readonly uint ORIGINAL_CRC = 0x399C1B8C;
public static readonly uint PATCHED_CRC = 0xB3DA3B00;

private int m_pso2PID = 0;
private IntPtr m_pso2HWND = IntPtr.Zero;
Expand Down
4 changes: 2 additions & 2 deletions ArksModTool/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.9")]
[assembly: AssemblyFileVersion("1.2.0.9")]
[assembly: AssemblyVersion("1.2.0.10")]
[assembly: AssemblyFileVersion("1.2.0.10")]
6 changes: 5 additions & 1 deletion ArksModTool/Readme.txt
@@ -1,6 +1,6 @@
==
=== Arks Mod Tool
=== Version 1.2i
=== Version 1.2j
==

A mod utility tool to provide various
Expand Down Expand Up @@ -90,6 +90,10 @@ authority.
=== Version History
==

v1.2j:

- Retargeted for client version 4.0201.2

v1.2i:

- Retargeted for client version 4.0201.1
Expand Down
Binary file modified ArksModTool/Resources/Patch Files/Camera2TransOverride.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/CameraControlMain.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/CameraLandingOverride.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ColorAdjustments.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/CommInit.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/CommMain.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/CommMainHook.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/DisableAutoShowLog.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/DisableECodeMapChange.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/InputScaleAuto.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/InputScaleNormal.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleFarCulling.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleFarCullingTerrain.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleIntroVideo.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleLOD.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleLODHook.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleNearCulling.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/ToggleUpdateCulling.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/UIHideECodes.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/UIHideMenus.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/UIHideScreenNotifications.dat
Binary file not shown.
Binary file modified ArksModTool/Resources/Patch Files/UIHideSubpalette.dat
Binary file not shown.

0 comments on commit f45c352

Please sign in to comment.