diff --git a/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb b/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb index d46d88f83..8b92b5e4f 100644 --- a/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb +++ b/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb @@ -61,7 +61,7 @@ Friend Class SplashScreen If MapPreviewScreen.MapViewMode = True Then Core.SetScreen(New MapPreviewScreen()) Else - Core.SetScreen(New MainMenuScreen()) + Core.SetScreen(New PressStartScreen()) End If ' Core.SetScreen(New TransitionScreen(Me, New IntroScreen(), Color.Black, False)) End If diff --git a/2.5DHero/2.5DHero/Security/FileValidation.vb b/2.5DHero/2.5DHero/Security/FileValidation.vb index f9af50c2c..db8139198 100644 --- a/2.5DHero/2.5DHero/Security/FileValidation.vb +++ b/2.5DHero/2.5DHero/Security/FileValidation.vb @@ -6,8 +6,8 @@ Shared _valid As Boolean = False Const RUNVALIDATION As Boolean = False - Const EXPECTEDSIZE As Integer = 42416807 - Const METAHASH As String = "NUFERjNBMUI5RTA1NkMxRUZCNUJFM0MwNTExMjkyM0Y=" + Const EXPECTEDSIZE As Integer = 66301757 + Const METAHASH As String = "MUY5RDBBQTAxRDEyMUZDRTNENjcxMjU5QjM1MTM0RDk=" Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Get diff --git a/2.5DHero/2.5DHeroContent/Content.mgcb b/2.5DHero/2.5DHeroContent/Content.mgcb index e2dcb9a72..347d9fcc1 100644 --- a/2.5DHero/2.5DHeroContent/Content.mgcb +++ b/2.5DHero/2.5DHeroContent/Content.mgcb @@ -1,4 +1,4 @@ - + #----------------------------- Global Properties ----------------------------# /outputDir:bin @@ -46053,53 +46053,37 @@ #begin GameModes/Kolben/GameMode.dat /copy:GameModes/Kolben/GameMode.dat -#begin GameModes/Kolben/Content/Fonts/Braille.bmp +#begin GameModes/Kolben/Content/Fonts/Braille.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GameModes/Kolben/Content/Fonts/Braille.bmp +/build:GameModes/Kolben/Content/Fonts/Braille.png -#begin GameModes/Kolben/Content/Fonts/chatFont.bmp +#begin GameModes/Kolben/Content/Fonts/chatFont.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GameModes/Kolben/Content/Fonts/chatFont.bmp +/build:GameModes/Kolben/Content/Fonts/chatFont.png -#begin GameModes/Kolben/Content/Fonts/InGame.bmp +#begin GameModes/Kolben/Content/Fonts/InGame.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GameModes/Kolben/Content/Fonts/InGame.bmp +/build:GameModes/Kolben/Content/Fonts/InGame.png -#begin GameModes/Kolben/Content/Fonts/mainFont.bmp +#begin GameModes/Kolben/Content/Fonts/mainFont.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GameModes/Kolben/Content/Fonts/mainFont.bmp +/build:GameModes/Kolben/Content/Fonts/mainFont.png #begin GameModes/Kolben/Content/Fonts/miniFont.spritefont /importer:FontDescriptionImporter @@ -46109,27 +46093,19 @@ #begin GameModes/Kolben/Content/Fonts/TextFont.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color /build:GameModes/Kolben/Content/Fonts/TextFont.png -#begin GameModes/Kolben/Content/Fonts/Unown.bmp +#begin GameModes/Kolben/Content/Fonts/Unown.png /importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 -/processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False +/processor:FontTextureProcessor +/processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GameModes/Kolben/Content/Fonts/Unown.bmp +/build:GameModes/Kolben/Content/Fonts/Unown.png #begin GameModes/Kolben/Content/GUI/Badges.png /importer:TextureImporter diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.bmp b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.bmp deleted file mode 100644 index afe216f3c..000000000 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.bmp and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.png new file mode 100644 index 000000000..0a733839e Binary files /dev/null and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Braille.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.bmp b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.bmp deleted file mode 100644 index 6c8aa2e2d..000000000 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.bmp and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.png new file mode 100644 index 000000000..87960d387 Binary files /dev/null and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/InGame.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/TextFont.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/TextFont.png index 83939de17..fded07fd2 100644 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/TextFont.png and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/TextFont.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.bmp b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.bmp deleted file mode 100644 index 5f5cbb273..000000000 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.bmp and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.png new file mode 100644 index 000000000..93f677c46 Binary files /dev/null and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/Unown.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.bmp b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.bmp deleted file mode 100644 index 39c6b0a2e..000000000 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.bmp and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.png new file mode 100644 index 000000000..be3b9d8e9 Binary files /dev/null and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/chatFont.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.bmp b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.bmp deleted file mode 100644 index c96809605..000000000 Binary files a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.bmp and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.png b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.png new file mode 100644 index 000000000..28f01603a Binary files /dev/null and b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/mainFont.png differ diff --git a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/miniFont.spritefont b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/miniFont.spritefont index 3b9e480ab..762a44a44 100644 --- a/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/miniFont.spritefont +++ b/2.5DHero/2.5DHeroContent/GameModes/Kolben/Content/Fonts/miniFont.spritefont @@ -11,7 +11,7 @@ with. - Segoe UI Mono + Verdana Bold - +