Search found 20 matches

by Neptar
Mon Mar 02, 2009 6:03 am
Forum: General
Topic: Game specific licenses and issues
Replies: 10
Views: 9565

Game specific licenses and issues

I am currently working on a project and it had me thinking of issue over open source games and licensing. My project will involve multiplayer, and this is where the problem really creeps in. If the code is open for anyone to view, then the door is open for somebody to cheat. I.E. If I was to use LUB...
by Neptar
Mon Mar 02, 2009 5:46 am
Forum: Support and Development
Topic: script {help} mouse clicking
Replies: 8
Views: 3759

Re: script {help} mouse clicking

Osgeld, you had more patience than myself. I think I caught the same stomach pain... But I do concur, the tab key is your friend.
by Neptar
Mon Mar 02, 2009 3:25 am
Forum: Support and Development
Topic: script {help} mouse clicking
Replies: 8
Views: 3759

Re: script {help} mouse clicking

I think you need to tidy up you code, and organise it so that you can clearly see where a block of code starts and where it ends. At the moment you have the following: if buttonclicked == true then love.graphics.draw("storyscreen", 400, 300) end This is sat in the middle of nowhere, and I ...
by Neptar
Sun Mar 01, 2009 4:15 am
Forum: General
Topic: Is LÖVE really necessary?
Replies: 54
Views: 46989

Re: Is LÖVE really necessary?

I know this is late, and this topic has gone a bit wayward. I read this a few weeks ago when I had first come across Love. At first I was a little worried about this thread. I started to think maybe this wasn't for me, as I do believe this engine has superb potential but it will take time for it to ...
by Neptar
Sun Mar 01, 2009 12:34 am
Forum: Support and Development
Topic: newMusic problem
Replies: 8
Views: 4902

Re: newMusic problem

I have a problem with newMusic, too. After saving my .ogg file using Audacity (Mac OS 10.5), it just sounds like when it's played back. Here's the file: http://philname.s3.amazonaws.com/wpfiles/wp-content/uploads/2009/02/bad_audio.ogg It sounds fine on it's own, in any music player. I'm not sure wh...
by Neptar
Wed Feb 25, 2009 2:11 pm
Forum: Libraries and Tools
Topic: CAMERA: scrolling and scaling
Replies: 50
Views: 41258

Re: CAMERA: scrolling and scaling

I agree, this is brilliant. I was going to start writing my own, but found this and well it does the job great.
by Neptar
Tue Feb 24, 2009 3:03 am
Forum: Support and Development
Topic: Problems and Oddities
Replies: 8
Views: 3126

Re: Problems and Oddities

if you don't want to mess with love files then just drag the folder onto the love.exe. I have my game folder on desktop next to the love executable.
by Neptar
Sun Feb 22, 2009 12:19 am
Forum: Support and Development
Topic: newMusic problem
Replies: 8
Views: 4902

Re: newMusic problem

I have tried the music in both wav form and mp3 form, i realise in the documentation it says wav files will not work with Music but I thought I'd try after mp3 didn't work for me. I have tried several bitrates and frequencies, but I would have thought 44.1Khz would be the standard. I take it you cha...
by Neptar
Sat Feb 21, 2009 1:08 am
Forum: Support and Development
Topic: newMusic problem
Replies: 8
Views: 4902

newMusic problem

When I try to use the newMusic function I get an error stating that it could not load the file. I tried everything to resolve this issue by placing the file in many different directories. It works fine if I use newSound. My first idea was that the sound file had to be outside of the love file, as wh...
by Neptar
Mon Feb 16, 2009 5:02 am
Forum: General
Topic: How Did You Find (true) LÖVE?
Replies: 55
Views: 58482

Re: How Did You Find (true) LÖVE?

I was looking for a 2d game engine to help speed things up with my game idea. I just searched google for 2d game engine I think and it was one of the top ones i think. The presentation of the site made me interested. Maybe put some screenshots of some of the best looking games so far on the front pa...