Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Fix connection issue for TSW update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamazaki93 committed Apr 22, 2020
1 parent af72cdd commit 71b5492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSWMod/TSW/TSWConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TSWConnector
public const string ProcessName = "TS2Prototype-Win64-Shipping";
public static readonly string ProcessBase = ProcessName + ".exe+";

private const ulong WorldOffset = 0x3CD2258; // Static pointer to world offset from process
private const ulong WorldOffset = 0x3CD4358; // Static pointer to world offset from process
private const ulong WorldInfoOffset = 0x06f8; // name of the world from world;
private const ulong Level = 0x0030; // Level offset from world
private const ulong LevelObjectList = 0x00A0; // Pointer to object list from level offset
Expand Down

0 comments on commit 71b5492

Please sign in to comment.