-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2689c75
commit bac4874
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"formatVersion": "1", | ||
"tool": { | ||
"game": "TTDS" | ||
}, | ||
"mod": { | ||
"name": "GraphicBlackDisabler", | ||
"version": "1.0", | ||
"author": "changemymindpls1" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
graphic-black-disabler/WDC_pc_ProjectSeason4_data/ProjectSettings.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
-- Decompiled using luadec 2.2 rev: for Lua 5.2 from https://github.com/viruscamp/luadec | ||
-- Command line: A:\Steam\twd-definitive\scripteditor-10-31-20\no-gb-redone\WDC_pc_ProjectSeason4_data\ProjectSettings_temp.lua | ||
|
||
-- params : ... | ||
-- function num : 0 , upvalues : _ENV | ||
require("ProjectSettingsManager.lua") | ||
print("Applying WD4 project settings") | ||
ProjectSettingsManager_Apply("Season4") | ||
local prefs = GetPreferences() | ||
PropertySet(prefs, "Enable Graphic Black", false) | ||
PropertySet(prefs, "Render - Graphic Black Enabled", false) | ||
WalkAnimatorUsePrioritiesVer2() | ||
InputSetTouchEnabled(false) | ||
|
Binary file not shown.