Hello!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
Sapidum
Prole
Posts: 1
Joined: Mon Apr 15, 2013 10:43 am

Hello!

Post by Sapidum »

Hello! I just joined the Love2D forums. (because it seems such a friendly and helpful place) :nyu:
Expect fun games with my fingerprints on them (literally or not) to be made soon!

Also, I made a nice .love/.zip file converter - probably not the first one -, and it's free! FREE THINGS ARE ALWAYS WELCOMED, ESPECIALLY WHEN THEY COST NOTHING!

Copy this code into a text editor and save it as "themostawesomedotziptodotlove&viceversafileconverter.bat" (or whatever you like, but make sure its extension is .bat, or else it may explode)
To convert a .love file to a .zip folder (and vice versa), drag & drop it on the .bat file you just created.

Code: Select all

IF EXIST "%~dpn1.love" (
 ren "%~dpn1.love"  *.zip
) else (
IF EXIST "%~dpn1.zip" (
 ren "%~dpn1.zip"  *.love
))
I hope you like it, see you around!

P.S. I apologize for any grammar mistakes. English is not my native language.
Germanunkol
Party member
Posts: 712
Joined: Fri Jun 22, 2012 4:54 pm
Contact:

Re: Hello!

Post by Germanunkol »

That's pretty cool!
When I first read it I thought something like "why... it's such a simple thing anyways! Why make a script for this?"
But then I saw the drag-and-drop support and that makes this little piece of code real handy and nice :). Thanks for sharing!
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests