WarsmashModEngine
WarsmashModEngine copied to clipboard
An emulation engine to improve Warcraft III modding
Windows 11, intellijidea 2022.1 community, java 8  Trying to run as mentioned in readme Does java 8 have CRC32C class? I've found only CRC32 (https://docs.oracle.com/javase/8/docs/api/java/util/zip/package-summary.html) And whats wrong with...
Warcraft Version: 1.24e `Renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2 Wasting memory with conversion from InputStream to buffer in MdxModel Loading TOC file: UI\FrameDef\FrameDef.toc line 1:0 token recognition error at: '?' Loading...
Remove redundant character escape Remove redundant 'if' statement Remove redundant 'else' Remove redundant 'new' expression in constant array creation Remove redundant 'File' instance creation Change C-style array declarations to Java-style...
To replicate W3 gameplay, there should be a Fog of War mechanic 1. Unit line of sight (probably some low-res ray-tracing on the tile grid) 2. Visual effect
Maybe you can borrow the assets from this open source game https://github.com/0ad/0ad for now, till the fork has its own assets in the unforeseen future. ( A YouTube video about...
This engine runs fine on intel graphics card but can not run on AMD graphics card. GPU: AMD Radeon RX6900XT 22.5.1 windows driver ``` LwjglGraphics: OpenGL 3.3+ core profile (GLES...
I wanted to run several main methods which would also be helpful for debugging. I wanted to run MdxEditor.main and got: ``` Caused by: java.io.FileNotFoundException: warsmash.ini (Das System kann die...
The repo was public, then it went private, and now it is back up. So all stars and watchers and stuff are gone, and all the forks are inherited from...
See ``` WarsmashModEngine> gradlew.bat desktop:dist Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details FAILURE: Build failed with an exception. * What went wrong:...
We need a UI for normal users to have access to the multiplayer feature without using the command line to set it up. You can see how this would be...