Search found 930 matches

by Karai17
Fri Jun 07, 2013 7:30 am
Forum: General
Topic: Newbie Questions?
Replies: 8
Views: 4439

Re: Newbie Questions?

Love is a 2D engine, so it can basically do anything you'd want if you're wanting to make a 2D game. It is not in a "stable" state, so you can expect some bugs. That being said, it is actually quite sturdy and capable. If you're looking to make a 2D turn-based strategy, then I'd say go for...
by Karai17
Fri Jun 07, 2013 7:18 am
Forum: General
Topic: Object systems or LÖVE should have one
Replies: 29
Views: 13476

Re: Object systems or LÖVE should have one

tl;dr use hump.class and get over it.
by Karai17
Fri Jun 07, 2013 4:59 am
Forum: Libraries and Tools
Topic: Whisper
Replies: 41
Views: 16017

Re: Whisper

You can create a command-only server without an actual love window, but I don't think you can do any input to it.

https://github.com/karai17/love-und-pan ... r/conf.lua
https://github.com/karai17/love-und-pan ... r/main.lua
by Karai17
Wed Jun 05, 2013 9:58 pm
Forum: Libraries and Tools
Topic: Whisper
Replies: 41
Views: 16017

Re: Whisper

I submitted my suggestions as issues on both the client and server, though I don't know how to label them as suggestions :x
by Karai17
Wed Jun 05, 2013 7:32 pm
Forum: Libraries and Tools
Topic: Whisper
Replies: 41
Views: 16017

Re: Whisper

This is a terrific thing :) As for server listing: Have an option (on by default) for whisper servers to communicate with a listing server that it is online and public. Allow this to be disabled for private servers. On the client side, have it query the listing server for a master list of public ser...
by Karai17
Wed May 22, 2013 6:20 pm
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177574

Re: Advanced Tiled Loader - Updated to 0.12.1!

That would probably be one of the better ways to go about it.
by Karai17
Wed May 22, 2013 6:07 pm
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177574

Re: Advanced Tiled Loader - Updated to 0.12.1!

I don't think there is an "easy" way, but I may be wrong. What are you trying to do, specifically?
by Karai17
Tue May 21, 2013 3:51 am
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177574

Re: Advanced Tiled Loader - Updated to 0.12.1!

Same place. read the "Quick Example" for a brief rundown. Also, check out some of the examples, and even read through this thread.
by Karai17
Tue May 21, 2013 3:41 am
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177574

Re: Advanced Tiled Loader - Updated to 0.12.1!

ColourTheory wrote:What happened to it, I can't download it?
https://github.com/Kadoba/Advanced-Tiled-Loader
by Karai17
Sat May 18, 2013 3:12 am
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177574

Re: Advanced Tiled Loader - Updated to 0.12.1!

Hey Kadoba, I'm trying to load a map using ATL and I am having some weird trouble. The tileset I am using is 512x512, 16px tiles with 0 offset and 1px spacing. This creates 30 tiles per row. The data in the tmx file is totally fine, I've cross referenced it with an older project that works. The prob...