首先必須了解到基本的觀念與格式 1.腳本裡所有 # 符號代表的是遮蔽,也就是說 # 符號後面的設定openkore都不會讀取。 2.腳本裡設定都有 { 頭括號 與 } 尾括號,有頭必須有尾否則會有不可預料的錯誤發生。 Ex. <config key> <value> { <attribute1> <value1> <attribute2> <value2> }
<config key> <value> {
<attribute1> <value1>
<attribute2> <value2>
}