找回密码
 注册
X系列官方授权正版
搜索
查看: 3685|回复: 12

[求助] 怎么才能让船包里的船可以在自己的船坞建造

[复制链接]
发表于 2016-7-20 01:21:49 | 显示全部楼层 |阅读模式
请问下,我下了船包,想在自己的船坞造,看帖子说用编辑指令加进去,但是弄了半天弄不好。也有说用debug作弊,照他们说的选中NPC船坞,点开作弊,会有ADD SHIP TO PLAYER SHIPYARDS这个指令,尝试了下,但是没有啊,能请各位大大详细的说下么
发表于 2016-7-20 08:50:09 | 显示全部楼层
本帖最后由 hxusa 于 2016-7-20 08:52 编辑

他们说的作弊方法是x3里面的,不是重生。
添加新船到船厂的方法:
打开的你的船包的assets\props\surfaceelements\macros目录,没有的话就新建一个,选中你要添加的船厂生产模块种族,如albion或者devries的文件
打开文件有这段
<add sel="/macros/macro[@name='buildmodule_ships_albion_xl_macro']/properties/builder">
    <macro ref="units_size_xl_capital_destroyer_1_csp_macro" />
上面的定义哪个船厂生产模块
下面的定义添加什么船进这个船厂生产模块
回复

使用道具 举报

 楼主| 发表于 2016-7-20 20:58:45 | 显示全部楼层
本帖最后由 aiai678 于 2016-7-20 21:19 编辑
hxusa 发表于 2016-7-20 08:50
他们说的作弊方法是x3里面的,不是重生。
添加新船到船厂的方法:
打开的你的船包的assets\props\surfaceel ...


额。。这个在<macro ref="units_size_xl_capital_destroyer_1_csp_macro" />后添加进去新船名字是不是就可以在自己的player shipyard建造了?还是说要把上面的'buildmodule_ships_albion_xl_macro'这个改为struct_bt_alb_shipyard_2_macro,然后在macro ref="units_size_xl_capital_destroyer_1_csp_macro后面继续加入macro ref="units_size_xl_supertransport_t_4_macro这些船。
我在船坞mod里找到你了你说的assets\props\surfaceelements\macros,自己游戏文件里并没有,舰船包MOD里的ext_01。dat文件里看见了你说的东西,是不是就是改这个文件啊?
回复

使用道具 举报

 楼主| 发表于 2016-7-20 21:12:05 | 显示全部楼层
本帖最后由 aiai678 于 2016-7-20 22:21 编辑

另外,我在舰船包里的有个ext_01里看见了你说的:我把<add sel="/macros/macro[@name='buildmodule_ships_albion_xl_macro']/properties/builder">改为了<add sel="/macros/macro[@name='struct_bt_alb_shipyard_2_macro']/properties/builder">,下面的内容没动,都是<macro ref="units_size_xl_supertransport_1_macro" />
                <macro ref="units_size_xl_supertransport_2_macro" />
                <macro ref="units_size_xl_supertransport_3_macro" />
                <macro ref="units_size_xl_supertransport_4_macro" />
                <macro ref="units_size_xl_supertransport_t_1_macro" />
                <macro ref="units_size_xl_supertransport_t_2_macro" />
                <macro ref="units_size_xl_supertransport_t_3_macro" />
                <macro ref="units_size_xl_supertransport_t_4_macro" />
但是登录游戏后,并没有任何变化啊~
我也在X Rebirth HOL\X Rebirth Home of Light\extensions\BuildShipyards\assets\structures\build_trees\Macros\struct_bt_alb_shipyard_2_macro里添加了:
<macro ref="units_size_xl_supertransport_2_macro" />
                <macro ref="units_size_xl_supertransport_3_macro" />
                <macro ref="units_size_xl_supertransport_4_macro" />
                <macro ref="units_size_xl_supertransport_t_1_macro" />
                <macro ref="units_size_xl_supertransport_t_2_macro" />
                <macro ref="units_size_xl_supertransport_t_3_macro" />
                <macro ref="units_size_xl_supertransport_t_4_macro" />
