mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
Merge remote-tracking branch 'refs/remotes/origin/master' into Cool_menus_experiment
This commit is contained in:
commit
d408c9d196
@ -1 +1 @@
|
||||
0.54.1
|
||||
0.54.1a
|
@ -92,24 +92,43 @@ Public Class MainMenuScreen
|
||||
Logger.Debug("---Check Version---")
|
||||
|
||||
If Not Core.GameOptions.UpdateDisabled AndAlso My.Computer.Network.IsAvailable Then
|
||||
Task.Factory.StartNew(Sub()
|
||||
Dim Updater As New Process()
|
||||
Updater.StartInfo = New ProcessStartInfo("Updater.exe")
|
||||
Updater.Start()
|
||||
Updater.WaitForExit()
|
||||
|
||||
If Updater.ExitCode = 1 Then
|
||||
Core.GameInstance.Exit()
|
||||
Else
|
||||
GameController.UpdateChecked = True
|
||||
End If
|
||||
End Sub)
|
||||
WaitForUpdaterAsync()
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Async Function WaitForUpdaterAsync() As Task
|
||||
Dim Updater As New Process
|
||||
Updater.EnableRaisingEvents = True
|
||||
Updater.StartInfo = New ProcessStartInfo("Updater.exe")
|
||||
Updater.Start()
|
||||
|
||||
AddHandler Updater.Exited, Sub()
|
||||
Select Case Updater.ExitCode
|
||||
Case 0
|
||||
GameController.UpdateChecked = True
|
||||
Case 1
|
||||
Core.GameInstance.Exit()
|
||||
Case 2
|
||||
Core.GameOptions.UpdateDisabled = True
|
||||
Core.GameOptions.SaveOptions()
|
||||
GameController.UpdateChecked = True
|
||||
Case 3
|
||||
Core.GameOptions.UpdateDisabled = True
|
||||
Core.GameOptions.SaveOptions()
|
||||
Core.GameInstance.Exit()
|
||||
End Select
|
||||
End Sub
|
||||
|
||||
Await Task.Delay(20000)
|
||||
If Not Updater.HasExited Then
|
||||
Updater.Kill()
|
||||
GameController.UpdateChecked = True
|
||||
End If
|
||||
End Function
|
||||
|
||||
Private Sub GetPacks(Optional ByVal reload As Boolean = False)
|
||||
PackNames.Clear()
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
Shared _valid As Boolean = False
|
||||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 42417354
|
||||
Const METAHASH As String = "RUM3N0U1REM0NzREQjkzRUU2MEE1NDk2MUQxNDU5NDU="
|
||||
Const EXPECTEDSIZE As Integer = 42417361
|
||||
Const METAHASH As String = "ODNEM0E3NkZFMTNBODk2ODAyODAxRkYzN0U3RTM0Mzk="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
Get
|
||||
|
Binary file not shown.
@ -4007,6 +4007,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/115.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/115_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/115_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/116.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -14579,6 +14591,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/115.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/115_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/115_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/116.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -17639,6 +17663,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/308.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/308_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/308_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/309.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -20099,6 +20135,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/475.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/475_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/475_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/476.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -21179,6 +21227,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/531.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/531_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/531_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/532.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -24755,6 +24815,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/94.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/94_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/94_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/95.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -25451,6 +25523,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Audino.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Audino_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Audino_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Aurorus.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -27035,6 +27119,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/diancie.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Diancie_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Diancie_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/diggersby.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -27959,6 +28055,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Gallade.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Gallade_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Gallade_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Galvantula.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -29819,6 +29927,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Lopunny.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Lopunny_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Lopunny_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Lotad.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -44328,6 +44448,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Textures/NPC/OldLady.png
|
||||
|
||||
#begin Content/Textures/NPC/Omega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Textures/NPC/Omega.png
|
||||
|
||||
#begin Content/Textures/NPC/Petrel.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user