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 "Akiba's Trip: Undead & Undressed"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Configuration file(s) location: patch changed the location)
(Adding config method for resolution, adding FPS unlocking method.)
Line 17: Line 17:
  
 
'''Key points'''
 
'''Key points'''
{{--}} Frame rate is capped at 30 FPS.<ref name="30fps">[http://www.relyonhorror.com/reviews/review-akibas-trip-undead-undressed-pc-version/ Review: Akiba’s Trip: Undead & Undressed (PC Version) | Rely on Horror]</ref>
+
{{--}} Frame rate is capped at 30 FPS.<ref name="30fps">[http://www.relyonhorror.com/reviews/review-akibas-trip-undead-undressed-pc-version/ Review: Akiba’s Trip: Undead & Undressed (PC Version) | Rely on Horror]</ref> See [[#High frame rate|High frame rate]].
 
{{--}} Mouse cursor is mostly used as right stick but cursor isn't restricted into game nor hidden. When cursor reaches the edge of the screen it stops right stick movement making camera control near impossible.<ref>[https://www.youtube.com/watch?v=ipaQ6yb_mco AKIBA'S TRIP: Mouse and cursor - YouTube - Marioysikax]</ref> When playing with controller cursor is in the middle of the screen and monitor will go to sleep mode.  
 
{{--}} Mouse cursor is mostly used as right stick but cursor isn't restricted into game nor hidden. When cursor reaches the edge of the screen it stops right stick movement making camera control near impossible.<ref>[https://www.youtube.com/watch?v=ipaQ6yb_mco AKIBA'S TRIP: Mouse and cursor - YouTube - Marioysikax]</ref> When playing with controller cursor is in the middle of the screen and monitor will go to sleep mode.  
 
