Images(i fixed it)
- H Iris
- Commonwealth Pilot
- Posts: 86
- Joined: Tue Jun 10, 2008 4:29 am
- Location: Crawling out of the primordial slime
For you own ship design?
Or
For an existing in game graphic? (Mod Player Ship?!?)
Or
For an existing in game graphic? (Mod Player Ship?!?)
The Earth is just too small and fragile a basket for the human race to keep all its eggs in.
My Tech Blog - Technocratic Education
My Arts Blog - Another Arts Blog
lachlanproject
My Tech Blog - Technocratic Education
My Arts Blog - Another Arts Blog
lachlanproject
do you mean the big image displayed when choosing the ship?
have the entity as normal.
this is the image resource, a little different than normal. note the loadOnUse
the image is a 600x400 bitmap(jpeg may work, i don't know)
on the ship in the <playersettings> have this
change the "rsBigImage" to whatever, and the "ImageName.bmp" to the name of your image
i have struggled with these in the past, bus now it seems to work every time.
have the entity as normal.
Code: Select all
<!ENTITY rsBigImage "0xyourunid">
this is the image resource, a little different than normal. note the loadOnUse
Code: Select all
<Image UNID="&rsBigImage;" bitmap="ImageName.bmp" loadOnUse="true"/>
on the ship in the <playersettings> have this
Code: Select all
largeImage= "&rsBigImage;"
i have struggled with these in the past, bus now it seems to work every time.
- H Iris
- Commonwealth Pilot
- Posts: 86
- Joined: Tue Jun 10, 2008 4:29 am
- Location: Crawling out of the primordial slime
jpeg's do work as the original player ship featured
<Image UNID="&rsEI100XLarge;" bitmap="Resources\EI100XLarge.jpg" loadOnUse="true" />
at the bottom of the code
<Image UNID="&rsEI100XLarge;" bitmap="Resources\EI100XLarge.jpg" loadOnUse="true" />
at the bottom of the code
The Earth is just too small and fragile a basket for the human race to keep all its eggs in.
My Tech Blog - Technocratic Education
My Arts Blog - Another Arts Blog
lachlanproject
My Tech Blog - Technocratic Education
My Arts Blog - Another Arts Blog
lachlanproject