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
(The person in the original guide actually has the byte swap wrong. He takes "80 02" and turns it into "02008" which is wrong. The byte swap is literally just swapping the two values so it becomes "0280" Remove the first 0 and the hex value of "280=640")
(Removed second hex edit method as it is destructive and only affects display resolution and not render resolution. Display resolution is automatically your desktop res. You only need to set that and edit the Config.exe)
Line 109: Line 109:
 
'''Notes'''
 
'''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.  
 
{{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/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>}}
 
# Make sure other settings are as desired in configuration utility before continuing.
 
# Open [[#Game data|<code>config.dat</code>]] with preferred hex editor.
 
# From address <code>00000000</code> (first line) find section 8-9 (width) and c-d (height).
 
# Convert desired resolution (e.g. 3840x2160) to hex (results 0F 00, 08 70) and write them in reverse order (00 0F, 70 08) to config files sections mentioned above.
 
# Save the file and mark it as read only.
 
'''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}} Opening the game results error popup from configuration window, but game itself should work normally.
 
 
}}
 
}}
  

Revision as of 01:18, 13 August 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
Demo available.
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

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