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 "Ikaruga"

From PCGamingWiki, the wiki about fixing PC games
(added Special K hacks)
Line 1: Line 1:
{{cleanup}}
+
{{stub}}
 
{{Infobox game
 
{{Infobox game
 
|cover        = Ikaruga Boxart.jpg
 
|cover        = Ikaruga Boxart.jpg
Line 33: Line 33:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|}}
+
{{Game data/row|Windows|{{p|game}}\boot.txt}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|}}
+
{{Game data/row|Windows|{{p|game}}\save\}}
 
}}
 
}}
  
Line 70: Line 70:
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = false
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = See [[#Borderless fullscreen windowed|Borderless fullscreen windowed]].
 
|anisotropic                = true
 
|anisotropic                = true
 
|anisotropic notes          = Up to 16 samples.
 
|anisotropic notes          = Up to 16 samples.
Line 81: Line 81:
 
|60 fps notes              =  
 
|60 fps notes              =  
 
|120 fps                    = false
 
|120 fps                    = false
|120 fps notes              = Game autoselects 60Hz video mode and caps fps to 60
+
|120 fps notes              = Frame rate is capped at 60 FPS and is tied to the game speed.
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Borderless fullscreen windowed|Borderless fullscreen windowed]]===
 +
{{Fixbox|description=Set borderless fullscreen|ref=<ref name="2017-11-26"/>|fix=
 +
# Set the in-game video settings to full screen mode and desktop resolution.
 +
# Install Special K by following the [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 Unofficial Special K Guide]. Manual local installation may work better.
 +
# Start the game once and close it to allow the configuration file of Special K to be created.
 +
# Open <code>{{p|game}}\d3d9.ini</code> or <code>{{p|userprofile}}\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini</code> depending on the installation method you used.
 +
# Change <code>ForceWindowed=false</code> to <code>ForceWindowed=true</code> under <code>[Display.Output]</code>.
 +
# Change <code>Borderless=false</code> to <code>Borderless=true</code> under <code>[Window.System]</code>.
 +
# Change <code>Fullscreen=false</code> to <code>Fullscreen=true</code>.
 +
# Change <code>OverrideRes=0x0</code> to your desktop resolution (e.g. <code>OverrideRes=1920x1080</code>).
 
}}
 
}}
  
Line 130: Line 142:
 
|closed captions          = n/a
 
|closed captions          = n/a
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost      = unknown
+
|mute on focus lost      = hackable
|mute on focus lost notes =  
+
|mute on focus lost notes = See [[#Mute on focus lost|Mute on focus lost]].
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
 +
}}
 +
 +
===Mute on focus lost===
 +
{{Fixbox|description=Set mute in background|ref=<ref name="2017-11-26"/>|fix=
 +
# Install Special K by following the [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 Unofficial Special K Guide]. Manual local installation may work better.
 +
# Start the game once and close it to allow the configuration file of Special K to be created.
 +
# Open <code>{{p|game}}\d3d9.ini</code> or <code>{{p|userprofile}}\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini</code> depending on the installation method you used.
 +
# Change <code>Borderless=false</code> to <code>Borderless=true</code> under <code>[Window.System]</code>
 +
# Change <code>MuteInBackground=false</code> to <code>MuteInBackground=true</code>.
 +
# Change <code>OverrideRes=0x0</code> to your desktop resolution (e.g. <code>OverrideRes=1920x1080</code>).
 
}}
 
}}
  
Line 173: Line 195:
 
|asynchronous        =  
 
|asynchronous        =  
 
|asynchronous notes  =  
 
|asynchronous notes  =  
 +
}}
 +
 +
==Issues fixed==
 +
