This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments