X重生 人物職業(yè)技能修改大全及相關(guān)游戲經(jīng)驗(yàn)總結(jié)
- 來(lái)源:3DM論壇—testlook
- 作者:wuyan
- 編輯:ChunTian
接下來(lái),我們按Ctrl+F查找 owner="player" ,一個(gè)一個(gè)往下找直到找到如以下的信息
<connections>
<connection connection="npcconnection">
<component class="npc" macro="character_ar_female_architekt_macro" connection="commandroomslot" name="達(dá)伯納 庫(kù)爾特" owner="player" page="10110" id="[0x2061]">
<offset>
<position x="6.3349" y="0.0218307" z="3.24011"/>
<rotation yaw="25.6301"/>
</offset>
<skills>
<skill type="engineering" value="5"/>
<skill type="leadership" value="2"/>
<skill type="management" value="5"/>
<skill type="navigation" value="5"/>
<skill type="science" value="2"/>
</skills>
<entity type="architect" customconversation="1"/>
<account id="[0x3d]" amount="939732115"/>
<budget max="967736835"/>
<npcseed bodyparts="3661217860" bonescales="2644915513" morphtargetweights="3129561930"/>
<npcanimation nextsequenceid="113" currentanimation="activeaa01"/>
<connections/>
</component>
</connection>
</connections>
我們一個(gè)一個(gè)看
<connection connection="npcconnection">
表明該npc的職能,不需要改,改了有效的值也只發(fā)現(xiàn)一個(gè) tempengineerconnection
<component class="npc" macro="character_ar_female_architekt_macro" connection="commandroomslot" name="達(dá)伯納 庫(kù)爾特" owner="player" page="10110" id="[0x2061]">
macro="character_ar_female_architekt_macro" 推測(cè)是人物模型參數(shù),我沒(méi)改這里,owner="player" 是該人物所屬勢(shì)力,id="[0x2061] 是該人物的編號(hào),這些基本不動(dòng)
<offset>
<position x="6.3349" y="0.0218307" z="3.24011"/>
<rotation yaw="25.6301"/>
</offset>
是該人物的空間位置,也不要改
<entity type="architect" customconversation="1"/>
這個(gè)是人物職業(yè),及人物的控制屬性,customconversation="1" 表明該人物將出現(xiàn)在飛船的停泊平臺(tái)里,還有兩種形式,一是<entity type="engineer" control="1"/>,表明人物出現(xiàn)在飛船信息的雇員列表里,但是不出現(xiàn)在停泊平臺(tái),二是<entity type="engineer" control="1" customconversation="1"/>,表明人物同時(shí)在兩個(gè)地方都能見(jiàn)到,customconversation="1" 必須有上面的空間位置屬性,x.y.z坐標(biāo)及yaw缺一不可
<skills>
<skill type="engineering" value="5"/>
<skill type="leadership" value="2"/>
<skill type="management" value="5"/>
<skill type="navigation" value="5"/>
<skill type="science" value="2"/>
</skills>
這個(gè)就是人物技能了,按照之前提到的對(duì)應(yīng)表,我們可以找到 architect (建筑師)對(duì)應(yīng)的技能,管理,工程和導(dǎo)航,一一對(duì)應(yīng)修改,缺了的補(bǔ)上,最大值5(比5大的沒(méi)見(jiàn)到,也沒(méi)試過(guò),船艙里有時(shí)可以見(jiàn)到船員的技能,最多是5星),技能排列按字母順序從上到下。
<account id="[0x3d]" amount="939732115"/>
這個(gè)還是錢(qián),為什么,因?yàn)檠臼悄愕墓蛦T,不花你的錢(qián)花誰(shuí)的,這個(gè)值與最開(kāi)始改錢(qián)的地方一致就可以了
<budget max="967736835"/>
這個(gè)是建筑預(yù)算,或者交易預(yù)算嘛的,其它如艦長(zhǎng)等是沒(méi)這個(gè)屬性的
<npcseed bodyparts="3661217860" bonescales="2644915513" morphtargetweights="3129561930"/>
推測(cè)是和人物模型相關(guān),不詳
<npcanimation nextsequenceid="113" currentanimation="activeaa01"/>
推測(cè)是和人物動(dòng)作相關(guān),不詳
攻略大全 | ||
圖文教程攻略 | 恒星星區(qū)地圖 | 實(shí)用玩法技巧 |
玩家點(diǎn)評(píng) (0人參與,0條評(píng)論)
熱門(mén)評(píng)論
全部評(píng)論