Skip to content

Commit

Permalink
Added a Rage guide and added a warning to the FFXIV guide saying the …
Browse files Browse the repository at this point in the history
…guide is outdated
  • Loading branch information
originalnicodr committed Sep 14, 2024
1 parent ff3aee8 commit c5a0d3b
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
6 changes: 5 additions & 1 deletion markdown/GameGuides/FFXIV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
60 changes: 60 additions & 0 deletions markdown/GameGuides/rage.md
Original file line number Diff line number Diff line change
@@ -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 | <font face="Stores"> S </font> 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)
Binary file added markdown/Images/rage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified markdown/bannerslist.md
Binary file not shown.
1 change: 1 addition & 0 deletions markdown/docnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c5a0d3b

Please sign in to comment.