You are browsing as a guest. Sign up (or log in) to start making projects!

Loved

  • 2 Devlogs
  • 4 Total hours

Loved is a build system for Love2D written in python that allows you to build for all platforms! windows, linux, mac, toaster (coming soon maybe), lovely has it all!

Open comments for this post

1h 47m 49s logged

WE DID IT!!! - WINDOWS BUILDING WORKS!

super quick summery:

  • I added the –Name (or -n) option to specify a game name!
  • I made windows building work (Duh)

How windows building works:

in a nutshell you essentially just need to zip the entire game directory with main.lua and friends into a game.love file. then you just copy paste it onto the love.exe file present in the zip downloads of love2D for windows and zip the whole thing up into a game!

ofc tho other things needed to be done like:

  • figuring out where to download the love2d version from and also extracting it
  • setting up the build environment
  • staying sane

it works tho! maybe you could test it and then tell me why it broke because we all know it only works on my machine :)

0
0
3
Open comments for this post

1h 53m 51s logged

Made a basic game.love build system!

the python script can copy your game dir, zip it, and then rename it to make a game.love file!

also:

  • we now have 3 arguments!
    • -h, or –help (duh)
    • -b, or –build to signal the build target
    • -o or –output for signaling the output dir (like build/)
0
0
2

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…