Love Builder - Automatic .love and Executable Creation
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
I've updated Love Builder. It can now create "new projects" using "project templates". Check out the GitHub repo for the source and the README for more information (especially the "New Projects" section).
Re: Love Builder - Automatic .love and Executable Creation
ok, sorry for messing around, but i have the same problem. i don't have ruby, and the makefile file seems to work just on linux/mac, so i need some help. the copy instruction is now working for me, either. i see that turning worms (you told that it's nogame animation i guess)
so, what must i do now?
so, what must i do now?
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
As I said earlier, make sure you're not doing something like this:
Notice how you're merging an the .love file with the executable and spitting it back out with an executable of the same name. This causes problems for me. If you're doing something like that, try this:
Then rename temp.exe to game.exe.
Code: Select all
copy /b game.exe+game.love game.exe
Code: Select all
copy /b game.exe+game.love temp.exe
The Makefile doesn't do merged executable. And my Windows version of the Ruby script only covers over the command in the wiki.obur wrote:i don't have ruby, and the makefile file seems to work just on linux/mac
Re: Love Builder - Automatic .love and Executable Creation
i hope you're aware that i'm not trying to rename an exe, or trying to add love.exe into some other exe.
what you're saying is irrelevant, actually. because i want to take a love file and an exe file (which is love.exe) and put them together to create an exe file.
let me explain a little more. this is what i want to do:
exe + love = exe
whereas, you're saying:
exe + exe = exe
so, i can't have game.exe + love.exe, so that i can't overwrite or come across a problem like 2 game.exe's or anything like that.
what i'm trying to do is this:
i want to take my love file which is actually a zip file, and create a file to eat my love file and love.exe. i want it to eat these 2 files and form game.exe.right?
what you're saying is irrelevant, actually. because i want to take a love file and an exe file (which is love.exe) and put them together to create an exe file.
let me explain a little more. this is what i want to do:
exe + love = exe
whereas, you're saying:
exe + exe = exe
so, i can't have game.exe + love.exe, so that i can't overwrite or come across a problem like 2 game.exe's or anything like that.
what i'm trying to do is this:
i want to take my love file which is actually a zip file, and create a file to eat my love file and love.exe. i want it to eat these 2 files and form game.exe.right?
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
You mustn't be understanding the command given in the wiki. Notice the form it takes:
Same as what you said:
exe + love = exe
It copies the .love into the .exe file and outputs the second argument.
Code: Select all
copy /b .exe+.love .exe
exe + love = exe
It copies the .love into the .exe file and outputs the second argument.
Re: Love Builder - Automatic .love and Executable Creation
yeah, i know. i'm not that much noob. whatever. it's not happening. i don't know what's wrong, but it's not happening.
thanks anyway.
thanks anyway.
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
Why did you say...obur wrote:yeah, i know. i'm not that much noob.
Anyway, nevermind. I'll have to test it sometime on a Windows machine.obur wrote:whereas, you're saying:
exe + exe = exe
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
BlackBulletIV is right though, but anyway, as I told you I probably broke fused games.
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: Love Builder - Automatic .love and Executable Creation
I must of missed that. Can it be fixed?
Re: Love Builder - Automatic .love and Executable Creation
i wrote that noob equation to make things more simple, that's all.
thank you for your help. i guess i'll have to wait for some time. take care
thank you for your help. i guess i'll have to wait for some time. take care
Who is online
Users browsing this forum: No registered users and 0 guests