Page 1 of 1

Simple Counter-Strike-like console

Posted: Fri Aug 22, 2014 11:20 am
by hamsterready
Hi guys,

I just wanted to share with you my first little module for Love: https://github.com/hamsterready/love-console

It is simple console which appears at the top of the game window and displays logs or whatever you want it to do. It has simple mechanics to grab input from user and (optional) callback to handle it according to your needs (for instance one can use Lua loadstring() to change state of the game for debugging, etc...).

Docs, generic screenshot and demo at github.

Cheers,

Re: Simple Counter-Strike-like console

Posted: Sat Aug 23, 2014 10:35 am
by Doctory
Sweet :nyu:
Gonna use it in my game.

Re: Simple Counter-Strike-like console

Posted: Sat Aug 23, 2014 9:38 pm
by Astro
Looks like it has great potential! Looking forward to see more!

Re: Simple Counter-Strike-like console

Posted: Sun Aug 24, 2014 7:34 am
by Doctory
Image
I had to make some modifications to fit the size of my window, but overall it turned out great!

Re: Simple Counter-Strike-like console

Posted: Mon Aug 25, 2014 8:09 pm
by Cryogenical
just a side note but I'm pretty sure the console in CS is just the Source Console
Used in tf2, CS, gmod, etc

Re: Simple Counter-Strike-like console

Posted: Fri Sep 12, 2014 3:04 pm
by hamsterready
Thanks for comments guys. Pull requests welcome. There is no support for ctrl-shift-alt keys so uppercase is kind of problem.

Cheers,

Re: Simple Counter-Strike-like console

Posted: Tue Sep 30, 2014 2:11 am
by Positive07
hamsterready wrote:Pull requests welcome. There is no support for ctrl-shift-alt keys so uppercase is kind of problem.
Made some haha in hope to fix that

Nice lib