===Run the game at screen refresh rate===
 +
{{Fixbox|description=Set screen refresh rate|ref=<ref name="2017-11-26">{{Refcheck|user=Keith|date=2017-11-26}}</ref>|fix=
 +
# Install Special K by following the [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 Unofficial Special K Guide]. Manual local installation may work better.
 +
# Start the game once and close it to allow the configuration file of Special K to be created.
 +
# Open <code>{{p|game}}\d3d9.ini</code> or <code>{{p|userprofile}}\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini</code> depending on the installation method you used.
 +
# Change <code>RefreshRate=-1</code> to <code>RefreshRate=0</code> under <code>[Render.FrameRate]</code>.
 +
# Change <code>Borderless=false</code> to <code>Borderless=true</code> under <code>[Window.System]</code>
 +
# Change <code>OverrideRes=0x0</code> to your screen resolution (e.g. <code>OverrideRes=1920x1080</code>).
 
}}
 
}}
  
Line 178: Line 211:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 9
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 198: Line 231:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|64-bit executable      = unknown
+
|64-bit executable      = false
 
|64-bit executable notes=  
 
|64-bit executable notes=  
 
}}
 
}}

Revision as of 22:13, 26 November 2017

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.
Ikaruga
Ikaruga cover
Developers
Treasure
Release dates
Windows February 18, 2014
Ikaruga guide on StrategyWiki
Ikaruga on Wikipedia

Key points

The PC version was released through Steam in 2014 and is reportedly based on the latest arcade release.
Uses Steam for global leaderboards, achievements and ability to upload and download replays.
The PC version uses analog movement for player's ship (similar to Xbox 360 version). The original digital movement is still available.
The August 2014 update added Appendix to the PC version, although some of the text in Soundtrack and Documents is missing unless switching game's language to Japanese

General information

Steam Community Discussions

Availability

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

Game data

Configuration file(s) location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/253750/pfx/[Note 1]

Save game data location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/253750/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings

Borderless fullscreen windowed

Set borderless fullscreen[1]
  1. Set the in-game video settings to full screen mode and desktop resolution.
  2. Install Special K by following the Unofficial Special K Guide. Manual local installation may work better.
  3. Start the game once and close it to allow the configuration file of Special K to be created.
  4. Open <path-to-game>\d3d9.ini or %USERPROFILE%\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini depending on the installation method you used.
  5. Change ForceWindowed=false to ForceWindowed=true under [Display.Output].
  6. Change Borderless=false to Borderless=true under [Window.System].
  7. Change Fullscreen=false to Fullscreen=true.
  8. Change OverrideRes=0x0 to your desktop resolution (e.g. OverrideRes=1920x1080).

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Mute on focus lost

Set mute in background[1]
  1. Install Special K by following the Unofficial Special K Guide. Manual local installation may work better.
  2. Start the game once and close it to allow the configuration file of Special K to be created.
  3. Open <path-to-game>\d3d9.ini or %USERPROFILE%\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini depending on the installation method you used.
  4. Change Borderless=false to Borderless=true under [Window.System]
  5. Change MuteInBackground=false to MuteInBackground=true.
  6. Change OverrideRes=0x0 to your desktop resolution (e.g. OverrideRes=1920x1080).

Localizations

Language UI Audio Sub Notes
English
The game has very few spoken lines which are not important to the story.
Japanese
The game has very few spoken lines which are not important to the story.

Network

Multiplayer types

Type Native Players Notes
Local play
2 Co-op
Shared single-controller mode also available.
LAN play
Online play

Issues fixed

Run the game at screen refresh rate

Set screen refresh rate[1]
  1. Install Special K by following the Unofficial Special K Guide. Manual local installation may work better.
  2. Start the game once and close it to allow the configuration file of Special K to be created.
  3. Open <path-to-game>\d3d9.ini or %USERPROFILE%\Documents\My Mods\SpecialK\Profiles\game.exe\SpecialK.ini depending on the installation method you used.
  4. Change RefreshRate=-1 to RefreshRate=0 under [Render.FrameRate].
  5. Change Borderless=false to Borderless=true under [Window.System]
  6. Change OverrideRes=0x0 to your screen resolution (e.g. OverrideRes=1920x1080).

Other information

API

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

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7, 8
Processor (CPU) Intel Core 2 Duo
AMD Athlon 64 X2
System memory (RAM) 1 GB
Hard disk drive (HDD) 512 MB
Video card (GPU) 256 MB of VRAM
DirectX 9.0c compatible

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References

  1. 1.0 1.1 1.2 Verified by User:Keith on 2017-11-26