Posted: Thu Jun 21, 2012 1:37 am
You know, you can see contents of LOVE .exe's? Right?Jasoco wrote:Is this Windows only? There are EXE files in here! That's so disappointing. I was hoping to try it on OS X because I could never get that Volleyball game to work at all and wanted something simpler to dissect. (Because I still don't understand how networking works!)
None of the EXE's are archives. At least according to my Unarchiver application. The initial ZIP file has the following in it...Davidobot wrote:You know, you can see contents of LOVE .exe's? Right?Jasoco wrote:Is this Windows only? There are EXE files in here! That's so disappointing. I was hoping to try it on OS X because I could never get that Volleyball game to work at all and wanted something simpler to dissect. (Because I still don't understand how networking works!)
Code: Select all
au3 sauce
Pong.au3
Pongserver.au3
conf.lua
data
ball.png
bar.png
DevIL.dll
engine.exe
main.lua
OpenAL32.dll
Pong.exe
PongServer.exe
SDL.dll
Code: Select all
start "" "C:\' & OSV() & '\LOVE\love.exe" .'
Well, on Windows, you can open up LOVE .exes as archives.Jasoco wrote:None of the EXE's are archives. At least according to my Unarchiver application. The initial ZIP file has the following in it...Davidobot wrote:You know, you can see contents of LOVE .exe's? Right?Jasoco wrote:Is this Windows only? There are EXE files in here! That's so disappointing. I was hoping to try it on OS X because I could never get that Volleyball game to work at all and wanted something simpler to dissect. (Because I still don't understand how networking works!)The EXE files aren't archives and they obviously only run on Windows. There are LUA files in there but are they standalone? Can they be run by themselves? What does Pong.exe and Pongserver.exe do that the normal .lua files don't? Obviously the DLL's belong to ENGINE.exe which I assume is Löve itself.Code: Select all
au3 sauce Pong.au3 Pongserver.au3 conf.lua data ball.png bar.png DevIL.dll engine.exe main.lua OpenAL32.dll Pong.exe PongServer.exe SDL.dll
The problem is that there is no documentation for non-Windows users about how to use this because there's so many unneeded files in there that only Windows users will need. Does this game need the EXE's? Why did they need to be included if not? Could this have just been uploaded as a .love file or two instead?
Just trying to help actually.
Well but you know, your initial comment was hasty. It's only need to look to this screenshot to understand that something with that UI the server hardly could be a LOVE file even that "compiled" in EXE. Also romanianmiam already wrote then that the server was coded in Autoit.Davidobot wrote: You know, you can see contents of LOVE .exe's? Right?
Well, on Windows, you can open up LOVE .exes as archives.