Bug in New PC version
Moderators: winston, another_commander, Getafix
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Bug in New PC version
First can I say how blow away I have been by this game. I am 34 and remember playing elite on the BBC Micro. This is how PC Elite should have been. I have downloaded all the OXPs and have been happly playing the Alpha version since January.
I just downloaded PC Version 380 and could not make it work. The game ran windowed, but all the Graphics were just blocks.
I then tried 344. At first I had the same problem, but after playing about with the options menu (although I couldn't really see what I was doing) I got the game into full screen and then the game ran.
However, the Cobra at the start screen and rotating ships on the buy ship screen are not being rendered, only the engines being shown.
Do I need to change a setting anywhere to make it work?
I just downloaded PC Version 380 and could not make it work. The game ran windowed, but all the Graphics were just blocks.
I then tried 344. At first I had the same problem, but after playing about with the options menu (although I couldn't really see what I was doing) I got the game into full screen and then the game ran.
However, the Cobra at the start screen and rotating ships on the buy ship screen are not being rendered, only the engines being shown.
Do I need to change a setting anywhere to make it work?
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Try downloading version 1.2.1, from Oosat2, that bug has been fixed (I hope).LittleBear wrote:On a separate Note, on the Ionics Mission I have went to Zaria to get the package as instructed, but when I docked nothing happened.
Eat talking tree, food blenders!
- aegidian
- Master and Commander
- Posts: 1161
- Joined: Thu May 20, 2004 10:46 pm
- Location: London UK
- Contact:
Ships rendered on status page:
There's no ship rendered on this page normally, but it's possible to add one using code that's in the bleeding edge builds but not yet been officially announced.
In AddOns/Config/ create a file called descriptions.plist with the following:-
This is test code for a new background scene creator for screens like the status screen. Instead of player you can also have role some_role or ship some_ship or model some_ship. Other commands for lights and billboards haven't yet been implemented.
In AddOns/Config/ create a file called descriptions.plist with the following:-
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>test-scene</key>
<array>
<dict>
<key>conditions</key>
<array>
<string>status_string equal STATUS_DOCKED</string>
</array>
<key>do</key>
<array>
<string>player 125 125 560 1 0 -1 0 ccc</string>
<!-- code position_xyz quaternionWXYZ alignment -->
</array>
</dict>
</array>
</dict>
</plist>
Last edited by aegidian on Wed Apr 05, 2006 10:39 am, edited 2 times in total.
- 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)
- aegidian
- Master and Commander
- Posts: 1161
- Joined: Thu May 20, 2004 10:46 pm
- Location: London UK
- Contact:
I should explain the 'ccc' part of the code. This is to allow models to be aligned to floors/ceilings/walls etc. Each letter can be either 'M' (for maximum) 'm' (for minimum) or 'c' (for center). So if you want to position the model above a particular spot but aligned to the floor you'd use 'cmc' (center x, minimum y, center z). I expect a better explanation will reach the wiki as this code reaches maturity.
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
Dowloaded the new (6/04/06) version. Works perfectley.
Ta to the auther of the Iconics mission. Just Finished it. Great!!!
Your bug Fix worked!
Hope nobody minds, but I have just burnt to CD a copy of the new installer and all the add-ons to post to friends and family!
I'm a criminal barrister, my brother is a doctor. This is just the sort of great escapism we need.
Brilliant game!
Ta to the auther of the Iconics mission. Just Finished it. Great!!!
Your bug Fix worked!
Hope nobody minds, but I have just burnt to CD a copy of the new installer and all the add-ons to post to friends and family!
I'm a criminal barrister, my brother is a doctor. This is just the sort of great escapism we need.
Brilliant game!