Best screenshots
Moderators: winston, another_commander
Best screenshots
If this is a bad idea please delete this thread, but I came across one of griff's trading posts in Leesti and it just looked fantastic!
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- Star Gazer
- ---- E L I T E ----
- Posts: 633
- Joined: Sat Aug 14, 2004 4:55 pm
- Location: North Norfolk, UK, (Average Agricultural, Feudal States,Tech Level 8)
Re: Best screenshots
Who needs EliteIV. This is what we always wanted Elite to look like. Absolutely stunning.CaptKev wrote:If this is a bad idea please delete this thread, but I came across one of griff's trading posts in Leesti and it just looked fantastic!
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Er, which OXP is that from? I haven’t really been keeping up for the past half year.
E-mail: [email protected]
@Ahruman, I can't remember what topic it was from, but the OXP is called busy_ports. It's a work in progress, so it's not available on Oosat2 yet.
If you have any problems finding it, I'll temporarily make it available on my site (I'm sure Griff won't mind).
If you have any problems finding it, I'll temporarily make it available on my site (I'm sure Griff won't mind).
Download Fighter HUD, Stingray and System Redux from the EliteWiki
@ramon.. it's a revised version of the fighter HUD which I hope to make available soon, but in the current release a few people are having problems with positioning on widescreen displays.
I would like to fix this first, because the second release displays a wireframe image of the ship as well.
I would like to fix this first, because the second release displays a wireframe image of the ship as well.
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- Cmdr. Maegil
- Sword-toting nut-job
- Posts: 1294
- Joined: Tue Feb 27, 2007 10:28 pm
- Location: On the mend in Western Africa
Does it display whatever ship you have at the moment of is the Cobra fixed?
You know those who, having been mugged and stabbed, fired, dog run over, house burned down, wife eloped with best friend, daughters becoming prostitutes and their countries invaded - still say that "all is well"?
I'm obviously not one of them.
I'm obviously not one of them.
@CM.. I've created all the standard ships and the Stingray, but it shouldn't be too differcult to create one, for an OXP ship.
128 x 128 pixel with blue as the background:
128 x 128 pixel with blue as the background:
Last edited by CaptKev on Mon Mar 05, 2007 9:45 pm, edited 1 time in total.
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Er, unless you’re manually merging that texture into the background, Oolite will be scaling it up to the next power-of-two size, i.e. 256x256.
E-mail: [email protected]
Ahruman, does that mean a 1024 x 768 image would be scaled up to 1024 x 1024, if so this might explain the positioning problem. What is the reason Oolite has to work with power-of-two image sizes?
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
This is a restriction of the OpenGL specification, because it is/was a restriction of most graphics hardware. Modern hardware can handle other texture sizes, but it’s messy – there are a number of slightly different extensions, with various restrictions. OpenGL 2.0 requires full support for non-POT textures with all the same features as normal textures, but hardware and driver support is spotty. For this reason, many games have this restriction.
Regarding HUDs, while preparing release notes for the 1.67 Mac testing release (RSN!) I saw this in the subversion logs:
“r716 | aegidian | use OS agnostic routines to display legends (should remove some confusion about image placement between PC/Linux and Mac versions)”
Regarding HUDs, while preparing release notes for the 1.67 Mac testing release (RSN!) I saw this in the subversion logs:
“r716 | aegidian | use OS agnostic routines to display legends (should remove some confusion about image placement between PC/Linux and Mac versions)”
E-mail: [email protected]
I'm sorry, but I don't know what this means , "OS agnostic routines" - is this a operating system that believes the existance of a routine is unknowable?Ahruman wrote:“r716 | aegidian | use OS agnostic routines to display legends (should remove some confusion about image placement between PC/Linux and Mac versions)”
Download Fighter HUD, Stingray and System Redux from the EliteWiki
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
It means that all versions of Oolite should handle HUDs in the same way. I don’t know whether this is be the Mac way, or the SDL way, or a way that’s different from both.
E-mail: [email protected]