Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '.gitignore'
- '*.md'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ FodyWeavers.xsd

enc_temp_folder/

# Dlls
x64/

# Game data / assets
Minecraft.Client/Schematics/
Minecraft.Client/Windows64/GameHDD/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t)

![img.png](.github/IMG_8725.png)
![img.png](.github/TutorialWorld.png)

## Introduction

Expand Down Expand Up @@ -55,7 +55,7 @@ cmake -S . -B build -G "Visual Studio 17 2022" -A x64
cmake --build build --config Debug --target MinecraftClient
```

For more informatio, see [COMPILE.md](COMPILE.md)
For more information, see [COMPILE.md](COMPILE.md)

## Known Issues

Expand Down
Binary file removed x64/Debug/Effects.msscmp

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/iggy_w64.dll

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iggy_w64.dll is required in order for iggy to read all the necesary flash files that contain the textures

Binary file not shown.
Binary file removed x64/Debug/mss64.dll

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mss64.dll is required for the executable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/binkawin64.asi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/mss64dolby.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/mss64ds3d.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/mss64dsp.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/mss64eax.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Debug/redist64/mss64srs.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Release/Effects.msscmp
Binary file not shown.
Binary file removed x64/Release/iggy_w64.dll
Binary file not shown.
Binary file removed x64/Release/mss64.dll
Binary file not shown.
Binary file removed x64/Release/redist64/binkawin64.asi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the library that handles sounds, it is required for sound to work

Binary file not shown.
Binary file removed x64/Release/redist64/mss64dolby.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while game does launch and, gameplay seems to not be afected, dolby atmos support is dropped and game crashes upon trying to load the sound profile

Binary file not shown.
Binary file removed x64/Release/redist64/mss64ds3d.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while game does launch and, gameplay seems to not be afected, directX3d sound support is dropped and game crashes upon trying to load the sound profile

Binary file not shown.
Binary file removed x64/Release/redist64/mss64dsp.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Release/redist64/mss64eax.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.
Binary file removed x64/Release/redist64/mss64srs.flt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

game is unable to launch

Binary file not shown.