- Joined
- Jun 27, 2010
- Messages
- 1,067
- Reaction score
- 1,492
Download:
If you want to compile yourself you need to
inside spice folder to restore the missing files.
Install:
Visual Studio 2017(I have used Enterprise version)
Unreal 4.22.3(From epic store)
Open "Dungeons.uproject" with Unreal (it will need to convert the project because we don't have the unreal editor form mojang), it will compile some things and generate "Dungeons.sln" open it with VS2017 edit "DungeonsGameInstance.cpp" line 200 to disable the login page.
Now go back to the editor click File>Package Project>Build Configuration change the to Development now again on File>Package Project>Windows>Windows (64-bit) it will ask the output folder where the compiled+Cooked game files will be saved it will take a long time depending on your system(mine took about 3hours).
Virustotal:
To view the content, you need to sign in or register
If you want to compile yourself you need to
Code:
git lfs checkout
Install:
Visual Studio 2017(I have used Enterprise version)
Unreal 4.22.3(From epic store)
Open "Dungeons.uproject" with Unreal (it will need to convert the project because we don't have the unreal editor form mojang), it will compile some things and generate "Dungeons.sln" open it with VS2017 edit "DungeonsGameInstance.cpp" line 200 to disable the login page.
Code:
//if (online::usingNullSubsystem(GetWorld()))
//{
LoginFlow = CreateDefaultSubobject<UDungeonsLoginFlowNull>(TEXT("LoginFlow"));
//}
//else
//{
// LoginFlow = CreateDefaultSubobject<UDungeonsLoginFlowWin>(TEXT("LoginFlow"));
//}
Virustotal:
Code:
https://www.virustotal.com/gui/file/41d99dcea467d56f03e6fff1f604af1f576e1ae161076fb823c4423f4f55f913?nocache=1
https://www.virustotal.com/gui/file/e06e486a16e0566d3665f6f5c9e693b8bac2edad7b84fbce0d153c5d2597a5ad?nocache=1
https://www.virustotal.com/gui/file/4b18117dce7137fc6f318684758a7ee766a285c27e2bf5d28e8fe5022ed4fe41?nocache=1
https://www.virustotal.com/gui/file/fab174fcea8bd346c9af2fdf22d53d8c61a43ab0bf4f698f04f6d04c5df0bc6c?nocache=1
Last edited:

