Search found 37 matches

by kingomar
Fri May 09, 2014 2:59 pm
Forum: Games and Creations
Topic: Chemical Me
Replies: 3
Views: 3104

Re: Chemical Me

Thanks! i appreciate it!
by kingomar
Tue May 06, 2014 6:29 pm
Forum: General
Topic: How to make a game Popular?
Replies: 6
Views: 2811

Re: How to make a game Popular?

Sorry i didn't mean on this website to be exact, i meant to make the game worldwide popular, what's the best way to market a game?
by kingomar
Tue May 06, 2014 6:11 pm
Forum: General
Topic: How to make a game Popular?
Replies: 6
Views: 2811

How to make a game Popular?

Hello everyone, i recently published my first own game http://love2d.org/forums/viewtopic.php?f=5&t=77914 , but didn't get the bills and whistles i was expecting for, so im asking : What's the best way to market my game? I'm participating in a computer competition project and i need to get Likes...
by kingomar
Mon May 05, 2014 8:19 pm
Forum: Games and Creations
Topic: Chemical Me
Replies: 3
Views: 3104

Chemical Me

Hello Everyone! i would like to present you Love2d new born, "Chemical Me". After a lot of hard work and Speculation http://love2d.org/forums/viewtopic.php?f=3&t=77483 , we were able to create the game we wanted to create from the first place and even better thanks to this amazing engi...
by kingomar
Sat Apr 26, 2014 4:13 pm
Forum: Support and Development
Topic: How to save values in Love2d?
Replies: 6
Views: 5477

How to save values in Love2d?

Hello everyone! i would like to use love.filesystem for one prupose and that is to know the values of certain variables as In:
Medium-Unlocked = false

So how can i write to the file system? and how can i make one, read one, and know the values from the file? Thanks!
by kingomar
Fri Apr 25, 2014 4:24 pm
Forum: Support and Development
Topic: Shader to colorize an image to red and yellow
Replies: 3
Views: 2707

Re: Shader to colorize an image to red and yellow

I want to make the image displayed Yellow. not making the whole background yellow... How can i tween( using tween library ) the values? Thanks
by kingomar
Fri Apr 25, 2014 12:42 pm
Forum: Support and Development
Topic: Shader to colorize an image to red and yellow
Replies: 3
Views: 2707

Shader to colorize an image to red and yellow

Hello Everyone! I'm looking to change the image color to give it a Yellow accent or red accent.. i can easily implement an image and replace the background but i want to do so with an Animation. like slowly transform the colors to yellow and red.. What's the shader i need? and can use tween to slowl...
by kingomar
Tue Apr 22, 2014 3:11 pm
Forum: Support and Development
Topic: removing images
Replies: 15
Views: 12660

Re: removing images

What if the images are stored in a table, how can i clear the table and free the memory?
by kingomar
Tue Apr 22, 2014 10:45 am
Forum: Support and Development
Topic: Serious Memory Issues while loading Images
Replies: 10
Views: 9446

Re: Serious Memory Issues while loading Images

I used loader library and it works like a charm.. But still got the same Memory usage... However i was wondering.. If i destroy the tables where my images are contained.. Will the high usage of memory will still occur? Thanks
by kingomar
Mon Apr 21, 2014 6:37 am
Forum: Support and Development
Topic: Serious Memory Issues while loading Images
Replies: 10
Views: 9446

Re: Serious Memory Issues while loading Images

Is the library loader is a nice solution?
Or can i require a .lua file when needed?? like when i need to access the GameState where it requires these images to be loaded..