Search found 101 matches

by Chief
Wed Jan 12, 2011 11:25 am
Forum: Support and Development
Topic: information on creating a platform game
Replies: 25
Views: 7311

Re: information on creating a platform game

Hmmm, yeah, another problem I found with dt is if the framerate gets really low (like 1-3 FPS or something) then the physics system goes wild. For example boxes with run over each other, structures will collapse, and all manner of strange happenings. I have experienced that too. I was making a game...
by Chief
Tue Jan 11, 2011 8:56 am
Forum: Games and Creations
Topic: Noah's Ark 0.7.0
Replies: 22
Views: 15699

Re: Noah's Ark 0.7.0

I like it! Easy controls, fancy music and a original style!
by Chief
Sun Jan 09, 2011 11:02 pm
Forum: Support and Development
Topic: Rogue-like shadow casting
Replies: 3
Views: 4004

Rogue-like shadow casting

Could someone explain to me how one would go about doing shadow casting in a rogue-like grid-based game? example: http://www.evilscience.co.uk/wp-content/uploads/2009/07/fov-300x233.png I've managed to recreate the effect with a trace function, where it traces from the light source and goes around 3...
by Chief
Mon Dec 06, 2010 8:04 pm
Forum: General
Topic: LÖVE 0.7.0 Game Slave released
Replies: 53
Views: 58973

Re: LÖVE 0.7.0 Game Slave released

Works like a charm on Windows 7 64-bit, just saying! Pure awesomeness :crazy:

I downloaded the zip file and replaced my old Love folder.
by Chief
Tue Nov 30, 2010 6:12 pm
Forum: Support and Development
Topic: String to... math?
Replies: 10
Views: 2018

Re: String to... math?

This is nice, thank you!

I'm making this little graph program, and i needed to be able to write some math into a text field.
by Chief
Tue Nov 30, 2010 10:00 am
Forum: Support and Development
Topic: String to... math?
Replies: 10
Views: 2018

String to... math?

Hello, i was wondering if there's any easy way to convert a string like "2+2-1" into a number which then will be 3.

I've tried tonumber("2+2-1"), but it doesn't seem to understand the pluses and minuses. :cry:
by Chief
Thu Nov 25, 2010 11:22 pm
Forum: Support and Development
Topic: Help! Unfinished capture in string!
Replies: 3
Views: 2601

Help! Unfinished capture in string!

This...

Code: Select all

string.find( text, "(" )
...just won't work! And i have to find a bracket in this string :cry:

The error is:

Code: Select all

Unfinished capture.
Any suggestions?
by Chief
Fri Nov 12, 2010 1:41 pm
Forum: General
Topic: Just a question, Love3D?
Replies: 25
Views: 4689

Re: Just a question, Love3D?

Using textures might not be possible with löve, because you can't transform a rectangle to be a trapeze - which you would need for perspective rendering. Hard, performance draining and shitty looking... but possible! http://img299.imageshack.us/img299/2829/74726894.png I've ended up with making a o...
by Chief
Sat Oct 09, 2010 6:35 pm
Forum: Support and Development
Topic: Help me with some audio!
Replies: 2
Views: 1131

Re: Help me with some audio!

nevon wrote:
Bartbes on IRC:
yes, it does do something
but only on mono sounds
All i needed to know! :P

Case clooooosed!
by Chief
Sat Oct 09, 2010 6:26 pm
Forum: Support and Development
Topic: Help me with some audio!
Replies: 2
Views: 1131

Help me with some audio!

Could someone explain to me how this function work/ what it is for? Surround? :huh: love.audio.setPosition( x, y, z ) I've tried changing the position, but it doesn't give any effect with headphones on atleast! sound = love.audio.newSource("random.wav", "static") sound:setVolume(...