Leakoo
thinmatrix from patreon

thinmatrix

patreon

thinmatrix posts

Posts: 217 Files: 141

Full Speed Ahead!

Hey everyone,I just wanted to share some good news with you all! In the last week I had a lot of check-ups and scans relating to the health issues I've had over the last couple of years and the results were all very good :) It's the first time since my lung operations last year that a scan has shown my lungs to be fully healed so it feels like a big weight off my shoulders!As much as I've tried not to let them affect my work, the health issues have obviously been quite a big distraction for me in the last year, sometimes perhaps mor...

thinmatrix post City Builder Game Download (Version 0.0.8) from patreon

City Builder Game Download (Version 0.0.8)

Hey everyone!The save system is fully up and running now so you can save and load the towns that you create. I only just finished work on it yesterday so it's possible that there are still some bugs. If you get the time to test it out then please let me know if you encounter any issues!Here's the download link:https://drive.google.com/file/d/1EDADWY0lO29jwBp5jUVMGuJfQMojhjGt/view?usp=sharingTo play, just unzip it and then run the jar file. You'll need to have Java installed for it to work and it's currently Windows-only (I shoul...

Latest Code Download

Here is the latest download link for the code for the city-builder game:https://drive.google.com/file/d/1xndu6i-WWHqr38yVEn4QJ5sFMwNDmo1E/view?usp=sharingHere's a quick video showing how to set it up in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.Thanks as always!

A Quick Progress Update

Hey everyone!I hope you've all had a good start to the new year. I just wanted to quickly update you on how progress on the city-builder game has been this month.I had a slightly slow start to the year as I've still been having some small issues with one of my lungs (nothing serious, and I have a CT scan coming up soon to see if anything needs to be done). So I was a bit distracted and progress was slow-going at the beginning of the month, but I got back to my usual schedule in the last few weeks and things are going really well right n...

City-Builder Code Download

Hey everyone,I hope you're all safe, healthy, and having a good time over the holiday period. I just wanted to wish you all a great start to the new year, and I wanted to thank you for all the support you've given me, especially during this crazy year!Here's the latest code download for the city-builder game:https://drive.google.com/file/d/1gxD580gUOKv0WYljq-EiSykkQTF4WYR-/view?usp=sharingThis includes the new things that were shown in the latest devlog video, such as the basics of the save system (found in thinmatrix.lowPolyEngine....

A Quick Positive Update!

Hello everyone!I hope you're all doing well and staying healthy. Personally, the last month has been a big improvement - my latest health check-ups were all fine and I've been able to throw myself back into gamedev once again. Progress on the game has been good and I'm pretty much back to my usual working schedule. I've even got a devlog video in the works :)Now that I'm back and the devlog videos are returning I will be resuming the Patreon payments, so you will start to get charged again at the beginning of each month. The...

thinmatrix post City Builder Game Download (Version 0.0.7) from patreon

City Builder Game Download (Version 0.0.7)

Now that I'm back to my normal working schedule I'll aim to release a new version of the game to you guys every month. Obviously there's very little gameplay right now, but you can still create a cute little town, and search for bugs ;) If you find any, do let me know!Here's the download link:https://drive.google.com/file/d/1z2VqEjW_XXaP_h4YWHFbKO-gzbEfzXYN/view?usp=sharingTo play, just unzip it and then run the CityBuilderGame jar file. You'll need to have Java installed for it to work and it's currently Windows-only (M...

Latest Code Download (Version 0.0.7)

Hey everyone!Thanks for all your continued support! Here is the latest download link for the code for the city-builder game:https://drive.google.com/file/d/1FMrQgZN4kLKzVP_DZqlQUlLOX82uSRn_/view?usp=sharingHere's a quick video showing how to set it up in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.Thanks as always!

Another quick update

Hey everyone,So sorry it's been so long since the last update - things have been a bit difficult for me in the last few months with health worries and other unfortunate circumstances, so game development took a bit of a backseat for a while. I have still been working on the game now and again, but progress has been rather slow and I really haven't been in the right mindset to make devlog videos.I'm really sorry it's taken so long for me to update you. I kept thinking that things would be getting back to normal soon and then I co...

Sorry for the lack of updates!

Hey everyone,I just wanted to apologize for the lack of updates and videos recently. I've been struggling a bit to get back to full productivity since my health issues and operations earlier this year, and with a lot of health check-ups in the last month I've found it especially difficult to concentrate much on game development.You may have noticed that I paused Patreon payments again last month, so you didn't get charged at the start of this month and I'll keep the payments paused until I'm back to a good working schedule. ...

thinmatrix post City-Builder Game Download from patreon

City-Builder Game Download

