Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1) Right-click Hypnospace in Steam and go to Properties
2) Local Files tab
3) Verify integrity of game files
4) Wait for it to complete, then try again
If that doesn't work, try uninstalling the game completely (your save files will be fine!) and installing it again.
If that doesn't work, you can access the beta tracks by doing the following:
1) Right-click Hypnospace in Steam and go to Properties
2) Betas tab
3) Enter the following passwords, clicking Check Code each time:
hypnospacetest45
hypnospacetest46
hypnospacetest47
4) Choose testing45 in the "select the beta..." drop-down menu
5) Wait for it to install and try again
Repeat 4-5 for testing46 and testing47. My tests show that 46 and 47 are not awesome when it comes to performance, but who knows maybe you'll have a different experience!
If none of the above works for you, let me know and I will be back with some more advanced ideas involving changing some Chrome Args in our executable files.
-Windows 7
-Played through to completion before Plus update with no issues
-Text after reinstalling is tiny and garbled and weird and I can't read anything
The game starts in a super small window that becomes fullscreen, but it doesn't use all the available space. I used a Youtube video as a guide for what button to press to get into the BIOS options and used the screenshot in this thread to check the display scaling options and things are readable again. I tried hynospacetesting45 and 46 but neither changed anything in terms of text readability.
1) Go into the Hypnospace game files: from Steam, Right-Click Hypnospace -> Manage -> Browse Local Files
2) Rename "package.nw" to "package.zip"
3) Open package.zip
4) Open the "package.json" file inside the zip, in Notepad
5) There is a list of Chromium Args at the bottom. For each one of the args at the end of these instructions:
5a) Delete the arg
5b) Make sure there is only one space between the args before and after the one you deleted
5c) Save package.json back to the zip file
5d) Continue steps 6-9
6) Close out of package.zip
7) Rename "package.zip" to "package.nw"
8) Launch Hypnospace
9) If it doesn't work, please add the arg back to the list where it was originally, and try deleting another arg.
LIST OF ARGS TO TRY STEPS 5a-5d:
(Note that some of these may affect Steam Overlay or have other unintended consequences)
BACKUP LIST OF ALL ARGS IN ORDER:
Screenshot: https://1drv.ms/u/s!AnfGCnwpFF_Yg6wONDVRSuOUXBCglw?e=Iwli6w
I'm actually not sure how to "maximize" as with this mode there's no HypnoOS option to fullscreen, minimize, maximize, etc. I toggle between fullscreen and windowed using F11
Integer scaling and non integer scaling look to be identical as per the other users experience. Only slightly fiddly thing there is that when you uncheck the box, the window becomes tiny and unreadable, but pressing alt+enter to fullscreen again fixes this.
Also including this just for a laugh[i.imgur.com]. At first when I renamed the package.nw to a .zip and tried to update the json inside through windows explorer, saving the json was only updating the file in an extracted copy in temporary files. So I figured, OK, I'll extract the zip to a folder, update the file, then repackage the zip with 7zip, then rename that to .nw and we'll be all hunky dory. Well yeah, that wasn't the case lol, not all zips are created equal!!
The "Steam still thinking Hypnospace is running after it has closed" problem persists, but is the most minor inconvenience possible so I don't really mind. At least I can read stuff now! Thanks so much TetroniMike! ଘ(੭*ˊᵕˋ)੭* ̀ˋ ❤❤
Edit:
Here is a video capture[drive.google.com] of me flicking through the windowed options with "frame":false, and demonstrating the Steam still thinking the program is running thing.
0) Undo what we did before and change "frame":false to "frame":true
1) Launch the game
2) Wait until the text based boot-up sequence after the logos
3) Hold B to enter the BIOS, enable the console (top-left)
4) Click EXIT
5) During the text boot-up, hold D+E and press B to enter Debug mode. Then let go of all three keys.
4) Wait for the main menu screen
5) Load up a save file
6) Wait until your desktop is visible after the splash screen
7) Hold D+E and press B (again) to enter ACTIVE Debug mode (you should see some text on the top-left)
8) Press the tilde ~, backtick `, or the § key to enable the console (depending on your keyboard)
9) Try the following commands, one at a time. Copy it below, paste it in the console with Ctrl+V, and press Enter/Return.
10) When trying the "toggle" commands, run the command again to exit that mode
(I recommend not experimenting with "execjs" commands outside of this test as you can break your save file and possibly other things)
If either of the two commands work, I'll see about adding an option to BIOS for enabling this new fullscreen mode.
I have just tested the above:
reverted "frame":false back to true in package.nw/package.json
enabled console in HypnOS bios
click 'exit' in bios, restart in debug mode (debug mode enabled text at bottom of bios screen)
load up saved game
toggle console with '~'
pasted "execjs:nw.Window.get().toggleFullscreen()" (without quotations)
-- nothing happened --
pasted "execjs:nw.Window.get().toggleFullscreen()" (without quotations) again to 'toggle off'
pasted "execjs:nw.Window.get().toggleKioskMode()" (without quotations)
-- nothing happened --
pasted "execjs:nw.Window.get().toggleKioskMode()" (without quotations) again to 'toggle off'
I tried another time with all of the above steps but starting with toggleKioskMode() instead of toggleFullscreen(), but the same result, no dice unfortunately.
i've reverted back to package.nw/package.json "frame":false