Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Rune II"

From PCGamingWiki, the wiki about fixing PC games
Line 41: Line 41:
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|}}
+
{{Game data/saves|Windows|{{P|localappdata}}\Rune\Saved\SaveGames\}}
 
}}
 
}}
  
Line 67: Line 67:
 
|widescreen resolution      = true
 
|widescreen resolution      = true
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
|multimonitor              = unknown
+
|multimonitor              = hackable
|multimonitor notes        =  
+
|multimonitor notes        = {{term|Vert-}} FOV resulting in severe cropping.<ref name="dmbeta"/> See [[#Field of view (FOV)|Field of view (FOV)]] for a workaround.
|ultrawidescreen            = unknown
+
|ultrawidescreen            = hackable
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = {{term|Vert-}} FOV by default.<ref name="dmbeta"/> See [[#Field of view (FOV)|Field of view (FOV)]] for a workaround.
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            = <ref name="dmbeta"/>
 
|windowed notes            = <ref name="dmbeta"/>
Line 82: Line 82:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        = Multiple quality options.<ref name="dmbeta"/>
+
|antialiasing notes        = Multiple quality options.<ref name="dmbeta"/> See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for sharpening.
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                = <ref name="dmbeta"/>
 
|vsync notes                = <ref name="dmbeta"/>
Line 93: Line 93:
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|description=Increase FOV by changing the way it's calculated|ref=<ref name="dmbeta"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}} in a text editor.
 +
# Add the following lines:
 +
<pre>[/Script/Engine.LocalPlayer]
 +
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</pre>
 +
{{ii}} A significant increase from the default 16:9 value.
 +
}}
 +
 +
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 +
{{Fixbox|description=Enable [[TAA]] sharpening through the config file|ref=<ref name="dmbeta"/>|fix=
 +
{{ii}} This makes the game appear less blurry when anti-aliasing is on.
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code> in a text editor.
 +
# Add the following lines:
 +
<pre>
 +
[SystemSettings]
 +
r.TemporalAACurrentFrameWeight=0.2
 +
r.TemporalAASharpness=0.8
 +
r.Tonemapper.Sharpen=1
 +
</pre>
 
}}
 
}}
  
Line 163: Line 187:
 
|separate volume          = true
 
|separate volume          = true
 
|separate volume notes    = Music, SFX, dialogue, ambient.<ref name="dmbeta">{{Refcheck|user=Rose|date=2019-07-20|comment=Based on the Deathmatch Beta.}}</ref>
 
|separate volume notes    = Music, SFX, dialogue, ambient.<ref name="dmbeta">{{Refcheck|user=Rose|date=2019-07-20|comment=Based on the Deathmatch Beta.}}</ref>
|surround sound          = unknown
+
|surround sound          = true
|surround sound notes    =  
+
|surround sound notes    = <ref name="dmbeta"/>
 
|subtitles                = true
 
|subtitles                = true
 
|subtitles notes          =  
 
|subtitles notes          =  
Line 207: Line 231:
 
|p2p                = unknown
 
|p2p                = unknown
 
|p2p notes          =  
 
|p2p notes          =  
|dedicated          = unknown
+
|dedicated          = true
|dedicated notes    =  
+
|dedicated notes    = <ref name="dmbeta"/>
 
|self-hosting      = unknown
 
|self-hosting      = unknown
 
|self-hosting notes =  
 
|self-hosting notes =  

Revision as of 13:14, 20 July 2019

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Rune II
Rune II cover
Developers
Human Head Studios
Publishers
Ragnarok Game
Engines
Unreal Engine 4
Release dates
Windows August 2019[1]
Rune
Rune 2000
Rune II 2019

Key points

Formerly known as Rune: Ragnarok and Rune (not to be confused with the 2000 game).

General information

Official website
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Epic Games Store
Epic Games Launcher
Windows
Steam version will be available Summer 2020.[2]

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\Rune\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/821290/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\Rune\Saved\SaveGames\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/821290/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Epic Games Launcher
Steam Cloud

Video settings

Template:Video settings

Field of view (FOV)

Increase FOV by changing the way it's calculated[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
A significant increase from the default 16:9 value.

Anti-aliasing (AA)

Enable TAA sharpening through the config file[3]
This makes the game appear less blurry when anti-aliasing is on.
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.TemporalAACurrentFrameWeight=0.2
r.TemporalAASharpness=0.8
r.Tonemapper.Sharpen=1

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Network

Multiplayer types

Type Native Notes
Local play
LAN play
Online play
Versus, Co-op

Connection types

Other information

API

Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 7, 8.1, 10
Processor (CPU) Intel Core i3-4340
AMD FX-6300
System memory (RAM) 8 GB
Hard disk drive (HDD) 25 GB
Video card (GPU) Nvidia GeForce GTX 760
AMD Radeon HD 7850
A 64-bit system is required.

Notes

  1. 1.0 1.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/821290/ in addition to or instead of this directory. The app ID (821290) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. [1] - last accessed on 2019-07-08
  2. Twitter - @play_rune - May 24, 2019 - last accessed on 2019-06-02
  3. 3.0 3.1 3.2 Cite error: Invalid <ref> tag; no text was provided for refs named dmbeta