但是还是没反应,这个是什么情况啊?船坞包里的内容:
<?xml version="1.0" encoding="utf-8"?>
<!--Exported by: Benedikt (192.168.3.146) at 31.10.2013_16-20-55-->
<macros>
  <macro name="struct_bt_alb_shipyard_2_macro" class="station">
    <component ref="struct_bt_alb_big_ships_yard" />
    <properties>
      <identification name="{20102,601}" description="{20102,602}" unique="0" />
    </properties>
    <connections>
      <connection ref="ConnectionFor_buildmodule_ships_albion_l_macro">
        <macro ref="struct_econ_prod_shipl_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_buildmodule_ships_albion_l_macro1">
        <build mode="optional" group="production" sequence="A" stage="1" tags="primary" />
        <macro ref="struct_econ_prod_shipl_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_buildmodule_ships_albion_xl_macro">
        <build mode="optional" group="production" sequence="B" stage="1" tags="primary" />
        <macro ref="struct_econ_prod_shipxl_2_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_bt_ship_l_macro">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="props_adsigns_bt_ship_l_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_bt_ship_l_macro1">
        <macro ref="props_adsigns_bt_ship_l_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_bt_ship_xl_macro">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_bt_ship_xl_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_bt_ship_xl_macro1">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_bt_ship_xl_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro">
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro1">
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro10">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro11">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro12">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro13">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro14">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro15">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro16">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro17">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro18">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro19">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro2">
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro20">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro3">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro4">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro5">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro6">
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro7">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro8">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_random_macro9">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_adsigns_traffic_l_random_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_stop_macro">
        <macro ref="props_adsigns_traffic_l_stop_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_adsigns_traffic_l_stop_macro1">
        <macro ref="props_adsigns_traffic_l_stop_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_admin_macro">
        <macro ref="props_surf_playerdock_admin_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_repair_macro">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_surf_playerdock_repair_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_ships_macro">
        <macro ref="props_surf_playerdock_ships_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_ships_macro1">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="props_surf_playerdock_ships_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_ships_macro2">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="props_surf_playerdock_ships_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_surf_playerdock_trade_macro">
        <macro ref="props_surf_playerdock_trade_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_drones_advanced">
        <macro>
          <component ref="props_tradeoffer_buy_drones_advanced" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_drones_mining">
        <macro>
          <component ref="props_tradeoffer_buy_drones_mining" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_drones_standard">
        <macro>
          <component ref="props_tradeoffer_buy_drones_standard" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_drones_utility">
        <macro>
          <component ref="props_tradeoffer_buy_drones_utility" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_energy">
        <macro>
          <component ref="props_tradeoffer_buy_energy" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_food">
        <macro>
          <component ref="props_tradeoffer_buy_food" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_hightech">
        <macro>
          <component ref="props_tradeoffer_buy_hightech" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_pharmaceutical">
        <macro>
          <component ref="props_tradeoffer_buy_pharmaceutical" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_shieldgenerators">
        <macro>
          <component ref="props_tradeoffer_buy_shieldgenerators" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_shiptech">
        <macro>
          <component ref="props_tradeoffer_buy_shiptech" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_turrets_advanced">
        <macro>
          <component ref="props_tradeoffer_buy_turrets_advanced" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_turrets_standard">
        <macro>
          <component ref="props_tradeoffer_buy_turrets_standard" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_props_tradeoffer_buy_weapontech">
        <macro>
          <component ref="props_tradeoffer_buy_weapontech" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_cw_ar_water_j_connector">
        <build mode="optional" group="defense" sequence="E" stage="1" />
        <macro>
          <component ref="struct_econ_cw_ar_water_j_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_mining_ar_generic_bridge_a_macro">
        <build mode="optional" group="defense" sequence="E" stage="1" />
        <macro ref="struct_econ_mining_ar_generic_bridge_a_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_mining_ar_generic_bridge_e">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro>
          <component ref="struct_econ_mining_ar_generic_bridge_e" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_mining_ar_generic_bridge_e1">
        <macro>
          <component ref="struct_econ_mining_ar_generic_bridge_e" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro">
        <build mode="optional" group="storage" sequence="C" stage="2" tags="primary" />
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro1">
        <build mode="optional" group="storage" sequence="C" stage="1" tags="primary" />
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro2">
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro3">
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro4">
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro5">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro6">
        <build mode="optional" group="storage" sequence="C" stage="3" tags="primary" />
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_prod_stor_container_macro7">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="struct_econ_prod_stor_container_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_basis_macro">
        <macro ref="struct_econ_ref_ar_pmc_basis_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_basis_macro1">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="struct_econ_ref_ar_pmc_basis_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_dronedock_macro">
        <macro ref="struct_econ_ref_ar_pmc_dronedock_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_dronedock_macro1">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="struct_econ_ref_ar_pmc_dronedock_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_dronedock_macro2">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="struct_econ_ref_ar_pmc_dronedock_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_k_macro">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="struct_econ_ref_ar_pmc_k_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_k_macro1">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro ref="struct_econ_ref_ar_pmc_k_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_p_small">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_ref_ar_pmc_p_small" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_ref_ar_pmc_u_macro">
        <build mode="optional" group="defense" sequence="E" stage="1" tags="primary" />
        <macro ref="struct_econ_ref_ar_pmc_u_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro">
        <build mode="optional" group="defense" sequence="B" stage="2" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro1">
        <build mode="optional" group="defense" sequence="A" stage="2" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro2">
        <build mode="optional" group="defense" sequence="A" stage="2" tags="primary" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro3">
        <build mode="optional" group="defense" sequence="D" stage="1" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro4">
        <build mode="optional" group="defense" sequence="D" stage="1" tags="primary" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro5">
        <build mode="optional" group="defense" sequence="B" stage="2" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_science_weaponplatform_macro6">
        <build mode="optional" group="defense" sequence="B" stage="2" tags="primary" />
        <macro ref="struct_econ_science_weaponplatform_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector">
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector1">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector10">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector11">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector2">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector3">
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector4">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector5">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector6">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector7">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector8">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_connector9">
        <build mode="optional" group="production" sequence="B" stage="1" />
        <macro>
          <component ref="struct_econ_shipy_connector" connection="space" />
        </macro>
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_livingsection_macro">
        <macro ref="struct_econ_shipy_livingsection_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_shipy_livingsection_macro1">
        <build mode="optional" group="production" sequence="A" stage="1" />
        <macro ref="struct_econ_shipy_livingsection_macro" connection="space" />
      </connection>
      <connection ref="ConnectionFor_struct_econ_stor_energy_x1_sy_macro">
        <macro ref="struct_econ_stor_energy_x1_sy_macro" connection="space" />
      </connection>
      <connection ref="connection_controlroom01">
        <macro ref="control_room_macro" connection="Connection01" />
      </connection>
    </connections>
  </macro>
