- UID
- 15824
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
发表于 2011-11-1 10:52:59
|
显示全部楼层
首先:
\sword of the stars ii\assets\base\starmaps
到这个目录里面,找一个你想修改的地图, 如: FIGHT [2].starmap
强制使用文本打开
然后:
看见
<Starmap>
<Title>@STARMAP_TITLE_FIGHT</Title> 这是系统Key
<Description>@STARMAP_DESC_FIGHT</Description> 这是说明文字的Key
<NumPlayers>2</NumPlayers> "这是该地图最大玩家数"
<PreviewTexture>starmaps\FIGHT_preview.tga</PreviewTexture> 这貌似是预览图的位置
<Features>
<Terrain>
<Name>District 9</Name>
<LocalSpace>1,0,0,0,0,1,0,0,0,0,1,0,-3.2628,0,-7.556752,1</LocalSpace>
<Inherit>District 9</Inherit>
<IsVisible>True</IsVisible>
<Features>
<System>
<Name>Random System</Name>
<LocalSpace>0.1,0,0,0,0,0.1,0,0,0,0,0.1,0,-1.224819,4.296814,2.374625,1</LocalSpace>
<Inherit>
</Inherit>
<IsVisible>True</IsVisible>
<ProvinceId />
<Guid>1255</Guid>
<Randomize>True</Randomize>
<IsStartLocation>False</IsStartLocation>
<PlayerSlot />
<Type>
</Type>
<SubType>
</SubType>
<Size>
</Size>
<Orbits />
</System>
<System>
<Name>Random System</Name>
<LocalSpace>0.1,0,0,0,0,0.1,0,0,0,0,0.1,0,3.824686,3.660583,2.024057,1</LocalSpace>
<Inherit>
</Inherit>
<IsVisible>True</IsVisible>
<ProvinceId />
<Guid>1256</Guid>
<Randomize>True</Randomize>
<IsStartLocation>False</IsStartLocation>
<PlayerSlot />
<Type>
</Type>
<SubType>
</SubType>
<Size>
</Size>
<Orbits />
</System>
<System>
红色是地图信息, 绿色是一个太阳系的信息[可以看见名字叫"District 9" , LocalSpace表示在地图中的位置, IsVisible 是否可见,Randomize 表示行星是否随机]
最后:
\sword of the stars ii\assets\base\data\StarSystemVars.xml
把里面的行星出现比率尽量放大.....
恩...以上是我猜的..................大家尝试的时候要备份文件哦...... |
|