The following warnings occurred:
Warning [2] Undefined array key "fragment" - Line: 1492 - File: inc/class_parser.php PHP 8.0.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1492 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "query" - Line: 1503 - File: inc/class_parser.php PHP 8.0.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1503 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key 1 - Line: 1508 - File: inc/class_parser.php PHP 8.0.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1508 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key 0 - Line: 1585 - File: inc/class_parser.php PHP 8.0.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1585 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "v" - Line: 1589 - File: inc/class_parser.php PHP 8.0.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1589 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



NaaLaa Forum
Zombie Tumult (GLOOM game) - Printable Version

+- NaaLaa Forum (http://www.naalaa.com/community)
+-- Forum: NaaLaa (http://www.naalaa.com/community/forumdisplay.php?fid=1)
+--- Forum: Showcase (http://www.naalaa.com/community/forumdisplay.php?fid=4)
+--- Thread: Zombie Tumult (GLOOM game) (/showthread.php?tid=140)



Zombie Tumult (GLOOM game) - Marcus - 03-24-2019

I can't remember if I ever posted this (attached) half-finished game on the old forum. I made it while writing the GLOOM library. Here's a video of it:




I just tried it on my new computer and noticed that the mouse control was terrible. It seems that the set mouse <x>, <y> still has some issues. I tried to fix it within the game by waiting for 16ms after making the call, but if you're having trouble using the mouse controls you can play it with keyboard only too (click on How to play in the main menu).


RE: Zombie Tumult (GLOOM game) - Marcus - 03-24-2019

Oh, I just spotted what's causing the problems with the set mouse <x>, <y> command on Windows. I'll actually upload a new version, because that's been annoying me for a long time.