- UID
- 5038
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
本帖最后由 0809000 于 2012-1-4 17:31 编辑
先普及点基础知识~
<这里面的东西叫标签>
标签的标准写法分为两种
<EXP>N</EXP> EXP为标签名 N为数值
<EXP /> EXP为标签名 无需数值~~也许是系统默认一个数~~也许就是空
下面开始讲了
找到地图文件\assets\base\starmaps下的Starmap后缀的都是地图文件用记事本打开...
差点说习惯了..我在右键菜单里直接写了个用记事本打开~~正常情况下没有的
先看文件头- <Starmap>
- <Title>@STARMAP_TITLE_TOWER</Title>
- 地图名~这里貌似是从某地方引用文本的不管好了
- <Description>@STARMAP_DESC_TOWER</Description>
- 地图描述~一样引用自文本
- <NumPlayers>3</NumPlayers>
- 玩家数
- <PreviewTexture>
- 无视吧
- </PreviewTexture>
- <Features>
- Terrain
复制代码 简而言之除了玩家数其他都是浮云
看点有用的XX系的定义~~好吧是地区的定义...其实是浮云~~咳咳其实是我看不懂- <Terrain>
- <Name>Acamar</Name>
- 名字
- <LocalSpace>1,0,0,0,0,1,0,0,0,0,1,0,7.66852,20.12646,-5.545478,1</LocalSpace>
- 位置
- <Inherit>Acamar</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,-5.015986,3.668768,10.4537,1</LocalSpace>
- 位置
- <Inherit>
- </Inherit>
- <IsVisible>True</IsVisible>
- <ProvinceId />
- 行省ID
- <Guid>4284</Guid>
- GUID.....
- <Randomize>True</Randomize>
- 随机~~不随机的话~~就要自己写~~你没写的部分还是会随机
- <IsStartLocation>False</IsStartLocation>
- 是否作为初始位置
- <PlayerSlot />
- 这是个好东西啊搜索<PlayerSlot>1</PlayerSlot>就可以找到你初始首都所在的星区
- <Type>
- 类型~~基本上就是颜色区别
- </Type>
- <SubType>
- 轨道数...游戏里实际上还是会有略微出入..
- </SubType>
- <Size>
- 大小这里填的貌似不是阿拉伯数字
- </Size>
- <Orbits />
- 这里写行星级的物体
- </System>
复制代码 下面介绍轨道上的物体~~先是Planet- <Planet>
- <Name>SSS-Pr</Name>
- 名字....也算是ID尽量不要起一样的名字
- <Type>Planet</Type>
- 类型.....只能填Planet...貌似...
- <Parent>SSS</Parent>
- 这个啊.....是你围绕的星球如果是恒星留空。。。。注意是留空......
- <Eccentricity>0</Eccentricity>
- 和轨道有关
- <Inclination>0</Inclination>
- 和上个一样
- <OrbitNumber>2</OrbitNumber>
- 轨道编号~~这个貌似可以随意
- <Size>8</Size>
- 大小..这个貌似随便改的
- <Suitability>1000</Suitability>
- 不知道鸟.....貌似是大气~~又貌似不是
- <Resources>20000</Resources>
- 资源~~这个很多人想改的
- <PlanetType>primordial</PlanetType>
- 行星类型~~这是个好东西啊
- 一共7种
- primordial
- pastoral
- volcanic
- cavernous
- tempestuous
- magnar
- primordial
- <InhabitedByPlayer>True</InhabitedByPlayer>
- 如果想要殖民的话~~最好写True..用单标签也可以
- <CapitalOrbit>False</CapitalOrbit>
- 不知道
- <Biosphere>20000</Biosphere>
- 生物区~~一种和资源类似的参数
- <MaterialName>
- 貌似是指定贴图的...一般别管好了
- </MaterialName>
- </Planet>
复制代码 大型气体行星- <GasGiantLarge>
- <Name>Pir</Name>
- 名字
- <Type>GasGiantLarge</Type>
- 类型
- <Parent>
- 绕着誰转
- </Parent>
- <Eccentricity />
- <Inclination />
- 上面两个轨道参数
- <OrbitNumber>9</OrbitNumber>
- 轨道位置
- <Size>20</Size>
- 大小
- <MaterialName>
- 材质
- </MaterialName>
- </GasGiantLarge>
复制代码 月亮Moon没特别的介绍省略- <Moon>
- <Name>Pira</Name>
- <Type>Moon</Type>
- <Parent>Pir12</Parent>
- <Eccentricity />
- <Inclination />
- <OrbitNumber>2</OrbitNumber>
- <Size>1</Size>
- <MaterialName>
- </MaterialName>
- </Moon>
复制代码 小行星带AsteroidBelt- <Asteroid>
- <Name>NewOrbit3</Name>
- <Type>AsteroidBelt</Type>
- <Parent>
- </Parent>
- <Eccentricity />
- <Inclination />
- <OrbitNumber>3</OrbitNumber>
- <Density />
- <Width />
- </Asteroid>
复制代码 我就知道这么多了~~其他的也没多大用处~~等以后官方会出地图编辑器的 |
评分
-
查看全部评分
|