這個版本只針對顯示部分做了中文;剩下的按鍵,電子顯示受限於OMSI的繪圖方式而造成顯示中文的困難.
目前小弟正在研究renault karosa的顯示方式,可能可以達成中文電牌顯示.
本版本適用SD200,SD202&NL202
下载地址:
[hide][/hide]
感謝下載的朋友們的支持!
安裝方式:
[自動安裝]
「強烈建議有修改過IBIS的朋友們使用手動安裝,否則有造成衝突的可能!」
要備份的檔案計有:
Omsi\Fonts\IBIS_5x7.bmp
Omsi\Fonts\IBIS_5x7.oft
Omsi\Fonts\IBIS_5x7_alpha.bmp
Omsi\Fonts\IBIS-2_5x7.bmp
Omsi\Fonts\IBIS-2_5x7.oft
Omsi\Fonts\IBIS-2_5x7_alpha.bmp
Omsi\Vehicles\MAN_NL202\Script\IBIS-2.osc
Omsi\Vehicles\MAN_SD200\Script\IBIS.osc
Omsi\Vehicles\MAN_SD202\Script\IBIS.osc
Omsi\Vehicles\MAN_SD202\Script\IBIS-2.osc
將壓縮檔內全部檔案覆蓋至Omsi主目錄下即完成。
[手動安裝]
一樣,請參考自動安裝所需備份的檔案列表作備份再行修改。
1. 將壓縮檔內Omsi\Fonts內的檔案複製到Omsi資料夾內覆蓋。
2. 打開 Omsi\Vehicles\MAN_NL202\Script\IBIS-2.osc 、 Omsi\Vehicles\MAN_SD202\Script\IBIS-2.osc 、Omsi\Vehicles\MAN_SD202\Script\IBIS.osc 及 Omsi\Vehicles\MAN_SD200\Script\IBIS.osc,找
複製內容到剪貼板
原始碼:
(L.L.IBIS_mode) 1 =
{if}
"LINIE/KURS :"
(L.L.IBIS_input_count) 0 =
{if}
(L.$.IBIS_Complex_Line) $+
{else}
" " 5 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+
{endif}
{else}
(L.L.IBIS_mode) 2 =
{if}
"ROUTE :" " " 2 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+
{else}
(L.L.IBIS_mode) 3 =
{if}
"ZIEL :" " " 3 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+
{else}
(L.L.IBIS_mode) 4 =
{if}
(L.L.IBIS_BlinkOn)
{if}
" FALSCHE ROUTE "
{else}
""
{endif}
{else}
(L.L.IBIS_mode) 6 =
{if}
(L.L.IBIS_BlinkOn)
{if}
" FALSCHES ZIEL "
{else}
""
{endif}
{else}
覆蓋成
複製內容到剪貼板
原始碼:
(L.L.IBIS_mode) 1 = {if} "!:" (L.L.IBIS_input_count) 0 = {if} (L.$.IBIS_Complex_Line) $+ {else} " " 5 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+ {endif} {else} (L.L.IBIS_mode) 2 = {if} "&:" " " 5 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+ {else} (L.L.IBIS_mode) 3 = {if} "#:" " " 5 (L.L.IBIS_input_count) - $* $+ (L.L.IBIS_input) "0" (L.L.IBIS_input_count) $IntToStr $+ $IntToStrEnh $+ {else} (L.L.IBIS_mode) 4 = {if} (L.L.IBIS_BlinkOn) {if} "^" {else} "<" {endif} {else} (L.L.IBIS_mode) 6 = {if} (L.L.IBIS_BlinkOn) {if} ";" {else} "<" {endif} {else}
3. 安裝完成!
(to版主:可否幫忙設定[hide]?感謝!)