clth Posted November 9, 2021 Author Share Posted November 9, 2021 Things are pretty slow lately but still work in progress. I had to redo some code parts and replace RMT with with simple player. This together with hackish C code optimizer and some other stuff gave me bit over 4 kilobytes of free memory which should be enough for finishing game. Right now I am trying to implement projectile weapons/spells and it looks pretty doable. Still kinda unsure where all this will lead, making dozen of levels while them being anything else than rat mazes filled with enemies and loot is tricky to make right and fun 4 Quote Link to comment Share on other sites More sharing options...
ilmenit Posted November 9, 2021 Share Posted November 9, 2021 There are ways to disable OS ROM and use the RAM under it, turning it on when needed. It could give you a lot of additional RAM if you are not using this technique already. If you are interested I could try to prepare a sample code for doing it in CC65. It could be even nicely covered by one CC65 feature - trampolines https://cc65.github.io/doc/cc65.html#ss7.18 1 Quote Link to comment Share on other sites More sharing options...
clth Posted November 9, 2021 Author Share Posted November 9, 2021 2 minutes ago, ilmenit said: There are ways to disable OS ROM and use the RAM under it, turning it on when needed. It could give you a lot of additional RAM if you are not using this technique already. If you are interested I could try to prepare a sample code for doing it in CC65. It could be even nicely covered by one CC65 feature - trampolines https://cc65.github.io/doc/cc65.html#ss7.18 Thanks, I know and definitely will let you know when addressing this but right now I am just trying to fit in 48k There will be probably some 64k "fat" variant with music and fancy font but I want to keep lowest specs possible. 4 Quote Link to comment Share on other sites More sharing options...
bocianu Posted November 9, 2021 Share Posted November 9, 2021 7 hours ago, TheNameOfTheGame said: One of my favorite projects. Hope it is still being worked on! me too 1 Quote Link to comment Share on other sites More sharing options...
Peruchi Posted May 1, 2022 Share Posted May 1, 2022 (edited) Bumping because it would be a great shame if this game couldn't be completed! Any news? P.S. Please don't misunderstood me, I don't want to force anyone do to this. Edited May 1, 2022 by Peruchi typo 1 Quote Link to comment Share on other sites More sharing options...
clth Posted May 1, 2022 Author Share Posted May 1, 2022 6 hours ago, Peruchi said: Bumping because it would be a great shame if this game couldn't be completed! Any news? P.S. Please don't misunderstood me, I don't want to force anyone do to this. Pace is not quite breathtaking but work still continues. There are working missile spells, items can be also thrown. Enemies have sort-of health bars, also was added some new graphics and objects to interact with. Except some new graphics/objects, probably final big thing before starting actual game content is to make stats+AI+fighting enough fun while able to scale as game advances. 6 3 Quote Link to comment Share on other sites More sharing options...
Peruchi Posted May 11 Share Posted May 11 Is this project dead yet? Quote Link to comment Share on other sites More sharing options...
tuf Posted May 11 Share Posted May 11 Nooo! Quote Link to comment Share on other sites More sharing options...
clth Posted May 12 Author Share Posted May 12 1 hour ago, Peruchi said: Is this project dead yet? Dead? No, maybe a bit overdue Coincidentally, I've started making sloppy native pc port last week so things can be done easier hopefully because whole thing is clearly taking me too long. 1 Quote Link to comment Share on other sites More sharing options...
ilmenit Posted May 12 Share Posted May 12 Looking forward for the progress. At least for me it's one of the most interesting projects from recent years (as I love Dungeon Crawlers). Quote Link to comment Share on other sites More sharing options...
bocianu Posted May 12 Share Posted May 12 5 minutes ago, ilmenit said: Looking forward for the progress. At least for me it's one of the most interesting projects from recent years (as I love Dungeon Crawlers). same here. I finished demo the day it was released and waiting for more Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.