diff --git a/markdown/GameGuides/FFXIV.md b/markdown/GameGuides/FFXIV.md index 9ff9dae..25a1db8 100644 --- a/markdown/GameGuides/FFXIV.md +++ b/markdown/GameGuides/FFXIV.md @@ -11,7 +11,11 @@ Custom Aspect Ratios | Yes Reshade | Yes (DX11) Ansel | No Graphics API | DirectX 11 - + +@alert danger +The tools linked below are outdated and no longer supported. If you want to update the guide with the newly available tools head up to the [Contribute page](../contribute.htm) to learn how to do it. +@end + ## Tools * [Concept Matrix](https://github.com/imchillin/CMTool) diff --git a/markdown/GameGuides/rage.md b/markdown/GameGuides/rage.md new file mode 100644 index 0000000..d5661f3 --- /dev/null +++ b/markdown/GameGuides/rage.md @@ -0,0 +1,60 @@ +![Game Title](Images\rage.png "Shot by pino44io"){.shadowed .autosize} + +## Summary + +Feature | Supported +--|-- +Vanilla Photo Mode | No +Hotsampling | Yes +DSR | Yes +Custom Aspect Ratios | Yes +Reshade | Yes +Ansel | No +Graphics API | DirectX 11 +Game version | S 1.0.0.1. +@alert important +Steam offers you two versions of the game to launch. Choose **RAGE 64-bit with Mods (unsupported)** +@end + +## Useful Console Commands + +Right-click the game icon in your Steam library and select Properties, then click on Set Launch Options and enter `+set com_allowconsole 1`. In-game press Tilde (`) to open up the console. + +Command | Description +--|-- +`toggle g_showhud` | Toggles the HUD +`toggle hands_show` | Togglles the protagonist's hands +`toggle g_stoptime 1 0 ` | Toggles timestop. The protagonist can still move around +`noclip` | Enables noclip mode +`pm_noclipspeed X` | Controls the noclip Mode speed, e.g. `pm_noclipspeed 150` +`g_fov X` | Controls the Field of View. Default is 80 +`cvaradd g_fov 1` | Increases Field of View +`cvaradd g_fov -1` | Decreases Field of View +`cvaradd pm_thirdperson 1` | Enables third-person model +`cvaradd pm_thirdperson -1` | Disables third-person model +`cvaradd pm_thirdpersonrange 1` | Increases the camera range in third-person +`cvaradd pm_thirdpersonrange -1` | Decreases the camera range in third-person +`cvaradd pm_thirdpersonclip -1` | Removes the clipping of the third-person camera +`r_skipglare 1/0 ` | Disables post-processing effects. Default values is 0 +`notarget` | Enables invisibility + +@alert tip +You can bind the commands to specific keys. For example, `bind F1 "toggle g_showhud"`. Also, you can combine them, like `bind F1 "toggle g_showhud;toggle hands_show"` +@end + +## Installing Reshade +Please be sure to inject the ***Rage Tool Kit (Rage64.exe)*** process. + +## Hotsampling +The game needs to run in windowed mode in order to hotsample correctly to different aspect ratios. You can use [SRWE](https://github.com/dtgDTGdtg/SRWE) or [Universal Unreal Engine 4 Unlocker](https://www.patreon.com/Otis_Inf). + +## Graphic tweaks +To increase texture buffer, right-click the game icon in your Steam library and select *Properties*, then click on Set Launch Options and enter the following: + +``` +*+fc maxcachememoryMB 1024 +vt_maxPPF "16" +vt_pageimagesizevmtr 16384 +vt_pageImageSizeUnique 16384 +vt_pageImageSizeUniqueDiffuseOnly 16384 +vt_pageImageSizeUniqueDiffuseOnly2 16384* +``` +## Useful Links + +* [PC Gaming Wiki](https://www.pcgamingwiki.com/wiki/RAGE) +* [Rage Wiki](https://rage.fandom.com/wiki/Tweaks) diff --git a/markdown/Images/rage.png b/markdown/Images/rage.png new file mode 100644 index 0000000..341b8ac Binary files /dev/null and b/markdown/Images/rage.png differ diff --git a/markdown/bannerslist.md b/markdown/bannerslist.md index 5ed4d57..1732d8d 100644 Binary files a/markdown/bannerslist.md and b/markdown/bannerslist.md differ diff --git a/markdown/docnet.json b/markdown/docnet.json index 5451c79..f4a7be4 100644 --- a/markdown/docnet.json +++ b/markdown/docnet.json @@ -142,6 +142,7 @@ "Prey": "GameGuides\\prey.md", "Prince of Persia: The Sands of Time": "GameGuides\\pop_sandsoftime.md", "Quantum Break" : "GameGuides\\Quantum_Break.md", + "Rage": "GameGuides\\rage.md", "Red Dead Redemption 2": "GameGuides\\rdr2.md", "Remember Me": "GameGuides\\remember_me.md", "Remnant: From the Ashes": "GameGuides\\remnant.md",