Search found 7 matches
- Tue Dec 29, 2015 1:56 am
- Forum: General
- Topic: Notepad++ 0.10.0 Auto-Completion
- Replies: 2
- Views: 1857
Re: Notepad++ 0.10.0 Auto-Completion
No, I didn't! That would that probably be a better idea . But this wasn't too bad, I had done most of the hard work a couple of years ago.
- Mon Dec 28, 2015 7:48 pm
- Forum: General
- Topic: Notepad++ 0.10.0 Auto-Completion
- Replies: 2
- Views: 1857
Notepad++ 0.10.0 Auto-Completion
Hello, sheepman here. I've updated the auto-complete file that I posted a while back. This doesn't have the lua autocomplete that raguna259 made, but you can download it here and just copy and paste the top part to the top of this file. lua.xml As always, I made this in kind of a hurry, so it probab...
- Mon Feb 03, 2014 12:20 pm
- Forum: Support and Development
- Topic: Can't create fused game with 0.9.0
- Replies: 2
- Views: 1871
Re: Can't create fused game with 0.9.0
I made a batch script that compresses with 7zip, I think that I just missed a step so it compressed using the default format. After I specified .zip in the batch script and made the game, it worked. Thanks for pointing that out!
- Mon Feb 03, 2014 4:39 am
- Forum: Support and Development
- Topic: Can't create fused game with 0.9.0
- Replies: 2
- Views: 1871
Can't create fused game with 0.9.0
Hi! I have been trying to create a .exe of my level editor but every time I try to make a fused game and I open that game, love gives me the "no game" screen. I'm sure I packaged everything correctly and I've tried most things please help!
- Sheepman
- Sheepman
- Fri Jan 24, 2014 11:22 pm
- Forum: General
- Topic: Arcade style score function
- Replies: 7
- Views: 4659
Re: Arcade style score function
I didn't know you could do that with string.format! I feel stupid...
Edit: Next time I need to do something similar to this, I will just play around with string.format.
Edit: Next time I need to do something similar to this, I will just play around with string.format.
- Fri Jan 24, 2014 6:40 pm
- Forum: General
- Topic: Arcade style score function
- Replies: 7
- Views: 4659
Arcade style score function
Hello! I have here a function that formats scores from this: 3459 to this: 0003459 To use just add this code: whateveriwanttocallthefunction = require("score") The function has 2 parameters the total score and how many digits are in the final string. EXAMPLE: score(1456,6) would return the...
- Sat Dec 21, 2013 3:53 am
- Forum: General
- Topic: Notepad++ 0.9.0 Auto-Completion
- Replies: 5
- Views: 3182
Notepad++ 0.9.0 Auto-Completion
This is just an updated version of a previous auto-completion file to support love 0.9.0 in NPP. I finished it recently and haven't tested for any bugs, so if you see one let me know. lua.xml Install Process: Drag the xml file to the Notepad++/plugins/APIs folder. Then in notepad++, go to preference...