I mentioned in my last devlog video that the people/pathfinding system was one of the most complex things I've ever implemented and I definitely still stand by that! The last few weeks have been especially arduous as I've worked through a seemingly endless list of edge-cases and loose ends , such as roads being removed while a person is following a path, destination nodes being removed, disconnected road loops not working at all with the road-network system, finding efficient ways of testing whether two road nodes are even connected, an...

Latest Code Download

Hey everyone!As I mentioned in the post above, here is the latest code for my city-builder game:https://drive.google.com/file/d/16QSvK_t3g3unVkaq6xgsavQEa50VsCPW/view?usp=sharingAll the new stuff to do with pathfinding can be found in the thinmatrix.cityBuilderGame.roads.paths package and other new entity code is in thinmatrix.cityBuilderGame.entities.Here's a quick video showing how to set it up in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you'll now need to run the thinma...

City Builder Game Code Download

Hey everyone!I hope you're all doing well. I'm sorry it took so long but here's the latest code for my city-builder game:https://drive.google.com/file/d/1HuXTCLIhI_wY7-xH3CwWqIVJbHTmrV9H/view?usp=sharingAll the new stuff to do with pathfinding can be found in the thinmatrix.cityBuilderGame.roads.paths package.Here's a quick video showing how to set it up in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainA...

Update: Back to Development, Payments Still Paused

Hey everyone!I hope you're all doing well. I've been back to work on development this month and it's been going really well; I've made a lot of progress on the game and there will be a new devlog video about that tomorrow! I'll upload the current version of the game/code here soon - I just want to tidy up a few loose ends first.Seeing as there wasn't any actual content this month I'm keeping billing paused for now so you won't get charged in May. But seeing as I'm back to a normal working schedule now I'l...

Payments Paused Again

Hey everyone,I hope you're all well and safe during these crazy times. I'm now back from hospital and staying very much isolated while I recover from my latest lung operation (which went very well).I've just started getting back to work again but I won't have anything to show for it this month, so for that reason I'll be pausing Patreon payments again. This means that you won't be charged during the next billing cycle. I'll notify you again when I plan to resume the payments.Stay safe everyone!Karl

City Builder Game Code Download

Hey everyone!The latest code for the city builder game can now be downloaded from the link below. This includes the finished basic road system and the first part of the buildings system (as shown in the latest devlog video).Download link:https://drive.google.com/open?id=1Hcc5JbJT-YRnEAYf_cgh4p-agOlFnNnHHere's a quick video showing how to set it up in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as oppose...

Back to work!

Hey everyone,I just wanted to let you know that I&#39;ve been getting back to development in the last few weeks and have started making devlogs again (the most recent one went out earlier this week). So I&#39;m going to be un-pausing the Patreon payments for now, meaning that you&#39;ll be charged on March 1st.I do have another operation next week but this one should hopefully only take a week or two out of development. If it ends up taking more time then I&#39;ll just pause Patreon payments again for next month.Thanks always for your support <...

Payments Paused & Health Update

Hey everyone!I just wanted to let you know that I&#39;ve paused the payments for my Patreon page, so you&#39;re not going to be charged any more until I get back to working on the game. Obviously there haven&#39;t been any videos for a while and I don&#39;t have any new code to give as a reward, so it doesn&#39;t make sense for you to keep having to pay. I&#39;ll resume the payments again once I&#39;ve got back to making videos again and have some new rewards for you.As I&#39;ve mentioned before, I&#39;m having another operation on my lung next...

City-Building Game Code Download

Hey everyone,Here&#39;s the latest code for my city building game, including the road placement stuff:https://drive.google.com/file/d/1mbod01wNXkg5FS6O0m9LvPnOmCfAOjMO/view?usp=sharingAnd here&#39;s a quick video showing how to set up the project in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you&#39;ll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.Sorry again that there hasn&#39;t been any content this month - as m...

A Quick Update

Hey everyone,I just wanted to quickly let you know what&#39;s been going on recently and explain why there haven&#39;t been any updates lately.Unfortunately I&#39;ve had to spend some time in hospital again after my lung spontaneously collapsed a couple of weeks ago. As dramatic as this sounds it&#39;s apparently not super uncommon and can thankfully be fixed fairly easily - I just needed a small operation to remove the excess air from my chest and allow the lung to inflate again. I then spent a week in hospital with a tube going into my chest,...

City Builder Game - Code Version 0.0.3

Hey everyone!Here&#39;s a download link for the latest code for the city builder game: https://drive.google.com/file/d/1nfhiXMX7bcC0G88Wyt-BC53eQSYCZlfg/view?usp=sharingAnd here&#39;s a quick video showing how to set up the project in Eclipse:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0although to run it you&#39;ll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.I&#39;m currently working on roads and will provide you with the code for that when...

