Search found 73 matches

by Pospos
Sun Jul 30, 2017 6:17 pm
Forum: Support and Development
Topic: Use require function.
Replies: 6
Views: 6741

Use require function.

i want to use require function in my game, but this don't work, i want to know why. this creates a blank black screen and nothing else main.lua function love.load() require("color") menu = false end function love.update(dt) if menu == false then require("player") end end function...
by Pospos
Sun Jul 30, 2017 4:30 pm
Forum: Libraries and Tools
Topic: Hi, I'am a 2D Graphic Design Artist (Cartoon) for hire ($14/hour)
Replies: 23
Views: 24041

Re: Hi, I'am a 2D Graphic Design Artist (Cartoon) for hire ($14/hour)

Maybe you should make a thread named self promotion.
That would be useful to some people that need to hire of be hired.
by Pospos
Sun Jul 30, 2017 3:48 pm
Forum: Games and Creations
Topic: My little stupid game
Replies: 2
Views: 3068

Re: My little stupid game

Thank you for your reply :) That's nice to get a constructive opinion. I'm not very experienced in coding, i started only for 9 months. I discovered coding long time ago, but i wasn't very interested by then. That's mainly why my code is very messy and i didn't commented it. The problem is that i do...
by Pospos
Sat Jul 22, 2017 7:42 pm
Forum: Games and Creations
Topic: My little stupid game
Replies: 2
Views: 3068

My little stupid game

My little stupid game is named Salaz. It's based on one of my fakemons in my deviantart http://agrzam.deviantart.com/art/Salaz-and-Salamare-686041393 i took a gulpin sprite(all rights to game freaks obviously) a background and that's it, i made this game, in one week, to learn love lua. Obiously thi...
by Pospos
Fri Jul 21, 2017 6:59 pm
Forum: Games and Creations
Topic: Spellrazor (Free strategy-sh'mup-hacking) 0.9.10 is out
Replies: 74
Views: 50610

Re: Spellrazor (Free strategy-sh'mup-hacking) 0.9.10 is out

that's so good.
I love the plot, it's so intresting and original.
It's nothing like an horror game i've seen before. and i also love the graphics.
by Pospos
Fri Jul 21, 2017 5:49 pm
Forum: Games and Creations
Topic: I made a twitter bot that posts images rendered in LOVE
Replies: 5
Views: 7703

Re: I made a twitter bot that posts images rendered in LOVE

omg how did you did it.
I would love to try making this sort of software experiments.
by Pospos
Tue Jun 20, 2017 7:40 pm
Forum: General
Topic: Very slow character
Replies: 13
Views: 9873

Re: Very slow character

i've fixed it.
You can mark this post done.
by Pospos
Tue Jun 20, 2017 6:59 pm
Forum: General
Topic: Very slow character
Replies: 13
Views: 9873

Re: Very slow character

Are you sure this is the only way to lower dt?
Beacause this bool set to true or false it's the same thing.
by Pospos
Tue Jun 20, 2017 1:29 pm
Forum: General
Topic: Very slow character
Replies: 13
Views: 9873

Re: Very slow character

i set the player.speed to 100 but that's still very laggy though.
The character looks disgustingly laggy, it looks like it 3 fps.
Do you have another solution? :roll:
is it possible to set a smaller delta time to, like, 0.01 sec, this way, the character will still look decent.?