Search found 9 matches

by akira
Thu Apr 19, 2012 12:20 am
Forum: General
Topic: Windows Auto zip batch
Replies: 7
Views: 5419

Re: Windows Auto zip batch

But it does all this extra work! The net effect of the two are exactly the same (provided you're not doing something weird like depending on the case insensitivity of NTFS). If it didn't delete the .love at the end, it would be useful to test a game right before distributing the .love. so you remov...
by akira
Wed Apr 18, 2012 5:35 pm
Forum: General
Topic: Windows Auto zip batch
Replies: 7
Views: 5419

Re: Windows Auto zip batch

This is true, but the batch file is more of a tool for auto zipping, renaming then running, and finally deleting when your done testing. Its a tool for lazy people. :D
by akira
Wed Apr 18, 2012 2:44 am
Forum: General
Topic: Windows Auto zip batch
Replies: 7
Views: 5419

Re: Windows Auto zip batch

This is useful for creating a .love file for distributing on the forums or wherever, but I hope you know you can drag the folder containing main.lua onto the LÖVE executable (or onto a shortcut to it) and it will run your game. :) No I didn't know that. But my games folder and my love installation ...
by akira
Wed Apr 18, 2012 2:01 am
Forum: General
Topic: Windows Auto zip batch
Replies: 7
Views: 5419

Windows Auto zip batch

So one day I was annoyed because of manually zipping and and running the compiled file so i decided to make this handy little batch file to do it for me. Because I am a lazy prick. @REM ------- BEGIN build.bat ---------------- @setlocal @echo off set path="C:\Program Files\WinRAR\";%path% ...
by akira
Sun Sep 19, 2010 8:05 pm
Forum: General
Topic: Windows .bat help
Replies: 2
Views: 1803

Re: Windows .bat help

arg! Alright thanks for your help.
I appreciate it.
by akira
Sun Sep 19, 2010 12:04 am
Forum: General
Topic: Sunny the Happy Sunflower - Season 1 complete!
Replies: 42
Views: 16552

Re: Sunny the Happy Sunflower

OMG! is the most happiest flower ever. I think i can hear a game franchise coming along.



In all seriousness though, Good job.
by akira
Sat Sep 18, 2010 10:59 pm
Forum: General
Topic: Windows .bat help
Replies: 2
Views: 1803

Windows .bat help

I'm looking for help related to something not so lovish. i made two .bat( and a third for game testing ). I'm actually looking for help on making them better because at this time the relove+rezip.bat is having an issue were it zips dir/+contents but i want it to only zips the contents of said dir. u...
by akira
Fri Mar 12, 2010 11:45 pm
Forum: Support and Development
Topic: Best 2d game dev practice
Replies: 3
Views: 2152

Re: Best 2d game dev practice

Short answer - it depents. Mostly on how much experience you have! Have you done any game programming before? Also the familiarity you have with the tools you will be using (which by the way you didn't mention... you just said the ones you would not use, if I understood correctly). For designing ma...
by akira
Thu Mar 11, 2010 10:24 pm
Forum: Support and Development
Topic: Best 2d game dev practice
Replies: 3
Views: 2152

Best 2d game dev practice

I'm in the process of building a sort of 2d game base, in the same graphics style as that of Rpg maker VX however not in ruby, and not pre compiled. I;m having issues in the dev, part of it, more with map creation/management and map swapping, I would like opinions on the best practice for making som...