Dark Souls Remastered: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 11: Line 11:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>%APPDATA%/Local/FromSoftware/NBGI/DarkSouls/DarkSouls.ini</code> || game settings
|-
|}
</blockquote><!-- Locations -->


= Install =
= Install =
Line 16: Line 25:
== Linux ==
== Linux ==
<blockquote>
<blockquote>
 
Just install. Works without tweaks in steam/proton.
</blockquote><!-- Linux -->
</blockquote><!-- Linux -->
</blockquote><!-- Install -->
</blockquote><!-- Install -->
= Configuration =
<blockquote>
== Triple Monitor ==
<blockquote>
Under linux, start with 1x 5760x1080 screen spanning all monitors.
<syntaxhighlight lang="ini">
# %APPDATA%/Local/FromSoftware/NBGI/DarkSouls/DarkSouls.ini
[DisplaySettingWindow]
Width=5760
Height=1080
[DisplaySettingFullScreen]
Width=5760
Height=1080
</syntaxhighlight>
</blockquote><!-- Multi Monitor -->
</blockquote><!-- Configuration -->

Revision as of 20:36, 11 December 2021

The super mario of RPGs. That's a compliment.

Documentation

fextralife wiki https://darksouls.wiki.fextralife.com/Dark+Souls+Wiki
PC Gaming wiki https://www.pcgamingwiki.com/wiki/Dark_Souls_Remastered

Locations

%APPDATA%/Local/FromSoftware/NBGI/DarkSouls/DarkSouls.ini game settings

Install

Linux

Just install. Works without tweaks in steam/proton.

Configuration

Triple Monitor

Under linux, start with 1x 5760x1080 screen spanning all monitors.

# %APPDATA%/Local/FromSoftware/NBGI/DarkSouls/DarkSouls.ini

[DisplaySettingWindow]
Width=5760
Height=1080

[DisplaySettingFullScreen]
Width=5760
Height=1080