Schastye
45 个评价
Schastye : 100% Achievements Walkthrough
由 KENJI86 制作
This is an easy OR rather explain how to obtain all in game achievements for the game Schastye.
Version: 1.0 (4/11/2021)
2
   
奖励
收藏
已收藏
取消收藏
Introduction
Hi there!!!



First of all welcome to my "12"th guide and still English is not my first language. So typos might occur here and there.

So basically you are here because,

(A.) Don't understand the game and how to trigger the achievos
(B.) Don't want to bother just need the 100% and move on ASAP


Either way, lets get into it.
Walkthrough


For this achievement you need to click on every intractable object.

1. RADIO
2. MATCHES &SOME SHRINE NEAR THE DOOR
3. LIGHT SWITCH
4. CRT MONITOR (CONTINUE GAME)
5. CPU (RESTART)

NO NEED for click on the DOOR as it is for another achievement.




Click on the DOOR and EXIT game.

If the achievement is bugged, make sure to interact with all objects mentioned above and then lastly try the DOOR.




1 st WAY (HARD WAY)
This achievement requires lot of button smashing.
First Click on the CRT monitor, which will tell you to "Continue game" when doing that it will show you the CRT monitor screen. Now press any Key (from your Keyboard) and the game will type something. So you will need to press a lot of keys in order to get this.

2 nd WAY (EASY WAY)

If you are familiar with macro recorders. You can easily write a script and just wait off.

I personally recommends and written a code just for you if you use AHK - Auto Hot Key[www.autohotkey.com]. It's free and easy to use. So step one would be 'Go Get It".
Install it and let it be.

Now minimize the game (alt+tab) and go to your desktop, right click and select New -> AutoHotKey Script. Rename it whatever you want. Then Right click on the script and Select Edit Script and past following and save exit.

引用自 kenji86
#a:: ; Win+a
Loop
{
Send, {a 1}
Send, {s 1}
Send, {d 1}
Send, {f 1}
Send, {g 1}
Send, {h 1}
Send, {i 1}
Sleep, 1
}
Esc::ExitApp

Now go back to game. Just like before be at the CRT monitor and press "Win key + A" The game will start auto typing now. Once the achievement is popped at the end. make sure to press "Escape Key" (Esc) in order to stop the script.
Thank you
AS of now (11/02/2021) the game is consist of three achievements which is covered by the guide.
So, if this guide / method was helpful for you give it a thumbs up. and give me a follow..



Until the next guide then.

Follow me for more guides.
7 条留言
KENJI86  [作者] 2023 年 1 月 23 日 下午 10:49 
Ah..Im on win 8.1, may be AHK software has some issues on Win 11. Ok. Thanks for the feedback :ily:
Nadine Von Terror 2023 年 1 月 23 日 下午 7:44 
I did, I have windows 11 I dunno, think Im gonna make it without that. Thanks anyway.
KENJI86  [作者] 2023 年 1 月 23 日 下午 6:25 
@Nadine Von Terror : Just checked, still works for me. If you follow the steps and paste the code correctly should have worked. :gman:
Nadine Von Terror 2023 年 1 月 23 日 下午 6:15 
Same as Tchatchke, didnt work the code.
fizzy_tones 2022 年 8 月 18 日 下午 4:50 
thank you
KENJI86  [作者] 2022 年 6 月 10 日 上午 4:54 
@ Tchatchke Bazaar : Have you done all the steps? Downloading, creating the AHK file with codes..and activating it by the keys and all?
Tchatchke Bazaar 2022 年 6 月 6 日 下午 9:50 
Pasted the text given into AHK file but it isn't auto typing. Help?