Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
Not sure what was up but the computer I was using is the old brick.
i5-3470
GT 1030
never had to play around with anything...
Eeeey - I started there you know :)
Instant nostalgia.
OKAY, No more derailing from me. Sorry OP, sometimes I get carried away.
Good luck.
https://youtu.be/8NgWbnckUi8
When it finishes doing the youtube compression, I show all the settings, resolution etc there. But using a controller.
https://youtu.be/mpNVDnNqYRQ
With the mektek patches as well for balance and new mechs.
So for future reference for anyone curious.
https://www.pcgamingwiki.com/wiki/Home
Is your friend. You love it, you look up games before buying them etc. And a massive resource to get even ya old legacy games working better than before.
So about the textures. For my my Steam is installed in D:\Games\Steam, so for me I went in this folder: D:\Games\Steam\steamapps\common\Grid\system and opened a file named hardware_settings_ratings.xml
I scrolled down to find the <graphics_card> section and just copy-pasted one of the existing entries and then after duplicating it I modified it to add a new entry. So now part of my file looks like this:
<restrict_if name="name" op="str_str" value="GeForce 9">
<restrict_set name="rating" default="3" />
</restrict_if>
<restrict_if name="name" op="str_str" value="GeForce RTX">
<restrict_set name="rating" default="3" />
</restrict_if>
<restrict_if name="name" op="str_str" value="Radeon X13">
<restrict_set name="rating" default="1" />
</restrict_if>
Which the "GeForce RTX" entry is my own, and "3" is the maximum graphics quality setting, so with this entry I'm telling the game to switch to the maximum graphics setting when it detects an Nvidia RTX video card. If someone had a GTX card they would edit it to say GeForce GTX for example. If you want to be doubly sure you could go ahead and type out the whole string like we see in device manager in windows. I tried it and put in: "GeForce RTX 3070 Ti" and that worked too.
Edit:
Ya, it already did those changes for me, weird.
https://i.imgur.com/NoSDwI1.png