Z-Like - Dynamic action/roguelike by Raptor85
kidna like a giant random zelda dungeon, created over the course of about 12 hours in my livestream.
Arrows move, space uses sword, 128 randomly generated floors and online high scores that save your best run. (temporarily disabled on windows until i find a network bug)
Created using my "Aether" game engine, details on the kickstarter page here http://www.kickstarter.com/projects/1844752097/aether-game-engine-open-source-linux-android-windo and downloadable to use here http://www.midnightfragfest.com/aether
Arrows move, space uses sword, 128 randomly generated floors and online high scores that save your best run. (temporarily disabled on windows until i find a network bug)
Created using my "Aether" game engine, details on the kickstarter page here http://www.kickstarter.com/projects/1844752097/aether-game-engine-open-source-linux-android-windo and downloadable to use here http://www.midnightfragfest.com/aether
| Linux/Windows | http://www.midnightfragfest.com/wp-content/plugins/download-monitor/download.php?id=22 |
| Original URL | https://ludumdare.com/compo/ludum-dare-25-warmup/?action=preview&uid=7131 |
Feedback
馃帳 Raptor85
12. Dec 2012 路 07:30 UTC
if you're on windows and use a radeon card and it's throwing the shader compile error (viewable in the app-data logs folder) use the patched .dll here, the patch will be put into the next engine release http://www.midnightfragfest.com/wp-content/plugins/download-monitor/download.php?id=23
7heSAMA
13. Dec 2012 路 19:50 UTC
All it's doing is shading the top left, bottom left, and bottom right of my screen black, while leaving the top right black, and playing a sound over and over (sometimes the sound changes).
馃帳 Raptor85
14. Dec 2012 路 00:28 UTC
That means that the shaders could not compile, which either means your video card is too old and does not support opengl3.3 or you have a newer card with broken support for shader model 150, in which case you need the patch in the comment above.
EatenAlive3
14. Dec 2012 路 00:31 UTC
I can't get it to load before or after adding the patched .dll.
馃帳 Raptor85
14. Dec 2012 路 02:03 UTC
If anyone is running into any sort of errors, it would help tremendously if you paste up the log file and post the link here, windows puts the log files I believe in the app_data/programname (in this case ld25warmup) folder, though that can change based on your computer's settings.