Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Thank you very much Doomgriever!
Now I just need to find out how to unlock "H4CK3R" Achievement.. Are there any clues in the game for it? Don't want to mess with the Save File's "_cheater":false"
Now that you mentioned it... I think there is no place where it's mentioned
I think the only public place where I showd it was on twitter a long time ago...
What do you suggest?
In reference to this tweet: https://twitter.com/kuupudev/status/1061333038582415360
I don't even know how to open the console
I think it would be cool if there were clues on some of the Computer Screens with the Cheat Text like "DDQD" ( for godmode or something). But would still be good to know how to open the console too. ;)
Special Keys like ' and ~ etc. differ from US-, EU- and Scandinavian-Keyboarrds. (Assuming the correct "KeyCode" isn't sent in my case.) I've tried all keys + different combinations of alt + ctrl to see if I can get the console to open, but none have worked. Not sure what key would be internationally accepted on all keyboards. I've read about similar issues before. An alternative would be something like "Tab + C" or something.
I understand this is a low priority issue so don't worry :P
I specially choose ' because a lot of games use it for it's console, thank you for bringing this to my atention, it entered the "issue to fix" list :)
I'm assuming the "console" text will popup like in your tweet if I press the correct key, right? :)
Could you return the KeyCode so I can check what key exactly. https://keycode.info/
My ' = 222
The usual console key "Tilde Key" (under ESC on Scandinavian) is 220
Sorry to bombard you with comments :)
But I think the Kill Count might be off at times as well. I did the 18 Hangar level 3 times, cleared all enemies, but got maximum 75% Kills (I did an "Extermination" run to get 100% Kills on all levels)
The Achievement didn't Unlock. So I did the last level again (Saved my save-file) and this time died in the level (under a moving platform *sigh*). This gave me 157% Kills at the end, and Achievement unlocked.. :P
Screenshot [i.imgur.com]
This means that (unless I completely missed 25% of the level) it's not possible to get Exterminator Achievement, unless you die. Which broke my "Deathless" run =/
I'm assuming that has to do with the last boss + enemies are missing in the Hangar area, but are still counted for in Kills / Total Enemy Count
The score system is one of the next systems I'm going to take a look, today I managed to fix a lot of issues, it's going very fast <o/
Thank you for the information and tests, it helps a lot to figure out the issue! I'm really glad you are part o the community :D
Huh, very strange. Feels unlikely that I've missed something in the level since I have 100% Completion for items.
Glad to hear that it goes well! And looking forward to future update :)
As a GameDev myself, testing and replaying is so ingrained in my brain that I do it without thinking. This is just me taking a break from working on my own game lol
(Also the game has such good controls and flow that it's quite relaxing to run through the levels)
I know this was a bit overkill maybe, but I was bored.
This is aimed towards those who are unable to activate the Console on their Keyboards.
To unlock the H4CK3R Achievement on Scandinavian Keyboard, I setup a virtual-keystroke hotkey. It sends KeyCode 192. This worked.
1. Download Strokes Plus (It's free)
Strokes Plus (Custom Hotkey Program) [www.strokesplus.com]
2. "Configure Hotkeys" -> Add new Hotkey and choose your key-combination
3. add this in Lua Script: acSendKeys('%{vkey 192}')
4. Hit Apply and run the game
5. Start level and press your hotkey. Voilá!
(Below is screenshot of my setup)
The Key Script [i.imgur.com]
( Ironic that this was for the Hacker Achievement
Awesome solution! :D