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
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.
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 Wikipedia

Key points

PC Port with limited scalability and input options.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows
All versions require Steam DRM.

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 in-game with a non 16:9 display.
In-game notice when attempting to enable Fullscreen or Borderless Windowed mode in-game 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. 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.

Input settings

Keyboard Settings
Keyboard Settings
Controller Settings
Controller 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.