accy88 发表于 2019-1-11 00:21:53

求转向速度MOD

有没有提高XL和L级舰船转向速度的mod?自动巡航总是会偏离星门,要多次折返才能过门。

ahtyqq789 发表于 2019-1-11 10:32:17

那个现象不是转向速度问题,是寻路算法问题

zhen90888 发表于 2019-1-11 12:56:46

   有个变态改装的MOD可以满足你的需要,把XL船的引擎改装了就可以了,速度,转向大大提高。

TCTF 发表于 2019-1-11 14:46:56

zhen90888 发表于 2019-1-11 12:56
有个变态改装的MOD可以满足你的需要,把XL船的引擎改装了就可以了,速度,转向大大提高。 ...

你用的哪个版本的,我试了那个XL级不能改引擎,只有船体,护盾。

zhen90888 发表于 2019-1-11 15:15:58

本帖最后由 zhen90888 于 2019-1-11 15:17 编辑

TCTF 发表于 2019-1-11 14:46
你用的哪个版本的,我试了那个XL级不能改引擎,只有船体,护盾。

       XL只有航母和建造船,那玩意改速度有什么意义?把护盾改了就无敌了。我都是改货船的速度和转向,好自动贸易赚点钱。

TCTF 发表于 2019-1-11 15:51:43

本帖最后由 TCTF 于 2019-1-11 16:02 编辑

zhen90888 发表于 2019-1-11 15:15
XL只有航母和建造船,那玩意改速度有什么意义?把护盾改了就无敌了。我都是改货船的速度和转向, ...

………………我问的是你三楼说的可以改XL级别舰船引擎的是用哪个MOD可以改,我想学习一下。可不是探讨改装有没有意义这莫名其妙的话题。

seraphines 发表于 2019-1-11 16:15:37

本帖最后由 seraphines 于 2019-1-11 16:23 编辑

D:\abc\assets\props\Engines\macros\
/////////////////////
engine:
      <boost duration="5" thrust="2" attack="0.25" release="1" /> 常规速度
      <travel charge="20" thrust="27" attack="25" release="37.5" />        巡航速度
      <thrust forward="4841" reverse="4357" />
thrust
<thrust strafe="222" pitch="195" yaw="210" roll="269" /> 翻滚转向速度

配合船体自身的惯性数据
   <physics mass="29.587"> 吨位
      <inertia pitch="5.723" yaw="5.723" roll="4.578" />
      <drag forward="5.443" reverse="21.773" horizontal="13.85" vertical="13.85" pitch="9.897" yaw="9.897" roll="9.897" />
      </physics> 惯性,越小越好
      <thruster tags="medium" />
配合员工数值
<aicombat>
    <skills>
      <!-- NB: skills are divided by 3 for this purpose -->
      <skill level="0" reactiontime="3.0" />                     等级1级战斗反应时间延迟3秒
      <skill level="1" reactiontime="2.0" />
      <skill level="2" reactiontime="1.5" />
      <skill level="3" reactiontime="1.0" />
      <skill level="4" reactiontime="0.5" />
      <skill level="5" reactiontime="0.0" />
    </skills>
<aiflight>


    <skills>
      <!-- NB: skills are divided by 3 for this purpose -->
      <skill level="0" strafespeed="0.2" strafeacc="0.2" steeringspeed="0.2" steeringacc="0.2" reactiontime="0.0">等级1级转向效率只有纸面数据的20%
      <formations>
          <formation shape="distance" />
          <formation shape="circle" />
          <formation shape="halfcircle" />
          <formation shape="singlefile" />
          <formation shape="lineabreast" />
          <formation shape="lineastern" />
      </formations>
      </skill>
      <skill level="1" strafespeed="0.5" strafeacc="0.5" steeringspeed="0.5" steeringacc="0.5" reactiontime="0.0">
      <formations>
          <formation shape="vshape" />
          <formation shape="invvshape" />
          <formation shape="triangle" />
      </formations>
      </skill>
      <skill level="2" strafespeed="0.7" strafeacc="0.7" steeringspeed="0.7" steeringacc="0.7" reactiontime="0.0">
      <formations>
          <formation shape="cross" />
          <formation shape="crossback" />
          <formation shape="crossforward" />
          <formation shape="xshape" />
          <formation shape="xshapeforward" />
          <formation shape="xshapeback" />
      </formations>
      </skill>
      <skill level="3" strafespeed="0.8" strafeacc="0.8" steeringspeed="0.8" steeringacc="0.8" reactiontime="0.0">
      <formations>
          <formation shape="invpointguard" />
          <formation shape="pointguard" />
      </formations>
      </skill>
      <skill level="4" strafespeed="0.85" strafeacc="0.85" steeringspeed="0.85" steeringacc="0.85" reactiontime="0.0">
      <formations>
          <formation shape="wshape" />
          <formation shape="eagle" />
          <formation shape="twin" />
      </formations>
      </skill>
      <skill level="5" strafespeed="1.0" strafeacc="1.0" steeringspeed="1.0" steeringacc="1.0" reactiontime="0.0">
      <formations>
          <formation shape="vulcan" />
          <formation shape="dartvertical" />
          <formation shape="darthorizontal" />
          <formation shape="echelon" />
      </formations>
      </skill>
    </skills>
    <steering>
      <linear start="0.9" end="5" />
      <angular start="5" end="30" />
    </steering>
页: [1]
查看完整版本: 求转向速度MOD