Trumbles now with Free Theme music! Special offer!
Moderators: winston, another_commander, Getafix
Trumbles now with Free Theme music! Special offer!
Ok, so this is a (little) bug, but at least it made me laugh!
After a battle-heavy flight, I enter the station, and up pops the well-known advert.
But this time it came with music, at the first split second I thought it was new, but it was the theme-music, starting somewhere mid-song.
I then remembered I had started up Oolite, and did some oother stuff, so the intro-tune was playing when I hit 'Y' to get my commander. The music started where I had interrupted it.
Maybe it was a little fanfare, to ease the pain of expensive repairs that awaited me when I entered the shipyard, heehee.
OSX 10.3.9, Oolite 1.62, nothing in console
(EDIT:) Heh, funny typo: oother stuff... bad case of the side-effects, I guess...
- Arexack_Heretic
- Dangerous Subversive Element
- Posts: 1876
- Joined: Tue Jun 07, 2005 7:32 pm
- Location: [%H] = Earth surface, Lattitude 52°10'58.19"N, longtitude 4°30'0.25"E.
- Contact:
Funny
I had a similar experience two days back when the DVDplayer was playing in the background of normal TV...I kept looking for the trapped cat.
Anyone could script a (ogg) tune to start when...
[exiting witchspace]...[launching]...etc
why hasn't anybody done so?
I know why I haven't: I aint got no ogg-muzik.
I had a similar experience two days back when the DVDplayer was playing in the background of normal TV...I kept looking for the trapped cat.
Anyone could script a (ogg) tune to start when...
[exiting witchspace]...[launching]...etc
why hasn't anybody done so?
I know why I haven't: I aint got no ogg-muzik.
Riding the Rocket!
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
That’s funny. Music is supposed to ”rewind” when it’s stopped I’ll make a note to look into it.
E-mail: [email protected]
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
I remembered to look into it. Music now rewinds. (Adding one line of code: two seconds. Knowing where to add it: years of experience.)
As for why it started, that’s not my problem. ;-)
As for why it started, that’s not my problem. ;-)
E-mail: [email protected]
Well, there's this which I saw after taking a peak to see what in all is hardcoded in oolite. Didn't see anything calling missionMusic in there but there is a scripting method called setMissionMusic so maybe it's some oxp doing it to you or perhaps it's just the default missionMusic if the oxp doesn't have one defined with setMissionMusic...?
Code: Select all
missionMusic = [[ResourceManager ooMusicNamed:@"OoliteTheme.ogg" inFolder:@"Music"] retain];
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
After digging through some OXPs, it’s normal for misson screen set-up to start with setMissionMusic:none. I guess if one doesn’t, it will get the previous mission music, which will be OoliteTheme.ogg if no previous misson has used music.
For a while – in fact, since the transition from NSSound to FMOD – mission music was broken, so this wouldn’t be noticed.
At least in future it will be the theme played from the beginning. :-)
For a while – in fact, since the transition from NSSound to FMOD – mission music was broken, so this wouldn’t be noticed.
At least in future it will be the theme played from the beginning. :-)
E-mail: [email protected]