I have been playing with them today, and seem completely unable to create a SpaceEnvironment smaller than 1024x1024 pixels large. I have played alot with the different settings (and there are a lot), and this is what I have reached:
Code: Select all
<SpaceEnvironmentType UNID="&SEType;"
lrsJammer= "false"
dragFactor= "0"
>
<Image imageID="&rsSEType;"
imageX="0"
imageY="0"
imageWidth="512"
imageHeight="512"/>
</SpaceEnvironmentType>
;; inside a SystemType
<Orbitals distance="20" angle="0">
<SpaceEnvironment
type= "&SEType;"
shape= "circular"
width= "10"
>
</SpaceEnvironment>
</Orbitals>
Is this supposed to happen. Have I missed something? I have tried with a large amount of different image sizes, all with the same end result.