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


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Close to the Sun"

From PCGamingWiki, the wiki about fixing PC games
(subjective)
(there's no film grain: http://screenshotcomparison.com/comparison/135075 ; no signs of motion blur when running or quickly moving the camera either. the rest works)
Line 85: Line 85:
 
}}
 
}}
  
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
+
===Bloom===
{{Fixbox|description=Increase FOV by changing the way it's calculated|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=}}</ref>|fix=
+
{{Fixbox|description=Disable bloom through the config file|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=Two screenshots of the same spot taken and compared.}}</ref>|fix=
# Go to the [[#Game data|configuration file(s) location]]
 
# Open {{file|Engine.ini}}.
 
# Add the following lines:
 
<pre>[/Script/Engine.LocalPlayer]
 
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</pre>
 
{{ii}} A significant increase from the default 16:9 value.
 
}}
 
 
 
{{Fixbox|description=Adjust FOV with precision with a tool|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=}}</ref>|fix=
 
# Download the [https://community.pcgamingwiki.com/files/file/1297-close-to-the-sun-fov-changer/ Close to the Sun FOV changer].
 
# Launch the game and wait for it to load.
 
# Run the tool and use the buttons to increase and decrease FOV as instructed.
 
{{--}} Game updates will likely require updates to the tool.
 
}}
 
 
 
===Depth of field===
 
{{Fixbox|description=Disable depth of field|ref={{cn}}|fix=
 
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code>.
 
# Open <code>Engine.ini</code>.
Line 109: Line 92:
 
<pre>
 
<pre>
 
[SystemSettings]
 
[SystemSettings]
r.DepthOfFieldQuality=0
+
r.BloomQuality=0
 
</pre>
 
</pre>
 
}}
 
}}
  
===Motion blur===
+
===Depth of field===
{{Fixbox|description=Disable motion blur|ref={{cn}}|fix=
+
{{Fixbox|description=Disable depth of field through the config file|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=Two screenshots of a cutscene taken and compared.}}</ref>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code>.
 
# Open <code>Engine.ini</code>.
Line 120: Line 103:
 
<pre>
 
<pre>
 
[SystemSettings]
 
[SystemSettings]
r.MotionBlurQuality=0
+
r.DepthOfFieldQuality=0
 
</pre>
 
</pre>
 
}}
 
}}
  
===Bloom===
+
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
{{Fixbox|description=Disable bloom|ref={{cn}}|fix=
+
{{Fixbox|description=Increase FOV by changing the way it's calculated|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=}}</ref>|fix=
# Go to the [[#Game data|configuration file(s) location]].
+
# Go to the [[#Game data|configuration file(s) location]]
# Open <code>Engine.ini</code>.
+
# Open {{file|Engine.ini}}.
# Add the following and save the file.
+
# Add the following lines:
<pre>
+
<pre>[/Script/Engine.LocalPlayer]
[SystemSettings]
+
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</pre>
r.BloomQuality=0
+
{{ii}} A significant increase from the default 16:9 value.
</pre>
 
 
}}
 
}}
  
===Film grain===
+
{{Fixbox|description=Adjust FOV with precision with a tool|ref=<ref>{{Refcheck|user=Rose|date=2019-05-03|comment=}}</ref>|fix=
{{Fixbox|description=Disable film grain|ref={{cn}}|fix=
+
# Download the [https://community.pcgamingwiki.com/files/file/1297-close-to-the-sun-fov-changer/ Close to the Sun FOV changer].
# Go to the [[#Game data|configuration file(s) location]].
+
# Launch the game and wait for it to load.
# Open <code>Engine.ini</code>.
+
# Run the tool and use the buttons to increase and decrease FOV as instructed.
# Add the following and save the file.
+
{{--}} Game updates will likely require updates to the tool.
<pre>
 
[SystemSettings]
 
r.Tonemapper.GrainQuantization=0
 
r.Tonemapper.Quality=0
 
</pre>
 
 
}}
 
}}
  

Revision as of 22:17, 3 May 2019

Close to the Sun
Close to the Sun cover
Developers
Storm in a Teacup
Publishers
Wired Productions
Engines
Unreal Engine 4
Release dates
Windows May 2, 2019

General information

Official website

Availability

Source DRM Notes Keys OS
Epic Games Store
DRM-free after installation through Epic Games Launcher (notes may include more details)
Can be run DRM-free when launched directly from the executable.
Windows
All versions require Epic Games Launcher DRM.

Essential improvements

Skip intro videos

Remove the video files[1]
  1. Go to <path-to-game>\WindowsNoEditor\ctts\Content\Movies\
  2. Delete or rename every file with Logo in its name.
A game update may cause the files to be re-downloaded.

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\ctts\Saved\Config\WindowsNoEditor\

Save game data location

System Location
Windows %LOCALAPPDATA%\ctts\Saved\SaveGames\

Video settings

Graphics settings.
Graphics settings.

Template:Video settings

Bloom

Disable bloom through the config file[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.BloomQuality=0

Depth of field

Disable depth of field through the config file[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.DepthOfFieldQuality=0

Field of view (FOV)

Increase FOV by changing the way it's calculated[4]
  1. Go to the configuration file(s) location
  2. Open Engine.ini.
  3. Add the following lines:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
A significant increase from the default 16:9 value.
Adjust FOV with precision with a tool[5]
  1. Download the Close to the Sun FOV changer.
  2. Launch the game and wait for it to load.
  3. Run the tool and use the buttons to increase and decrease FOV as instructed.
Game updates will likely require updates to the tool.

Ultra-widescreen

Use a modified game executable[6]
  1. Download the mod.
  2. Unpack the archive and replace the game .exe in <path-to-game>\WindowsNoEditor\ctts\Binaries\Win64\
Game updates may require a new version of the mod.

Vertical sync (Vsync)

Disable Vsync[7]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following:
[SystemSettings]
r.VSync=0

Input settings

General settings.
General settings.

Template:Input settings

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
French
German
Italian
Japanese
Korean
Polish
Russian
Spanish

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Physics PhysX

System requirements

Windows
Minimum Recommended
Operating system (OS) 10
Processor (CPU) Intel Core i5
AMD FX 2.4 GHz
System memory (RAM) 8 GB
Hard disk drive (HDD) 50 GB
Video card (GPU) Nvidia GeForce GTX series 7
AMD Radeon R9
3 GB of VRAM
DirectX 11 compatible
Sound (audio device) DirectX compatible

References

  1. Verified by User:Rose on 2019-05-03
    It works and causes no delay.
  2. Verified by User:Rose on 2019-05-03
    Two screenshots of the same spot taken and compared.
  3. Verified by User:Rose on 2019-05-03
    Two screenshots of a cutscene taken and compared.
  4. Verified by User:Rose on 2019-05-03
  5. Verified by User:Rose on 2019-05-03
  6. Verified by User:Rose on 2019-05-03
  7. Verified by User:Rose on 2019-05-03