Random Docking Music OXP
Moderators: winston, another_commander
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Funnily enough, Enya is the sister of two Clannad members, and also performed on their Fuaim album. See http://en.wikipedia.org/wiki/Enya#Music ... nd_Clannaddalek501 wrote:I don't know too much of their stuff but from what I do know I'm sure there would be something that would be suitable. I've just thought of another I can add... Watermark by Enya.JazHaz wrote:I agree. Are all the tracks you use instrumentals? Perhaps something like Clannad might do equally well?
One Clannad track that might work as docking music, is Journey's End from their Macalla album. Although its quite fast in tempo, the subject is good!
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
- Cmd. Cheyd
- ---- E L I T E ----
- Posts: 934
- Joined: Tue Dec 16, 2008 2:52 pm
- Location: Deep Horizon Industries Manufacturing & Research Site somewhere in G8...
Might try a few of the instrumentals from Loreena McKennitt's 'The Visit'
Find my OXP's at:
Deep Horizon Industries - Your Planet Our Design
Deep Horizon Industries - Your Planet Our Design
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Mmm, thats nice!Cmd. Cheyd wrote:Might try a few of the instrumentals from Loreena McKennitt's 'The Visit'
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
-
- Average
- Posts: 11
- Joined: Sun Apr 11, 2010 9:51 pm
Well the first new docking music track I added was Aquarela do Brazil, so I could disembark from my ship and as soon as I was out of the airlock I could ask, "Has anybody seen Sam Lowry?"
At least that's how it happens in my imagination.
I'm actually having a lot of fun with this OXP. Thanks a lot for coding it.
At least that's how it happens in my imagination.
I'm actually having a lot of fun with this OXP. Thanks a lot for coding it.
as per copyrigt discussion, the file that may have been violating copyright has been removed from the oxp, and a file with a createtive commons license has been inserted instead...
Oxp now has version 1.01
people with 1.00 do not really need to download, but are encouraged to delete the file for which the copyright has been discussed.
and remember to remove the script entry also..
Same download location as before..
Cheers Frame
Oxp now has version 1.01
people with 1.00 do not really need to download, but are encouraged to delete the file for which the copyright has been discussed.
and remember to remove the script entry also..
Same download location as before..
Cheers Frame
Bounty Scanner
Number 935
Number 935
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Am going to update the wiki page for this, but can you confirm which download locations have been updated? I assume you've updated the RAR archive, however what about the ZIP?Frame wrote:Oxp now has version 1.01
Same download location as before..
Last edited by JazHaz on Wed May 12, 2010 11:55 pm, edited 1 time in total.
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
Thanks, it is the same download location..JazHaz wrote:Am going to update the wiki page for this, but can you confirm which download locations have been updated? I assume you've updated the RAR archive, however what about the ZIP?Frame wrote:Oxp now has version 1.01
Same download location as before..
its now a zip file instead of a ra file since most ra unpackers can unpack zip files..
Cheers Frame...
http://www.box.net/shared/d59t39ibfc
is a zip file
Bounty Scanner
Number 935
Number 935
minor problem.
When the station refuses to issue docking clearence, the docking computer turns off, however the music keeps on playing..
going to be fixed in next version..
jazhaz, do you want a rar and zip file ?
When the station refuses to issue docking clearence, the docking computer turns off, however the music keeps on playing..
going to be fixed in next version..
jazhaz, do you want a rar and zip file ?
Bounty Scanner
Number 935
Number 935
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
I am not sure if this is a bug in your code, or if its an Oolite bug.Frame wrote:minor problem.
When the station refuses to issue docking clearence, the docking computer turns off, however the music keeps on playing..
going to be fixed in next version..
When the player is fugitive, the station generates a DOCKING_REFUSED message. However the dockingAI is not programmed to do anything with it. When I add the following line in the "AWAIT_COORDS" state of the dockingAI.plist:
Code: Select all
"DOCKING_REFUSED" = (abortDocking, "setStateTo: EXIT_SYSTEM");
EDIT: Looking further in the code, I see the player has a special check for that message and does not need that line in the AI. Adding it to the AI could even prevent the handler "playerDockingRefused" from triggering. So its an oxp thing after all.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
No it's fine as it is. I much prefer zips.Frame wrote:jazhaz, do you want a rar and zip file ?
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
Thanks for looking into it, the thing is , the event to trigger the music to stop as in dock/playerCanceled docking sequence is never triggerd when for example..Eric Walch wrote:I am not sure if this is a bug in your code, or if its an Oolite bug.Frame wrote:minor problem.
When the station refuses to issue docking clearence, the docking computer turns off, however the music keeps on playing..
going to be fixed in next version..
When the player is fugitive, the station generates a DOCKING_REFUSED message. However the dockingAI is not programmed to do anything with it. When I add the following line in the "AWAIT_COORDS" state of the dockingAI.plist:Your music stops correct. (The player never hears is starting)Code: Select all
"DOCKING_REFUSED" = (abortDocking, "setStateTo: EXIT_SYSTEM");
EDIT: Looking further in the code, I see the player has a special check for that message and does not need that line in the AI. Adding it to the AI could even prevent the handler "playerDockingRefused" from triggering. So its an oxp thing after all.
Edit: now how did I erase that text.. well, I blame the late hours
but for example when, activate the autopilot way before the docking request was sent and denied..
however there is another event that i'm going to use. Namely
playerDockingRefused
Cheers Frame...
Bounty Scanner
Number 935
Number 935
- SandJ
- ---- E L I T E ----
- Posts: 1048
- Joined: Fri Nov 26, 2010 9:08 pm
- Location: Help! I'm stranded down here on Earth!
Re: Random Docking Music OXP
A useful source for downloadable .ogg files for use by Random Docking Music is Wikipedia's 'Featured Sounds'. They are all of a reasonable or good quality and the list contains a lot of classics or classical music and instrumentals. There are a couple of hundred to choose from.
Flying a Cobra Mk I Cobbie 3 with nothing but Explorers Club.OXP and a beam laser 4 proper lasers for company
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.