Latest Code for the New Game

Hey everyone!Here&#39;s the latest code for the new game, now including the text system and a UI animation system (the animations are still a bit WIP):https://drive.google.com/file/d/1reqKuJM5P3557IH3UI_D3Cuf-Ad7ZkNQ/view?usp=sharingHere&#39;s a quick video showing how to set up the project in Eclipse if you&#39;re not sure:https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0Thanks as always for the fantastic support!Karl

New Engine Code

Hey everyone!Here&#39;s the latest code for the new game/engine. It&#39;s got the new UI stuff that I talked about in this week&#39;s devlog video, but it doesn&#39;t have the text rendering stuff yet. I&#39;ll upload the code again in a few days when I&#39;ve fully incorporated text into the UI system.Code: https://drive.google.com/open?id=1fpbzTnLNOGNbJVnM3MzlWbw4g74XE2PcTo get it working in Eclipse just start a new project, copy the &#34;src&#34; and &#34;res&#34; folders into the project&#39;s folder, and then add the relevant jar files to ...

A Quick Update!

Hey everyone,Sorry that it&#39;s been so long since I last updated you! I&#39;ve been having a rather busy Summer with lots of travelling, planning, and sorting things out. I&#39;m going to be moving to Hamburg next month so I&#39;ve been flat hunting quite a lot recently, and now that I&#39;ve finally found a place I&#39;ve got to sort out furniture, internet, etc. etc. I&#39;ll be actually moving into the flat in the middle of August and I&#39;m planning to return to a normal working schedule at the start of September.In between trips to Ikea...

$12.50 Reward July - New Engine Code

Hi guys,As mentioned in the post above, I&#39;ve been getting started with the new engine that I&#39;ll be using for my next game. It&#39;s still super early in development and there&#39;s not a whole lot to see yet, but you can download and take a look at the code using this link:https://drive.google.com/open?id=1XTgpqg5YLl24sr08kckdweZ5D5Gs1JaETo get it working in Eclipse just start a new project, copy the &#34;src&#34; and &#34;res&#34; folders into the project&#39;s folder, and then add the relevant jar files to the build path in Eclipse. Y...

Equilinox Code

Hey everyone,Here&#39;s the current code for Equilinox:https://drive.google.com/open?id=16VNe2tzkACpMAtPpLEem68PVJFxIDPHPYou&#39;ll need to set it up 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.As mentioned in the post below, each month from now on I&#39;ll be giving out the code for the new engine I&#39;m currently working on, plus the code for the new game (when I get starte...

A New Start

Hey everyone!After three and a half years I&#39;m going to be moving on from Equilinox and starting something new in the next few weeks. I want to thank you all so so much for joining me on this journey and making it possible by supporting me here on Patreon!Starting next month, the $12.50 patrons will receive the code for the new low-poly engine that I&#39;m currently developing, plus the code for the new game (whenever I get started with it; right now I&#39;m just working on the engine).The $5 Patrons will receive an updated version of the ne...

Equilinox Creative Mode - Early Access

Hey everyone,The Equilinox creative mode is now almost complete and I&#39;ve got another early version for you to try out!This version now makes it possible to edit the traits of the species in creative mode, you can duplicate plants/animals that you like, you have unlimited color options for your species, plus the UI has been cleaned up. The new dolphin species is also included in this version :)Here are the download links:Windows:https://drive.google.com/file/d/1cstu4LjRXqKMcNpJpLf4SbOMoufaDCRr/view?usp=sharingMac:https://drive.google.com/fil...

Equilinox Version 1.6 - Code

Hey everyone,Here&#39;s the latest code for Equilinox:https://drive.google.com/file/d/1edbIFQZx7Rl8HBPm0qqTFzxhZ5Bvy2f2/view?usp=sharingCheck the post below for links to download the game.I&#39;ll also be uploading the code for the new engine I&#39;m working on here in the next couple of weeks :)For the Equilinox code you&#39;ll need to set it up 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 ...

Equilinox Version 1.6 (With Creative Mode)

Hey everyone,Thanks as always for your fantastic support! Here&#39;s the latest version of Equilinox, with creative mode included so that you can easily try out the new meerkats. Just choose the relevant game mode when creating a new world.Windows:https://drive.google.com/file/d/1mDFWlW17GuMDqvplZ_OUldqIYLFk5fef/view?usp=sharingLinux:https://drive.google.com/file/d/1CArX-Z7pILWr0zqW2FxOW4zGKc2XhN2b/view?usp=sharingMac:https://drive.google.com/file/d/1Qfg4soydsSiF-s0J_GW2Ieafq7ZtLvZp/view?usp=sharingIf you&#39;d like a Steam key for the game and...

More Models