{{ii}} With higher resolutions, game is upscaled from much lower internal resolution.<ref name="30fps" /> See [[#4K Ultra HD|4K Ultra HD]] how to raise internal resolution.
 
{{ii}} With higher resolutions, game is upscaled from much lower internal resolution.<ref name="30fps" /> See [[#4K Ultra HD|4K Ultra HD]] how to raise internal resolution.
Line 84: Line 84:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        = Possibly [[FXAA]]{{cn}}, see [[#4K Ultra HD|4K Ultra HD]] for downsampling method.<ref name="downsampling">[http://screenshotcomparison.com/comparison/129467 Akiba's Trip: Undead & Undressed PC : Screenshot Comparison] - 1080p vs 1800p downsampled to 1080p</ref>
+
|antialiasing notes        = Possibly [[FXAA]]{{cn}} and character outlines are applied after 3D render process{{cn}}, see [[#4K Ultra HD|4K Ultra HD]] for downsampling method.<ref name="downsampling">[http://screenshotcomparison.com/comparison/129467 Akiba's Trip: Undead & Undressed PC : Screenshot Comparison] - 1080p vs 1800p downsampled to 1080p</ref>
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
 
|high frame rate            = false
 
|high frame rate            = false
|high frame rate notes      = Frame rate is capped at 30 FPS.<ref name="30fps" /> Game speed is bound to frame rate.<ref>Tested by [[User:Marioysikax|Marioysikax]]</ref>
+
|high frame rate notes      = Frame rate is capped at 30 FPS.<ref name="30fps" /> See [[#High frame rate|High frame rate]].
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
Line 94: Line 94:
  
 
===[[Glossary:4K Ultra HD|4K Ultra HD]]===
 
===[[Glossary:4K Ultra HD|4K Ultra HD]]===
{{ii}} In fullscreen mode, game uses desktop resolution and uses selected resolution for 3D renderer or in windowed mode for window size. Maximum resolution selectable from launcher is 1920x1200.  
+
{{ii}} In fullscreen mode, game uses desktop resolution and uses selected resolution for 3D renderer or in windowed mode for window size. Maximum resolution selectable from default launcher is 1920x1200.  
 
{{ii}} Games 3D render resolution is bit lower from selected resolution,<ref name="30fps" /> but this method can also be used for downsampling as fullscreen always uses desktops resolution.<ref name="downsampling"/>
 
{{ii}} Games 3D render resolution is bit lower from selected resolution,<ref name="30fps" /> but this method can also be used for downsampling as fullscreen always uses desktops resolution.<ref name="downsampling"/>
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Edit configuration utility, AkibaUU_Config.exe|ref=<ref name="X37">[http://steamcommunity.com/app/333980/discussions/0/618463738383279255/ 30 FPS and Resolution Fix :: AKIBA'S TRIP: Undead & Undressed General Discussion] - X37</ref>}}
 +
# Open <code>{{p|game}}\AkibaUU_Config.exe</code> with preferred hex editor.
 +
# On line 0017FA60 (with patch 06/03/15, may change) starts all available ingame resolutions listed. It starts with 8002 0000 E001, which translates if you swap the bytes to 0208 0000 01E0 that would be 640x480.
 +
# Convert desired resolution (e.g. 3840x2160) to hex (results 0F 00, 08 70) and reverse their order order (00 0F, 70 08).
 +
# Overwrite 8002 0000 E001 with desired resolution. This will replace 640x480 from config menu with that resolution.
 +
#* If you used <code>config.dat</code> method earlier, undo read only for the file.
 +
# Save changes and start up the game. Desired resolution should be selectable from resolution drop down menu
 +
'''Notes'''
 +
{{ii}} For easy decimal to hexadecimal converting you can use [http://www.binaryhexconverter.com/decimal-to-hex-converter online converter], if you get three characters then add 0 in front.
 +
}}
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Edit config.dat|ref=<ref>[http://steamcommunity.com/sharedfiles/filedetails/?id=450891549 Steam community :: Guide :: Using a hex editor to play in any resolution.]</ref>}}
 
{{Fixbox/fix|Edit config.dat|ref=<ref>[http://steamcommunity.com/sharedfiles/filedetails/?id=450891549 Steam community :: Guide :: Using a hex editor to play in any resolution.]</ref>}}
Line 104: Line 115:
 
# Save the file and mark it as read only.  
 
# Save the file and mark it as read only.  
 
'''Notes'''
 
'''Notes'''
 +
{{--}} To make changes, read only has to be removed from file and fix applied afterwards again.
 
{{ii}} For easy decimal to hexadecimal converting you can use [http://www.binaryhexconverter.com/decimal-to-hex-converter online converter], if you get three characters then add 0 in front.  
 
{{ii}} For easy decimal to hexadecimal converting you can use [http://www.binaryhexconverter.com/decimal-to-hex-converter online converter], if you get three characters then add 0 in front.  
 
{{ii}} Opening the game results error popup from configuration window, but game itself should work normally.  
 
{{ii}} Opening the game results error popup from configuration window, but game itself should work normally.  
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Use memory editor|ref=<ref name="X37"/>}}
 +
# Get a memory editor like CheatEngine or ArtMoney.
 +
# Start Akiba wait for the config window to appear.
 +
# Select AkibaUU.exe as process in memory editor.
 +
# Add (on Windows 8?) address 0018FDFC (wich should have a value of 30) change value to 60 and mark as active/freeze. Or (on Windows 7?) try 0018FE04.
 +
# Click play in Akiba config
 +
'''Notes'''
 +
{{--}} This has to be done every time game is started, though it's possible to generate trainer to ease the process.
 +
{{--}} Possibly breaks some games features.<ref>[http://steamcommunity.com/app/333980/discussions/0/618463738383279255/?tscn=1433907027#c618463738392202182 30 FPS and Resolution Fix :: AKIBA'S TRIP: Undead & Undressed General Discussion] post #60 </ref>
 
}}
 
}}
  

Revision as of 10:08, 10 June 2015

AKIBA'S TRIP: Undead & Undressed
AKIBA'S TRIP: Undead & Undressed cover
Developers
Acquire
Publishers
XSEED
Marvelous Inc.
Release dates
Windows May 26, 2015
Akiba's Trip: Undead & Undressed on Wikipedia

Key points

Frame rate is capped at 30 FPS.[1] See High frame rate.
Mouse cursor is mostly used as right stick but cursor isn't restricted into game nor hidden. When cursor reaches the edge of the screen it stops right stick movement making camera control near impossible.[2] When playing with controller cursor is in the middle of the screen and monitor will go to sleep mode.
With higher resolutions, game is upscaled from much lower internal resolution.[1] See 4K Ultra HD how to raise internal resolution.
Controller highly recommended.

General information

Official site
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
All versions require Steam.

Game data

Configuration file(s) location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/333980/pfx/[Note 1]
Config file is in hex format.

Save game location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Launcher, "Play" rebinding tab.
Launcher, "Play" rebinding tab.
Launcher, "UI/Other" rebinding tab.
Launcher, "UI/Other" rebinding tab.

Template:Video settings

4K Ultra HD

In fullscreen mode, game uses desktop resolution and uses selected resolution for 3D renderer or in windowed mode for window size. Maximum resolution selectable from default launcher is 1920x1200.
Games 3D render resolution is bit lower from selected resolution,[1] but this method can also be used for downsampling as fullscreen always uses desktops resolution.[3]
Instructions
Instructions

High frame rate

Instructions

Input settings

In-game input settings.
In-game input settings.
360 button prompts are always shown.
Cursor isn't restricted into the game.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Japanese

Other information

API

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

System requirements

Windows
Minimum Recommended
Operating system (OS) Vista SP2
Processor (CPU) Intel Core i3-530 @ 2.93 GHz
AMD Phenom II X4 810 @ 2.60 GHz
System memory (RAM) 6 GB
Hard disk drive (HDD) 3 GB
Video card (GPU) NVIDIA GeForce GTS 450
ATI Radeon HD 5870
1 GB of VRAM
DirectX 11 compatible
Sound (audio device) Compatible with DirectX 11

Notes

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

References