安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








Why is in your table [S3] [S1] [S2]? The switches (left-to-right) are always: S1,S2,S3
Did you mean to write coefficients [C3][C1][C2], meaning that wiring is [S1~C3], [S2~C1] and [S3~C2] ???
Please let me know what is confusing in the manual, I am not a native speaker.
Do you have a logfile from your gameplay? On windows, the log for modded modules is normally saved to:
C:\Program Files (x86)\Steam\steamapps\common\Keep Talking and Nobody Explodes\ktane_Data\output_log.txt
This is your table:
[S1~C3] [S2~C1] [S3~C2]
U: [-1] [ 0] [-1]
M : [ 1] [-1] [ 1]
D: [ 0] [ 1] [ 0]
You arranged the SWITCHES as follows:
(S1,S2,S3) = (M,D,U) = (1,1,-1)
So the COEFFICIENTS will be:
(C1,C2,C3) = (1,-1,1) = Fig.17 ...and that's what you got!
Btw, I'm glad you like the module :-)
And we are not spoiling anything here, the switch wiring is shuffled randmoly for every instance of the module.
* Having Fig.4 on channel A, the correct solution is Fig.15:
(C1,C2,C3)=(1,1,-1)
* When we apply switch-to-coefficient wiring:
(C1,C2,C3)=(1,1,-1)
=>
(S2,S3,S1)=(1,1,-1)
* We apply switchposition-to-value wiring;
(S2,S3,S1)=(1,1,-1)
=>
(S2,S3,S1)=(D,M,U)
* We reorder switches as they appear on the module left-to-right:
(S2,S3,S1)=(D,M,U)
=>
(S1,S2,S3)=(U,D,M)
So after arranging switches to (S1,S2,S3)=(U,D,M), you should see Fig.15 on channel B and get a solved module.
I feel there is still some misunderstanding of the module on your side...