-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
72f699d
commit eb42425
Showing
10 changed files
with
1,657 additions
and
13 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
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 |
---|---|---|
@@ -1,19 +1,23 @@ | ||
cd textures/NFS/NFSUC | ||
createtpk.bat | ||
call createtpk.bat | ||
cd ../../.. | ||
|
||
cd textures/NFS/NFSC | ||
createtpk.bat | ||
call createtpk.bat | ||
cd ../../.. | ||
|
||
cd textures/NFS/NFSMW | ||
createtpk.bat | ||
call createtpk.bat | ||
cd ../../.. | ||
|
||
cd textures/NFS/NFSU2 | ||
createtpk.bat | ||
call createtpk.bat | ||
cd ../../.. | ||
|
||
cd textures/NFS/NFSU | ||
createtpk.bat | ||
cd ../../.. | ||
call createtpk.bat | ||
cd ../../.. | ||
|
||
cd textures/GTAVCS | ||
call buildps2.bat | ||
cd ../.. |
Empty file.
20 changes: 15 additions & 5 deletions
20
data/Manhunt.WidescreenFix/scripts/Manhunt.WidescreenFix.ini
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 |
---|---|---|
@@ -1,5 +1,15 @@ | ||
[MAIN] | ||
FOVFactor = 0.0 // FOV multiplier, can make FOV bigger or smaller. | ||
FrontendAspectRatio = auto // This setting is used to properly scale frontend textures, such as menu background or loading screens(auto=1:1|4:3|*:*). | ||
CustomUserFilesDirectoryInGameDir = 0 | ||
// user files will be stored in a specified directory, for example - "save". | ||
; *----------------------------------------------* | ||
; * Manhunt Widescreen Fix v1.0 by Fire_Head * | ||
; * Visit the link below for more information: * | ||
; * https://github.com/Fire-Head/MHWSF * | ||
; *----------------------------------------------* | ||
|
||
[Main] | ||
; This option enables the fix itself. | ||
bWideScreen=1 | ||
; This option enables PS2 like subtitles rendering in fmv's. | ||
bPS2Subs=0 | ||
; This option enables Xbox HUD and TCR box location. | ||
bXboxHud=0 | ||
; This option locks your cursor to prevent issues with using multiple monitors. | ||
bLockedCursor=1 |
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
Oops, something went wrong.