From d774644b4acec8beeb0890ad3f85d3fd78ad57eb Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:57:38 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d73934..40c9dfbc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Currently `ISLE.EXE` is completely decompiled, however there are some known inac LEGO Island was compiled with Microsoft Visual C++ 4.20, so that's what this decompilation targets. However it should compile with NMAKE on newer versions of Visual Studio too. -### Recommended Instructions: +### Recommended Instructions These instructions use the development IDE from Visual C++ 4.20. By modern standards, it can be a little clunky to use, especially on newer versions of Windows, however it's still relatively straightforward. If you prefer a command line process that can fit into a modern workflow/IDE, see the instructions below. @@ -43,6 +43,10 @@ Simply place the compiled `ISLE.EXE` into LEGO Island's install folder (usually Ideally, this decompilation should be paired with version 1.1. It may work on 1.0 too, however this is not guaranteed. +## Contributing + +If you're interested in helping/contributing to this project, check out the [CONTRIBUTING](https://github.com/isledecomp/isle/blob/master/CONTRIBUTING.md) page. + ## Additional Information ### Which version of LEGO Island do I have?