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
在库里依次打开 设置->管理->浏览本地文件,打开mods/goodtripfixed_<number>文件夹,然后打开main.lua文件。
找到如下代码
Input.IsActionTriggered(ButtonAction.ACTION_RESTART, player.ControllerIndex)
将它替换成
Input.IsButtonPressed(Keyboard.KEY_R, player.ControllerIndex)
就可以了。
======================================================================
For those who need Tab + R in repentance+, here's an interim solution before there's an official mod update.
In your library, click settings -> manage -> browse local files, move to mods/goodtripfixed_<number> and open the main.lua file.
Find the following codes,
Input.IsActionTriggered(ButtonAction.ACTION_RESTART, player.ControllerIndex)
and replace it with,
Input.IsButtonPressed(Keyboard.KEY_R, player.ControllerIndex)
then you should be good to go.