Search found 6 matches

by lelSkrub
Mon Jan 12, 2015 11:57 pm
Forum: Support and Development
Topic: "Killcam" like feature?
Replies: 6
Views: 3702

Re: "Killcam" like feature?

Thanks. Lol maybe it is a little advance for me to try atm.

And sorry about the youtube video! that was one of my first posts, I am still learning the etiquitte
by lelSkrub
Fri Jan 09, 2015 7:28 pm
Forum: Support and Development
Topic: love.math.random() causes a crash while profiling
Replies: 1
Views: 1959

Re: love.math.random() causes a crash while profiling

try just using math.random(max value)
Edit: Just read your edit xD
by lelSkrub
Fri Jan 09, 2015 6:53 pm
Forum: Support and Development
Topic: :Move To Error?
Replies: 1
Views: 2046

Re: :Move To Error?

Fixed it myself xD

Code: Select all

mouse:MoveTo()
by lelSkrub
Fri Jan 09, 2015 6:48 pm
Forum: Support and Development
Topic: "Killcam" like feature?
Replies: 6
Views: 3702

"Killcam" like feature?

Hi, i was wondering if replaying the death of a player about 1 second before was possible at all?
Basically Like this xD [youtube]https://www.youtube.com/watch?v=4EV2Xf1ws0w[/youtube]
by lelSkrub
Fri Jan 09, 2015 5:43 pm
Forum: Support and Development
Topic: Would A Classic Doom Inspired Game Work In LOVE2D?
Replies: 53
Views: 28535

Re: Would A Classic Doom Inspired Game Work In LOVE2D?

have not tried it yet, but this could be useful
viewtopic.php?f=5&t=11307
by lelSkrub
Fri Jan 09, 2015 5:41 pm
Forum: Support and Development
Topic: :Move To Error?
Replies: 1
Views: 2046

:Move To Error?

Hi! I'm having a problem with my game When i run my game, it gives me the error on this line mouse:setPosition(love.mouse.getPosition()) mouse is a [wiki]HardonCollider [/wiki] circle hitbox for the mouse my main.lua (warning, very messy code xD ) HC = require 'hardoncollider' local text = {} functi...