Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
here is a quick fix to do it yourself:
1. Navigate to the workshop folder:
[STEAM FOLDER]\steamapps\workshop\content\751780\1985510486
2. Open the Main.gml file with a texteditor of your choice (e.g. Notepad/++, VS Code)
3. Edit Line 10 and 11 to look like this and replace YOUR_BUTTON with one of these options [topheranselmo.com]
Line 10: if (mouse_wheel_down() || keyboard_check(vk_down) || InputCheckPressed(Input. YOUR_BUTTON )) velocity += 40;
Line 11: if (mouse_wheel_up() || keyboard_check(vk_up) || InputCheckPressed(Input. YOUR_BUTTON )) velocity -= 40;
4. Save the changes and start the game, done
It’s not ideal, but with this mod, you can scroll your structures with the touch screen. It’s a little janky, but not unusable.