mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-25 19:09:00 +02:00
Fixed
This commit is contained in:
parent
066c7614fe
commit
d01cb77914
@ -15,7 +15,7 @@
|
||||
FadeOutSpeed = 0.0F
|
||||
FadeOut = False
|
||||
FadeIn = False
|
||||
MediaPlayer.IsRepeating = True
|
||||
MediaPlayer.IsRepeating = False
|
||||
End Sub
|
||||
|
||||
Class CSong
|
||||
@ -211,14 +211,14 @@
|
||||
lastSong = SongList(SongList.Count - 1)
|
||||
End If
|
||||
End If
|
||||
|
||||
MediaPlayer.IsRepeating = True
|
||||
If SearchForIntro = True And lastSong.ToLower() <> Song.ToLower() Then
|
||||
If SongFiles.Keys.Contains("intro\" & Song.ToLower()) = True Then
|
||||
If SongFiles("intro\" & Song.ToLower()).Origin = SongFiles(Song.ToLower()).Origin Then
|
||||
IntroEndTime = Date.Now + SongFiles("intro\" & Song.ToLower()).Song.Duration
|
||||
IntroEndTime = DateAdd(DateInterval.Second, -1, Date.Now) + SongFiles("intro\" & Song.ToLower()).Song.Duration
|
||||
|
||||
PlayMusic("intro\" & Song.ToLower(), NewFadeInSpeed, NewFadeOutSpeed)
|
||||
|
||||
MediaPlayer.IsRepeating = False
|
||||
IntroContinue = Song
|
||||
IntroStarted = True
|
||||
If NewFadeInSpeed > 0.0F And NewFadeOutSpeed > 0.0F Then
|
||||
@ -354,7 +354,8 @@
|
||||
|
||||
If IntroStarted = True Then
|
||||
If Date.Now >= IntroEndTime Then
|
||||
PlayTrack(IntroContinue)
|
||||
PlayTrack(IntroContinue) 'Plays the loop that follows the intro
|
||||
MediaPlayer.IsRepeating = True
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
@ -381,7 +382,7 @@
|
||||
|
||||
If FadeIntoIntro = True Then
|
||||
IntroStarted = True
|
||||
IntroEndTime = Date.Now + SongFiles(NextSong).Song.Duration
|
||||
IntroEndTime = DateAdd(DateInterval.Second, -1, Date.Now) + SongFiles(NextSong).Song.Duration
|
||||
FadeIntoIntro = False
|
||||
End If
|
||||
|
||||
|
@ -519,7 +519,7 @@
|
||||
End Sub
|
||||
|
||||
Private Function SongOver() As Boolean
|
||||
Return startTime + duration < Date.Now
|
||||
Return startTime + duration < DateAdd(DateInterval.Second, +1, Date.Now)
|
||||
End Function
|
||||
|
||||
'Protected Overrides Sub Finalize()
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/Goldenrod.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/Goldenrod.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/HallofFame.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/HallofFame.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/IlexForest.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/IlexForest.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/Johto_champion_intro.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/Johto_champion_intro.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/Looker_encounter.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/Looker_encounter.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic0.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic0.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic1.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic10.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic10.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic11.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic11.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic2.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic3.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic4.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic4.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic5.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic5.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic6.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic6.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic7.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic7.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic8.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic8.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic9.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/RouteMusic9.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/alph.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/alph.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/ancient_ruins.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/ancient_ruins.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/azalea.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/azalea.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/barktown.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/barktown.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/battlefactory.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/battlefactory.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/battletower.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/battletower.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/brain_battle.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/brain_battle.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/brain_battle_intro.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/brain_battle_intro.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/bugcontest.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/bugcontest.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/burnedtower.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/burnedtower.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/celadon.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/celadon.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/center.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/center.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/cerulean.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/cerulean.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/cerulean_cave.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/cerulean_cave.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/champion_defeat.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/champion_defeat.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/cherrygrove.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/cherrygrove.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/cinnabar.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/cinnabar.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/credits.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/credits.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/dark_cave.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/dark_cave.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/diglettscave.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/diglettscave.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/dragonsden.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/dragonsden.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/ecruteak.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/ecruteak.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/elite_defeat.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/elite_defeat.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/elmslab.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/elmslab.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/entei_battle.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/entei_battle.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/entei_battle_intro.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/entei_battle_intro.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/eusine_encounter.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/eusine_encounter.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/evolution.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/evolution.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/frontier.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/frontier.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/gamecorner.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/gamecorner.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Songs/gts.ogg
Normal file
BIN
2.5DHero/2.5DHeroContent/Songs/gts.ogg
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user