Page 1 of 1

about run love by nopad

Posted: Thu Sep 14, 2017 6:01 am
by 2dmk
I used nopad txte editor to run love but error.
It don't show "Hello World!".
And I also changed 'path' in enviroment.
Thanks.

Re: about run love by nopad

Posted: Thu Sep 14, 2017 6:58 am
by Sir_Silver
What have you done to try to run your love game? Did you just double click the love.exe? Have you tried dragging the folder containing your main.lua file onto the love.exe?

https://love2d.org/wiki/Getting_Started

Re: about run love by nopad

Posted: Fri Sep 15, 2017 1:01 am
by 2dmk
Thanks Sir_Silver.
I just click 'run' button on nopad.

Re: about run love by nopad

Posted: Fri Sep 15, 2017 1:37 am
by 2dmk
Thanks.I get it by ZeroBraneStudioEduPack just ago.
But I also want know how to use nopad to create love2d?

Re: about run love by nopad

Posted: Fri Sep 15, 2017 6:28 am
by zorg
"notepad", in this case, "notepad++".
Also please don't open new threads for the same issue.

Re: about run love by nopad

Posted: Sat Sep 16, 2017 1:42 am
by 2dmk
Thanks a lot.

Re: about run love by nopad

Posted: Tue Nov 21, 2017 3:34 am
by HDPLocust
Goto notepad++ settings directory (on appdata or folder with notepad++.exe), and add shortcut to shortcuts.xml, something like this:

Code: Select all

    ...
    <UserDefinedCommands> <-- into this block -->
        ...
        <Command name="LOVE2d" Ctrl="no" Alt="yes" Shift="no" Key="112">c:\love\love.exe $(CURRENT_DIRECTORY)</Command>
    </UserDefinedCommands>
This creates shortcut for running current directory in love2d by "alt + f1".