Search found 712 matches

by Germanunkol
Thu Feb 14, 2013 6:22 pm
Forum: Games and Creations
Topic: Camp Keepalive (demo)
Replies: 7
Views: 4551

Re: Camp Keepalive (demo)

Hi, Got the mac version to run on linux as well (just double-clicked the .love) No errors here, it all ran fine! At the beginning, when it said to click in the main menu, I clicked and it registered it as a button-click so it took me straight into the game. Other than that, looks very polished - wel...
by Germanunkol
Thu Feb 14, 2013 6:05 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Added. I made it a mixture of hard-coded resolutions and the resolutions that getModes() returns. I am not adding fullscreen, because the game is usually played with a text editor opened on the side... so I don't think that would make sense. Will be in the next update... I don't think this small cha...
by Germanunkol
Thu Feb 14, 2013 1:04 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Thanks again for the kind words!

I did not know about love.graphics.getModes. Will implement this - awesome idea, thanks! And thanks a lot for the code as well :D
by Germanunkol
Thu Feb 14, 2013 11:20 am
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

That's weird.. I got this error during the rendering of the live map But it seems to work now.. edit : still buggy I restarted the server - does it work now? I believe it has to do with a synchronization problem. It's a known bug, but I could not recreate it so far - I only had it happen to me once...
by Germanunkol
Wed Feb 13, 2013 9:59 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Update: Can now be played by simply double-clicking! AI folder has been moved to Savedir. Should run on windows as well (though I'd love to have some confirmation on that still. https://love2d.org/forums/download/file.php?id=6931 Rough Changelog: Moved AI folder to the save directory. This should be...
by Germanunkol
Tue Feb 12, 2013 3:07 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

There is a Documentation.html in the .zip file (or a Documentation.md, if you prefer). Or check it out on github: https://github.com/Germanunkol/trAInsported/blob/master/Documentation.md (prettier formatting). I have edited the source code also (the "args" problem happened in multiple file...
by Germanunkol
Tue Feb 12, 2013 1:38 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Thanks a lot for the fix! Will implement this ASAP - Yes, it has been reported but I did not experience the error myself, so I had no idea where it came from. Does it work on your machine when you changed it? Also, thanks a lot for the nice words :D I was actually going to work on the graphics some ...
by Germanunkol
Tue Feb 12, 2013 1:23 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

That is weird. I use imageData:encode to save the image. Could you check if the trAInsported folder is created in the save dir? Should be: C:\Users\user\AppData\Roaming\LOVE\trAInsported or %appdata%\LOVE\trAInsported Is there anything in that folder after starting the game? Cause that's where all t...
by Germanunkol
Tue Feb 12, 2013 9:06 am
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Yay, Ochros submitted his first ai. Watch it beat my ai by using the host option...
by Germanunkol
Mon Feb 11, 2013 10:00 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117707

Re: trAInsported: Alpha testers needed

Here's how it should work on windows: - Download the file in the first folder. Extract the .zip - Download the second file I posted, a few posts back, replace the .love with this new one - open a console, use "cd" to get into the directory where the .love file is. Example: E: cd E:\Downloa...