-
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.
[major] Better config support for textures
- Loading branch information
Showing
4 changed files
with
31 additions
and
9 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,13 @@ | ||
[MovieAdsRemover.MovieAdsRemover] | ||
# Removes the 'Movies' section completely | ||
bCompletelyDisable=true | ||
# Replace the movies with a texture image that you can specify below | ||
bReplaceWithTexture=true | ||
# Texture Class Name | ||
# All textures MUST be of dimension 1024/1024. Please Up-scale or Down-scale before you | ||
# Import to KF-SDK. In-game they will automatically be downscaled to fit view of w=320 h=240 | ||
; sTextureName=MARTex.AT_FirePlace # This is just an Image | ||
sTextureName=MARTex.Doro.Blood_a01 # This is an actual GIF | ||
# Texture Dimensions | ||
iW=320 | ||
iH=240 |
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
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
Binary file not shown.