Search found 128 matches

by Darlex
Sat May 04, 2019 3:34 pm
Forum: Support and Development
Topic: Is it possible to load a game at certain points
Replies: 10
Views: 5800

Re: Is it possible to load a game at certain points

Hi. I just wanted to know if there is a way to make states of a pre existing game so I could load certain menus without going through others. I want to make a modification of Sharp Objects Panel-Attack: https://github.com/sharpobject/panel-attack&sa=U&ved=2ahUKEwjihZr8x_ThAhVrrVQKHeZ5B1sQFj...
by Darlex
Sat May 04, 2019 3:25 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 272315

Re: Slab - An Immediate Mode GUI Library In Lua


I just found a weird graphical glitch that makes the cursor image change constantly
sadly my recording program just records in 30 fps and the glitch is in 60 fps. (But if you pay attention you can see the cursor contantly changing the state)
by Darlex
Sat May 04, 2019 3:23 pm
Forum: Support and Development
Topic: [SOLVED] License
Replies: 7
Views: 3571

Re: License

LOVE uses a lot of libraries with their own licenses, it's all in the license.txt file. You should also include your own license, for the game itself. That would normally be some sort of copyright EULA but I encourage you to use a permissive license, as you're not to gain (or lose) anything from do...
by Darlex
Sat May 04, 2019 6:24 am
Forum: Support and Development
Topic: [SOLVED] License
Replies: 7
Views: 3571

Re: License

You simply copy the license.txt file into your game main folder, optionally you display this file during installation. Alternatively, you can display this file in-game in menu. Your game itself might have proprietary license but I suggest you distribute it under MIT. ARRIBA EL OPEN-SOURCE! But.. My...
by Darlex
Fri May 03, 2019 6:58 pm
Forum: Support and Development
Topic: Collision problem in my code [SOLVED]
Replies: 5
Views: 5128

Re: Collision problem in my code

test wrote: Sat Apr 27, 2019 2:07 pm im so sorry. how can i remove my thread
Dont delete it! We are here to help you. But you need to give us more information.
To edit a post; press the pen button at the superior right corner.

But if you want to delete it just press the "X" one
by Darlex
Fri May 03, 2019 6:57 pm
Forum: Support and Development
Topic: [SOLVED] License
Replies: 7
Views: 3571

[SOLVED] License

I read something about putting the love license in the project main folder.
Can somebody give me a link or something to know what to do before publishing?
by Darlex
Fri May 03, 2019 6:50 pm
Forum: Games and Creations
Topic: is it possible to make a rpg like Mother?
Replies: 12
Views: 18925

Re: is it possible to make a rpg like Mother?

milon wrote: Fri May 03, 2019 6:18 pm Very cool! Best of luck to you, and keep us informed of how it's going!
Thanks!
by Darlex
Fri May 03, 2019 1:06 am
Forum: General
Topic: Performance - what are your standards?
Replies: 15
Views: 29228

Re: Performance - what are your standards?

So by that I mean how well does your game have to run (in terms of FPS) so you consider it stable enough to release? Do you test on real hardware or on VMs? I personally develop on an Fujitsu Lifebook 8410[1], running Linux with just the MESA drivers, but I barely test on Windows and Mac OS, since ...
by Darlex
Thu May 02, 2019 11:53 pm
Forum: Games and Creations
Topic: is it possible to make a rpg like Mother?
Replies: 12
Views: 18925

Re: is it possible to make a rpg like Mother?

Im actually doing that and releasing a game engine like gamemaker with rpg functionality Out of curiosity, how will your engine be different or better than gamemaker/rpgmaker/etc? I've seen a lot of engines - why create another? Not sarcasm or snarkiness here - I'm actually curious! ;) 1. Is free (...