XaiJu
thinmatrix
thinmatrix

patreon


Code Download (Updated 19th April 2023)

Here are the links to download the code for my projects. Homegrown and the City-builder can be set up in Eclipse as explained in this short video.

Let me know if you have any problems getting them to run!

Homegrown:

Version 0.3.2 (current version) 

Version 0.3.1

Version 0.3.0

Version 0.2.5

Version 0.2.4

Version 0.2.3

Version 0.2.2

Version 0.2.1

Version 0.2.0

City-Builder:

Version 0.1.2

Equilinox:

Version 1.7.0

You'll need to set up the Equilinox code in a project that has the lwjgl, lwjgl_utils, JOrbis, and PNGDecoder jars added to the build path, along with the relevant natives (all provided in the zip folder). Let me know if you have any trouble setting it up.

Comments

I've gotten Homegrown to run inside VS Code quite easily by doing 2 small things: put this in .vscode\settings.json: https://gist.github.com/NKCSS/0f7d3ad27c597a52570d47dad8be0b37 Then, in src\thinmatrix\lowPolyEngine\engineMain\master\EngineCreator.java I changed line 35 to: System.err.println("Can't init engine - res folder not found. (copy the 'res' folder from your source here: " + EngineFiles.RES_FOLDER); This spits out the temp folder it uses to build; if you copy that to your explorer, you then paste the 'res' folder there, and voila; you can build & run homegrown in VS Code. For VS Code to do java; I got suggested to install this extension: @id:vscjava.vscode-java-pack After the extension, you are suggested to install the JDK 17, it's all quite simple. Figured I'd share it as I didn't have Exclipse installed (and it's not my favorite IDE 😅) as some others might find it useful.

dont think so will do that now thank you

Did you add the libraries and the relevant natives to the build path? If not, you can follow this tutorial from 3:42 onwards, where I show how to set up a similar project: https://youtu.be/Jdkq-aSFEA0?t=223 Use all the jars and natives provided in the "lib" folder.

ThinMatrix

i only have three but not only that all the packages just wont load for some odd reason they all have x's

Hey! What error message do you get when you try to run the Equilinox code? For the city-builder game I think there were only 4 save slots, so if you've created 4 saves you'll have to delete one of them before you can create a new one.

ThinMatrix

i have a question the Equilinox code isnt working and made it to where it took the new world button away for city builder also got any advice in making this a city defense game. Also im new to this so that also is the problem to why its failing


More Creators