It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi all,

I can't progress the game since I'm playing on a notebook and I can't scroll through blueprints and stuff.
Is there a makeshift workaround atm?
Are the devs adressing this problem?
Would love to keep playing <3

Best
Joe
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Darktorne: Is there a makeshift workaround atm?
In wait of a better input manager (i'd love to use a controller even on GOG) I'd suggest you to use a third party app to remap a couple of keyboard keys to the scrollwheel up/down event.

I'd go for AutoHotKey, but I don't know if it can work with the game. But if the alternative is not playing at all is worth a try, imho

Bonus point: here's a forum thread about remapping a couple of keys to the scrollwheel events :-) I'd go for PgUP/PgDown keys, if I were you ;-)
Post edited August 20, 2018 by ErPanfi
Hello,
I found out the same today, even using the "middle mouse button" on laptop doesn't work. It is a problem also in options menu, when I wanted to assign some keys to scrolling, i couldn't ..scroll it.

If you have a gamepad, that works too. However it would be nice if this was fixed, thanks devs for considering.

Thanks ErPanfi of the remap tip.
Post edited August 27, 2018 by Gwathiell
It was a problem for me too.. I wound up going to Walmart and buying a cheap wireless plug-in mouse for 8 bucks..
avatar
Darktorne: Hi all,

I can't progress the game since I'm playing on a notebook and I can't scroll through blueprints and stuff.
Is there a makeshift workaround atm?
Are the devs adressing this problem?
Would love to keep playing <3

Best
Joe
I've solved problem by using program AutoHotKey as ErPanfi mentioned. It run script so you have to make a script.

After downloaded and instaled program you have to make a new file with .ahk extension:
1.Right-Click on your desktop.
2.Find "New" in the menu.
3.Click "AutoHotkey Script" inside the "New" menu.
4.Give the script a new name. It must end with a .ahk extension. For example: MyScript.ahk
5.Find the newly created file on your desktop and right-click it.
6.Click "Edit Script".

Copy and past this into your file:

#IfWinActive Graveyard Keeper
[::WheelUp
return

#IfWinActive Graveyard Keeper
]::WheelDown
return

8.Save the File.
9.Double-click the file/icon in the desktop to run it.

Now if you run a game Graveyard Keeper and press [ or ] key it acts like mouse wheel scrolled up or down.
You can use other keys for example PgUp::WheelUp and PgDn::WheelDown or combinations of keys (for this read basic help of this program).

-----

Earlier I used to run a program Mouse Emulator. Its simpler to begin. After unzip just run executable mousemu..exe
The program recognizes the following keys: (NumLock must be ON!)
Keypad 7 - Mousewheel up (Scroll)
Keypad 9 - Mousewheel down (Scroll)

but for me it's more complicated because I play on PC pluged to a TV using wireless little keyboard with touchpad and the numeric keys are shared with normal ones.

Sorry for my english.
Post edited September 21, 2018 by papa_Mariano