4k intro released at Revision 2024.
Building the intro requires the following tools to be installed and accessible via a PowerShell command line (e.g. in PATH):
- Microsoft Visual C++ compiler
cl.exeand linkerlink.exefor x86 crinklershader_minifier
If you are using an antivirus software (Windows Defender included), it is likely to detect the compiled executable as a trojan. You'll need to whitelist the file or the entire folder in your antivirus before compiling or running it.
Build an uncompressed debug version (uses MSVC's linker):
.\build.ps1or the compressed release (uses crinkler):
.\build.ps1 .\release.json -CrinklerTries 8000and run:
.\main.exe