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

Azur Lane: Crosswave

From PCGamingWiki, the wiki about fixing PC games
Revision as of 06:32, 25 February 2020 by Rose (talk | contribs) (→‎Input settings: combined 4 references into one)
Azur Lane: Crosswave
Azur Lane: Crosswave cover
Developers
Idea Factory
Compile Heart
Felistella
Publishers
Idea Factory International
Engines
Unreal Engine 4
Release dates
Windows February 13, 2020
Azur Lane: Crosswave on MobyGames
Azur Lane: Crosswave on Wikipedia

Key points

PC port with limited scalability and input options.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
GamersGate
Icon overlay.png
Windows
Gamesplanet logo.svg
Icon overlay.png
Windows
Green Man Gaming
Icon overlay.png
Windows
Humble Store
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows
All versions require Steam DRM.

DLC and expansion packs

Name Notes
Neptune
Windows
Operation EXP Boost
Windows
Shiranui's Prized Goods Release Sale
Windows

Game data

Configuration file(s) location

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

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Graphics options.
Graphics options.
In-game notice when attempting to enable Fullscreen or Borderless windowed mode with a non-16:9 display.
In-game notice when attempting to enable Fullscreen or Borderless windowed mode with a non-16:9 display.

Template:Video settings

Custom resolutions

Edit GameUserSettings.ini[1]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Change ResolutionSizeX=xxxx to the desired horizontal resolution (replace xxxx with the horizontal resolution).
  4. Change ResolutionSizeY=xxxx to the desired vertical resolutionn (replace xxxx with the vertical resolution).
  5. Save GameUserSettings.ini.
  6. Right click on GameUserSettings.ini, and go to properties, then set the file as "Read-Only". This will prevent the game from overwriting the resolution values.

Notes

Attempting to change in-game graphics options will result in the custom resolution being reset. If the GameUserSettings.ini is set to Read-Only, changing the resolution back to the desired resolution simply requires restarting the game.
The game uses Vert- FOV Scaling, which requires hex editing the executable when using an ultrawide resolution. See Ultra-widescreen.

Ultra-widescreen

Edit "GameUserSettings.ini" and Hex edit executable for proper field of view[2]
  1. Follow the instructions in Custom resolutions
  2. Go to <path-to-game>/Azurlane/Binaries/Win64
  3. Make a backup of Azurlane-Win64-Shipping.exe.
  4. Open Azurlane-Win64-Shipping.exe inside of a Hex Editor, such as HxD.
  5. Search for the hex value 4D 24 40 01 00 00 00 35 FA 0E 3C.
  6. Replace the value in Step 5 with 4D 24 40 01 00 00 00 35 FA 3E 3C to fix the field of view for 21:9 resolutions.
  7. Replace 48 F6 41 2C 01 49 8B with 48 F6 41 2C 00 49 8B to remove non-cutscene pillarboxes (if pillarboxing happens during gameplay).
  8. Save the file, and launch the game.
In-game menus on 21:9 displays will be anchored to the left side of the screen, and cutscenes are pillarboxed.
In-game HUD doesn't show completely on 21:9 resolutions.
While this fixes the in-game field of view, it causes issues with water rendering.

Anisotropic filtering

Instructions[3]
  1. Go to the configuration file(s) location.
  2. Open Scalability.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[TextureQuality@x]
r.MaxAnisotropy=xx
  1. Replace [TextureQuality@x] with the sg.TextureQuality setting being used in GameUserSettings.ini.
  2. Replace the "xx" value in r.MaxAnisotropy with the desired anisotropic filtering mode (0 = Disabled, 2 = 2X, 4 = 4X, 8 = 8X, 16 = 16X.
  3. Save the ini file.
  4. Right click on Scalability.ini, and go to properties, then set the file as "Read-Only". This will prevent the game from overwriting the values.
By default, the game uses the "3" value (UE4's "High" preset) for all scalability settings.

Anti-aliasing (AA)

Disable or change TemporalAA settings using "GameUserSettings.ini"[4]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini using a text editor.
  3. Change sg.AntiAliasingQuality to the desired anti-aliasing quality setting. Setting the value to "0" disables anti-aliasing.
Change Anti-Aliasing method from TemporalAA to FXAA in "Scalability.ini"[4]
  1. Go to the configuration file(s) location.
  2. Open Scalability.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[AntiAliasingQuality@x]
r.DefaultFeature.AntiAliasing=1
  1. Replace [AntiAliasingQuality@x] with the sg.AntiAliasingQuality setting being used in GameUserSettings.ini.
  2. Save the ini file.
  3. Right click on Scalability.ini, and go to properties, then set the file as "Read-Only". This will prevent the game from overwriting the values.
By default, the game uses the "3" value (UE4's "High" preset) for all scalability settings.

Input settings

Game, Control, and Sound settings.
Game, Control, and Sound settings.

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Traditional Chinese
Japanese

Other information

API

Executable 32-bit 64-bit Notes
Windows

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel CPU Core-I5 3.2GHz or above
System memory (RAM) 4 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) NVIDIA GeForce GTX 750Ti or above
DirectX 12 compatible
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>/1150080/ in addition to or instead of this directory. The app ID (1150080) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:BesuBaru on 2020-02-13
    Used config file tweaks to get these results.
  2. Verified by User:BesuBaru on 2020-02-13
    Used a hex editor and config file tweaks to get these results.
  3. Verified by User:BesuBaru on 2020-02-13
    Found by applying the Cyberdimension Neptunia 4GO anisotropic filtering fix to the game's "Scalability.ini"
  4. 4.0 4.1 Verified by User:BesuBaru on 2020-02-24
    Used config file tweaks to get these results.