Search found 6 matches
- Tue Dec 14, 2010 10:38 pm
- Forum: Discussion
- Topic: Best gamepad for Oolite Linux
- Replies: 24
- Views: 15052
Qjoypad for Linux Gamepads
For anyone using Linux look at Qjoypad - it works perfectly with the new Logitech dual stick F310 & can map every button (including the Logitech button): Left Stick = Pitch (up/down) & Yaw (Left Right) - with gradient Directional Pad N / S / W for the view in flight & 1 / 2 / 3 docked Di...
- Tue Dec 14, 2010 9:53 pm
- Forum: Testing and Bug reports
- Topic: Shady Billboard - deprecated code
- Replies: 3
- Views: 984
Fuel Collecter Deprecated Code Fix & OXP Version Trackin
Hi Eric, Thanks for the reply. I removed Shady Billboards & have 90 OXP's loaded & playing together quite nicely. I corrected some deprecated code in Fuel Collector OXP showing repeatedly in the logs & added the following to line 776 to declare a Timer just before it was invoked: this.De...
- Tue Dec 14, 2010 12:51 pm
- Forum: Expansion Pack
- Topic: Amen Brick's Megaships.oxp (v1.2) UPDATED!!
- Replies: 50
- Views: 21856
1 Error Left
I realised the first errors I received which were seemingly unrelated were from a bug in GNUstep not correctly showing where the errors actually originated from. I uninstalled the Ubuntu Oolite 1.74.2 deb I got working with GNUStep 1.20.1 from debian's repos & removed GNUstep, then installed the...
- Tue Dec 14, 2010 10:19 am
- Forum: Expansion Pack
- Topic: Amen Brick's Megaships.oxp (v1.2) UPDATED!!
- Replies: 50
- Views: 21856
Still Errors
I fixed the other errors by cleaning up some deprecated code in FuelCollectorV0.06 & creating a blank /Models/Wreck1.dat, also Spiv2.dat to spiv2.dat in AAACrooks.oxp I still receive the following error with only the Megaships OXP installed: [shipData.load.begin]: Loading ship data. [plist.parse...
- Mon Dec 13, 2010 11:17 pm
- Forum: Expansion Pack
- Topic: Amen Brick's Megaships.oxp (v1.2) UPDATED!!
- Replies: 50
- Views: 21856
Error in ADCK Behemoths affecting Megaships (solved)
Correcting the capitalisation of adck_Ballturret.dat to: adck_ b allturret.dat in /Addons/adcks_behemoths_v1.2.oxp/Config/shipdata.plist Fixed the following error in Amen Brick Megaships: [shipData.load.begin]: Loading ship data. [plist.parse.failed]: Failed to parse /home/.Oolite/AddOns/Amen Bricks...
- Mon Dec 13, 2010 10:41 pm
- Forum: Testing and Bug reports
- Topic: Shady Billboard - deprecated code
- Replies: 3
- Views: 984
Shady Billboard - deprecated code
In Shady Billboards under scripts/ahruman-billboard-setup.js
Should be:
Code: Select all
this.ship.setOrientation(Quaternion.random())
Code: Select all
this.ship.orientation=Quaternion.random()