djboy
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 794 |
|
|
| 19 Jan 2015 12:54 AM |
| This is a question to those who create games outside of roblox. I recently came across love2d and i wanted to start making games off of that with lua. The problem is with sublime text 3 i need a package to build the game. It never builds it and i got a step closer and got the game to build in the processors but it never showed up on my windows tab for me to test. Any help? i understand if no one knows what im talking about. |
|
|
| Report Abuse |
|
|
BowtieMod
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 804 |
|
|
| 19 Jan 2015 12:56 AM |
You don't need to build LOVE apps, right?
If you wanted to package them into .exes or something there are instructions on the LOVE wiki |
|
|
| Report Abuse |
|
|
djboy
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 794 |
|
|
| 19 Jan 2015 12:58 AM |
| Well, when you press the CTRL + B it supose to build for you to test it. Iv been trying to build it and it has not been working. when i set my build's to Love |
|
|
| Report Abuse |
|
|
djboy
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 794 |
|
| |
|
|
| 19 Jan 2015 11:30 AM |
| If you're on Windows, I suggest you give up. Doing this for Windows is a pain. I did figure out how to do it pretty easy though, if you want to know. |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2015 11:45 AM |
just drag your project folder onto love
⬡ |
|
|
| Report Abuse |
|
|
RA2lover
|
  |
| Joined: 09 Nov 2008 |
| Total Posts: 1254 |
|
|
| 19 Jan 2015 11:51 AM |
| tried to build a love project once. made builds for it run on the most ridiculous way possible - i've basically messed around the registry so i could open .zip files with love, then built projects by dragging their files on said .zip file(winrar added the files to the archive, overwriting older versions) and then i ran that .zip file with love. |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2015 01:06 PM |
If you are trying to access Love2D through Command Prompt, that is what I am talking about. I was having problems accessing Python through the command prompt, and I found out it is easier to put a batch file in %Sys32% named "python.bat" containing the program @C:\Python27\python.exe %* |
|
|
| Report Abuse |
|
|
k9rosie
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 14339 |
|
|
| 19 Jan 2015 01:55 PM |
| Make sure the love exe is in your PATH. |
|
|
| Report Abuse |
|
|
djboy
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 794 |
|
|
| 19 Jan 2015 03:29 PM |
| Yes the love folder is my path and + if i ran it as a .love file i wont be able to see output. i need to be able to build it in the sublime. |
|
|
| Report Abuse |
|
|