Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Bug Report: Downloading 1.5.2's Source Code still gives the "You're Using An Outdated Version" screen for 1.5.1 #819

Closed
BlubParadox opened this issue Jun 11, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@BlubParadox
Copy link

I have installed Kade Engine 1.5.2's Source Code both through Command Prompt and manually through the website, and a basic compile with no changes still results in the screen explaing that the game is outdated and running on 1.5.1.

@BlubParadox BlubParadox added the bug Something isn't working label Jun 11, 2021
@Helix-x
Copy link

Helix-x commented Jun 11, 2021

i tried downloading the normal kade engine and it's doing the exact same thing, maybe kadedev forgot to change the version number ingame

@Lucky-56
Copy link

i tried downloading the normal kade engine and it's doing the exact same thing, maybe kadedev forgot to change the version number ingame

yes I thought so too seeing nobody commiting the version change

@Lucky-56
Copy link

while you are at it you can change that too in MainMenuState.hx
change the line 42 from

	public static var kadeEngineVer:String = "1.5.1" + nightly;

to

	public static var kadeEngineVer:String = "1.5.2" + nightly;

@puyoxyz
Copy link
Collaborator

puyoxyz commented Jun 11, 2021

#822

@puyoxyz puyoxyz closed this as completed Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants