I just finished making a game and I was wondering that how can I make a exe file to distribute my game
I hope you guys will help me
How can I make a exe file to distribute my game ? [Answered]
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
How can I make a exe file to distribute my game ? [Answered]
Last edited by zalander on Thu Jan 26, 2023 5:49 am, edited 1 time in total.
Using LOVE to make everything except games
Code: Select all
astring = "pog"
print(astring)
--pog
Re: How can I make a exe file to distribute my game ?
This is explained in the Löve2D documentation: https://love2d.org/wiki/Game_Distribution
If you want to modify the ".exe" icon and/or change the info of the executable you can use software like Resource Hacker.
Note that you can also do this using love-release which you can install with LuaRocks, there are probably others.
There is also LÖVE Builder on Ivan's site that you can use to do this online.
Now you should know pretty much everything about publishing on Windows
- Compress your game in a ".zip" and rename the ".zip" to ".love".
- Then in a directory put your ".love" and the Löve2D files that you can download here (zipped version, think about the fact that the exe can be 32 or 64 bit) or recover in the directory where Löve2D is installed
- Then run this command in the current folder from a terminal changing "SuperGame" to the name of your ".love" file:
Code: Select all
copy /b love.exe+SuperGame.love SuperGame.exe
If you want to modify the ".exe" icon and/or change the info of the executable you can use software like Resource Hacker.
Note that you can also do this using love-release which you can install with LuaRocks, there are probably others.
There is also LÖVE Builder on Ivan's site that you can use to do this online.
Now you should know pretty much everything about publishing on Windows
Last edited by Bigfoot71 on Wed Jan 25, 2023 6:33 pm, edited 1 time in total.
Re: How can I make a exe file to distribute my game ?
Thanks guys !
I now know how to make a exe file for my games.
I now know how to make a exe file for my games.
Using LOVE to make everything except games
Code: Select all
astring = "pog"
print(astring)
--pog
Who is online
Users browsing this forum: Google [Bot], lenlenlL6, MrFariator and 6 guests