Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 4660e3f

Browse files
committed
[X_CELL] Fixed Tints patch
1 parent b8bd95d commit 4660e3f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

fomod/info.xml

0 Bytes
Binary file not shown.

include/XCellVersion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace XCell
2020

2121
#define FO4_163_VERSION 10163
2222
#define FO4_984_VERSION 10984
23-
#define FO4_137_VERSION 11137
23+
#define FO4_191_VERSION 11191
2424

2525
#ifdef FO4_V163
2626
#undef FO4_VER
@@ -32,7 +32,7 @@ namespace XCell
3232
#define FO4_VER FO4_984_VERSION
3333
#endif // !FO4_V984
3434

35-
#ifdef FO4_V137
35+
#ifdef FO4_V191
3636
#undef FO4_VER
37-
#define FO4_VER FO4_137_VERSION
38-
#endif // !FO4_V137
37+
#define FO4_VER FO4_191_VERSION
38+
#endif // !FO4_V191

source/XCellTableID.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ namespace XCell
189189
// INIT TINTS
190190
{ 250, 0x5FBDFB },
191191
{ 251, 0x5FBBB4 },
192-
{ 252, 0x2156D30 },
192+
{ 252, 0x2156E00 }, // 2156D30 <-- incorrect ?
193193
{ 253, 0x29B434 },
194194
{ 254, 0x60A083 },
195195

@@ -284,7 +284,7 @@ namespace XCell
284284
// INIT TINTS
285285
{ 250, 0x64F78B },
286286
{ 251, 0x64F544 },
287-
{ 252, 0x22ACD20 },
287+
{ 252, 0x22ACE60 },
288288
{ 253, 0x2EF647 },
289289
{ 254, 0x65DA13 },
290290

version/build_version.txt

0 Bytes
Binary file not shown.

version/resource_version2.h

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)