</macros>
回复

使用道具 举报

发表于 2016-7-21 15:19:57 | 显示全部楼层
aiai678 发表于 2016-7-20 20:58
额。。这个在后添加进去新船名字是不是就可以在自己的player shipyard建造了?还是说要把上面的'buildmod ...

struct_bt_alb_shipyard_2_macros是造船厂的id,
buildmodule_ships_albion_xl_macro是阿尔比恩船制造模块的id
2个是不一样的,不是这么替换的。
你是否装了玩家造船厂mod,你是不是要把利维坦那个mod船加到玩家造船厂里面?
回复

使用道具 举报

发表于 2016-7-21 15:28:10 | 显示全部楼层
你如果使用的玩家造船厂这个mod,那么这个mod的assets\props\surfaceelements\macros目录里面,应该有类似buildmodule_ships_xl_player_macro的文件
文件里有一段类似<builder>      
        <!-- Titans Armory -->
      <macro ref="units_size_xl_player_behemoth_macro" />       
          <macro ref="units_size_xl_player_chimera_macro" />
          <macro ref="units_size_xl_player_hades_macro" />
          <macro ref="units_size_xl_builder_player_macro" />
          <!--<macro ref="units_size_xl_builder_outpost_macro" />-->
      </builder>
在中间你把利维坦的id代码添加进去,应该就可以造了
回复

使用道具 举报

发表于 2016-7-21 15:29:12 | 显示全部楼层
本帖最后由 hxusa 于 2016-7-21 15:33 编辑

我没有装玩家造船厂这个mod,我用的战争mod集成了玩家船厂的功能,所以你只有参考一下,不一定一样
总之:
assets\structures\build_trees\macros目录下是定义造船厂(这里面定义这个船厂使用了什么模块)
assets\props\surfaceelements\macros目录下是定义造船模块的(这个定义了这个模块能造什么船)
2个要分清,不能混淆了
回复

使用道具 举报

 楼主| 发表于 2016-7-21 22:40:51 | 显示全部楼层
hxusa 发表于 2016-7-21 15:19
struct_bt_alb_shipyard_2_macros是造船厂的id,
buildmodule_ships_albion_xl_macro是阿尔比恩船制造模块 ...

对,舰船包MOD名字是supertransport,船坞包mod是BuildShipyards,我就是要把舰船包里的船只添加到船坞包里,让自己造的船坞可以建造这些新船
回复

使用道具 举报

 楼主| 发表于 2016-7-21 22:49:00 | 显示全部楼层
hxusa 发表于 2016-7-21 15:28
你如果使用的玩家造船厂这个mod,那么这个mod的assets\props\surfaceelements\macros目录里面,应该有类似b ...

\X Rebirth HOL\X Rebirth Home of Light\extensions\BuildShipyards\assets\props\SurfaceElements\Macros里面有这些文件:
buildmodule_ships_albion_xl_2_macro
buildmodule_ships_albion_xl_3_macro
buildmodule_ships_devries_l_macro
buildmodule_ships_devries_xl_2_macro
buildmodule_ships_devries_xl_3_macro
buildmodule_ships_omicron_l_macro
buildmodule_ships_omicron_xl_2_macro
buildmodule_ships_omicron_xl_3_macro
buildmodule_ships_omicron_xl_macro
等等(后面9个是stations的文件了),就是没找到你说的buildmodule_ships_xl_player_macro文件。那怎么弄?
我下的船包是在http://bbs.deeptimes.org/forum.php?mod=viewthread&tid=2131462&extra=page%3D1下的,还是编辑推荐。
那个船包supertransport是在http://bbs.deeptimes.org/forum.php?mod=viewthread&tid=2138642&extra=page%3D1下的。感觉要悲剧喃~~~
大神们啊~~~打救打救吧~~~~~
回复

使用道具 举报

发表于 2016-7-21 23:46:56 | 显示全部楼层
建议你使用最新版的Player Shipyards,推荐的那个太老了。都是2013年的版本了
http://steamcommunity.com/sharedfiles/filedetails/?id=309963702
这个是今年7月18号的版本
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

Archiver|手机版|小黑屋|DeepTimes.NET 太空游戏站