- UID
- 992783
- 主题
- 303
- 阅读权限
- 70
- 帖子
- 8742
- 精华
- 5
- 积分
- 6963
- 金钱
- 34339
- 荣誉
- 155
- 人气
- 373
- 在线时间
- 6211 小时
- 评议
- 0
- 帖子
- 8742
- 精华
- 5
- 积分
- 6963
- 金钱
- 34339
- 荣誉
- 155
- 人气
- 373
- 评议
- 0
|
名稱:Military Base Response revamp (MBRr) (重定軍事基地)
製作人:ThisIsHarsh
版本號:2.4
發表日期:10/12/09
下載連結:http://thisisharsh.maeyanie.com/ ... V2.4-10.12.2009.spk
前置scripts:
JSON parser 見下介紹
Community Plugin Configuration (社群插件目錄) http://forum.egosoft.com/viewtopic.php?t=218088
Egosoft forum連結:http://forum.egosoft.com/viewtopic.php?t=254599
介紹翻譯:透過MBRr,能取替遊戲內Recon及軍事艦隻平庫的反應表現,使Recon及軍事基地能更聰明地應對危機,及能該細設置的求助短訊,並會為Xenon增設軍事基地。
兼容性:ThisIsHarsh測試過,MBRr能兼容7ate9tin11s的Improved Races與LV的的RRF
安裝後可透過Community Plugin Configuration新設的視窗(按shift+F1打開)對MBRr進行"Install/update",使遊戲內現存的飛船也導入MBRr的指令。(我打不開Community Plugin Configuration視窗中的MBRr...)
詳細特細:
more intelligent response from Military Bases
軍事基地的巡邏隊現在更壯大了,也更多地整備起來。對基地下達的救援對象會以最速的方法前往(e.g.配有Jumpdrive者會自動補充energy cell以使用超空間跳躍前往目的地);而母艦會更有效地統率戰鬥機群,並在回站時補充空缺。
Rearguard (後備軍)
軍事基地現在有更多的tokens在自身艦隊疲憊時以呼叫後備軍。token會隨時間而回復,也可在"MBRr設定"(在Community Plugin Configuration視窗內)中設成"0"以關閉此功能。
Invasion mode (侵略模式)
Recon艦現在能偵察到敵星系內的軍事活動(e.g.大軍集結)。原遊戲只將Xenon、海盜及Terran定成敵對種族。由於Xenon的規模龐大並鄰接主要星系,故定為首要目標;海盜的規模多停留在戰鬥機層面故針對性不大;而Terran則多在偏遠星系並鄰接Argon,但還是會偶然地侵襲後者,故還是要偵察的。
Xenon Military Bases (Xenon軍事基地)
透過Options > Gameplay > Artificial Life setting,Xenon也能有自己的軍事基地 (開始時是關閉的,要玩家自行啟用)。Xenon會自行回航至軍事基地,其內更會大量生產Relay scouts(Xenon版的Recon scouts)。Xenon更會激進地保衛自己的星系及向鄰近的星系棄置廢料,為侵攻作準備。玩家在"MBRr設定"中也能設置Xenon後備軍的數目。
Help requests from the Military Bases
在"MBRr設定"設置,玩家在有該族police license(獵人執照)的情況會收到四類由軍事基地發出的求救短訊。Standard messages --- 只要玩家有該族的獵人執照就會在星系有危機時就會收到的通告。
Detailed messages --- 當你在私人工廠在該星系內,就會收到如敵軍規模、迎擊隊規模等訊息。
Invasion notifications --- 當戰況持續時所收到的現場數據。
Minor incursions --- 在沒M1-M6級艦隻隨行的小型侵入事故中,軍事基地會選擇不出軍迎戰,而交由當地正規軍應付之。
Reputation scoring (聲譽獎勵)
被該種族軍事基地鎖定的敵目標,其名稱後會追加字符 (e.g.Xenon J [AEP],代表Argon, Terran (Earth) 及Paranid將此船定為潛在危機)。當你擊落此Xenon J就能提升三族的關係值。而沒標記的敵船也會在被擊落時補上少量聲譽獎賞。你也可以反過來幫助Xenon以提升彼此關係(開始時是關閉的,要玩家自行啟用)。
名稱:JSON parser (JSON語法解讀器)
製作人:ThisIsHarsh
版本號:1
發表日期:20/10/09
下載連結:http://thisisharsh.maeyanie.com/ ... V1.0-20.10.2009.spk
Egosoft forum連結:http://forum.egosoft.com/viewtopic.php?t=262254
介紹翻譯:ThisIsHarsh為Military Base Response revamp而製的Libraries。JSON全寫是JavaScript Object Notation,功能類似"XML",但容量更細。透過此script,使遊戲能讀取及運用JSON內的數據。
本人不是修Programming的,根本不知ThisIsHarsh在說甚麼,不能翻譯,故只引原文...
功能該解:
The plugin includes a 'parse' script, which will take a string containing a JSON object definition and return what I call a jsonobj - basically a hierarchy of arrays, with the lowest level being 2-element key-value pair arrays. The next most important script is the 'get' script, which allows you to navigate the jsonobj to get a specific value. Then there is the 'set' script, allowing you to modify the value within the jsonobj's hierarchy. Finally there is the 'union' script, allowing you to join together two jsonobjs.
專有名語(Terminology):
jsonobj : a complete hierarchy of objects, arrays and values.
object : a set of key-value pairs, where value can be either integer, string, object or array.
member : a specific key-value pair within an object.
element : a specific value at a given index in an array.
[ 本帖最后由 ygat 于 2009-12-15 21:32 编辑 ] |
|