Search found 9 matches
- Thu Apr 19, 2012 12:20 am
- Forum: General
- Topic: Windows Auto zip batch
- Replies: 7
- Views: 5651
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...
- Wed Apr 18, 2012 5:35 pm
- Forum: General
- Topic: Windows Auto zip batch
- Replies: 7
- Views: 5651
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.
- Wed Apr 18, 2012 2:44 am
- Forum: General
- Topic: Windows Auto zip batch
- Replies: 7
- Views: 5651
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 ...
- Wed Apr 18, 2012 2:01 am
- Forum: General
- Topic: Windows Auto zip batch
- Replies: 7
- Views: 5651
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% ...
- Sun Sep 19, 2010 8:05 pm
- Forum: General
- Topic: Windows .bat help
- Replies: 2
- Views: 1889
Re: Windows .bat help
arg! Alright thanks for your help.
I appreciate it.
I appreciate it.
- Sun Sep 19, 2010 12:04 am
- Forum: General
- Topic: Sunny the Happy Sunflower - Season 1 complete!
- Replies: 42
- Views: 18317
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.
In all seriousness though, Good job.
- Sat Sep 18, 2010 10:59 pm
- Forum: General
- Topic: Windows .bat help
- Replies: 2
- Views: 1889
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...
- Fri Mar 12, 2010 11:45 pm
- Forum: Support and Development
- Topic: Best 2d game dev practice
- Replies: 3
- Views: 2276
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...
- Thu Mar 11, 2010 10:24 pm
- Forum: Support and Development
- Topic: Best 2d game dev practice
- Replies: 3
- Views: 2276
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...