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

Commit 27934a3

Browse files
committed
[X-CELL] Fixed config
1 parent b20df46 commit 27934a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

fomod/info.xml

0 Bytes
Binary file not shown.

source/XCellCVar.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ namespace XCell
1818
std::shared_ptr<Setting> CVarInitTints = std::make_shared<Setting>("bInitTints:Fixes", true);
1919
std::shared_ptr<Setting> CVarLODDistance = std::make_shared<Setting>("bLODDistance:Fixes", true);
2020

21-
std::shared_ptr<Setting> CVarDropItem = std::make_shared<Setting>("bDropItem:NGPatches", true);
21+
std::shared_ptr<Setting> CVarDropItem = std::make_shared<Setting>("bDropItem:AE_NG_Patches", true);
2222

23-
std::shared_ptr<Setting> CVarGreyMovies = std::make_shared<Setting>("bGreyMovies:NGFixes", true);
24-
std::shared_ptr<Setting> CVarPackageAllocateLocation = std::make_shared<Setting>("bPackageAllocateLocation:NGFixes", true);
25-
std::shared_ptr<Setting> CVarWarningCreateTexture2D = std::make_shared<Setting>("bWarningCreateTexture2D:NGFixes", false);
23+
std::shared_ptr<Setting> CVarGreyMovies = std::make_shared<Setting>("bGreyMovies:AE_NG_Fixes", true);
24+
std::shared_ptr<Setting> CVarPackageAllocateLocation = std::make_shared<Setting>("bPackageAllocateLocation:AE_NG_Fixes", true);
25+
std::shared_ptr<Setting> CVarWarningCreateTexture2D = std::make_shared<Setting>("bWarningCreateTexture2D:AE_NG_Fixes", false);
2626

2727
std::shared_ptr<Setting> CVarScaleformPageSize = std::make_shared<Setting>("uScaleformPageSize:Additional", (uint32_t)256ul);
2828
std::shared_ptr<Setting> CVarScaleformHeapSize = std::make_shared<Setting>("uScaleformHeapSize:Additional", (uint32_t)512ul);

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)