Skip to content

j0hnVu/truestretch-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powershell script to modify config to do True Stretched.

How the script works

  1. When you logged in, the script will use Riot Client Local API to find the PUUID of the account.
  2. Create the specific Valorant Config Folder for that account
  3. Download the base GameUserSettings.ini and put in the specific folder
  4. Replace the res with the true stretched res in the config file (If specified)

Usage

irm https://raw.githubusercontent.com/j0hnVu/truestretch-script/refs/heads/main/script.ps1 | iex

If you want specific resolution:

irm https://raw.githubusercontent.com/j0hnVu/truestretch-script/refs/heads/main/script.ps1 -OutFile script.ps1
powershell -ExecutionPolicy Bypass -File .\script.ps1 YourWidth YourHeight

Example:

irm https://raw.githubusercontent.com/j0hnVu/truestretch-script/refs/heads/main/script.ps1 -OutFile script.ps1
powershell -ExecutionPolicy Bypass -File .\script.ps1 1080 1080

About

A Powershell Script to automate the overly complicated Valorant true-stretch every single time I go to a different net cafe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors