Search found 611 matches

by Jeeper
Wed Oct 16, 2013 6:38 pm
Forum: Support and Development
Topic: Mouse Boundaries?
Replies: 4
Views: 1304

Mouse Boundaries?

Is there a way to limit the area where the mouse can move? I would need to make it so that the mouse cant leave a certain box that covers approx 70% of the screen. Is there a way to accomplish this?
by Jeeper
Sun Oct 13, 2013 11:37 pm
Forum: Libraries and Tools
Topic: (0.9.0) Another raycasting demo 19.12.2013
Replies: 28
Views: 20542

Re: Another raycasting demo 13.10.2013

jjmafiae wrote:is it possible to add basic 3d models in this thing?
I would seriously recommend using an engine made for 3d if you want to use 3d models.
by Jeeper
Sun Oct 13, 2013 12:44 pm
Forum: Games and Creations
Topic: stupid game
Replies: 16
Views: 11589

Re: stupid game

That is cool, but next time please post a .love file.

In order to make a .love file all you have to do is to zip the root of your folder and change the ending from .zip to .love. You zipped the folder itself, you have to go into that folder and zip everything inside it.
by Jeeper
Thu Sep 26, 2013 8:38 pm
Forum: General
Topic: How can i do a level transition?
Replies: 17
Views: 9395

Re: How can i do a level transition?

Hello! I am one of the people who are working with Jack in this game. But we do not know really make a game. So we would like to know how we can do to add more levels in our game. We have several versions of the game, each with a different level, but we do not know how to put it all together, do no...
by Jeeper
Sun Sep 22, 2013 4:26 pm
Forum: Libraries and Tools
Topic: Multiplayer Demo
Replies: 21
Views: 4799

Re: Multiplayer Demo

Well it would be awesome if you ever did decide to make one. Because then it is easier to apply it to your own project rather than having to first remove all the stuff that you don't need from these "demo versions" :).
by Jeeper
Sun Sep 22, 2013 4:08 pm
Forum: Libraries and Tools
Topic: Multiplayer Demo
Replies: 21
Views: 4799

Re: Multiplayer Demo

Well I am not new to LUA or Löve :P
by Jeeper
Sun Sep 22, 2013 3:47 pm
Forum: Libraries and Tools
Topic: Multiplayer Demo
Replies: 21
Views: 4799

Re: Multiplayer Demo

(Sorry for bump) Very awesome, but I have a minor issue. When client connects to server, it spawns 2 "Players". 1 Dead player that is stuck on start Y, X and 1 movable player that can be moved via WASD. Anyone else had this issue and/or know the cause of it? I didn't notice that. I sugges...
by Jeeper
Sun Sep 22, 2013 12:52 pm
Forum: Libraries and Tools
Topic: Multiplayer Demo
Replies: 21
Views: 4799

Re: Multiplayer Demo

(Sorry for bump)


Very awesome, but I have a minor issue. When client connects to server, it spawns 2 "Players". 1 Dead player that is stuck on start Y, X and 1 movable player that can be moved via WASD. Anyone else had this issue and/or know the cause of it?
by Jeeper
Fri Sep 20, 2013 8:52 pm
Forum: General
Topic: Designing A Simple Arcade Game
Replies: 9
Views: 4462

Re: Designing A Simple Arcade Game

Actually, no, that's not how "fun" works. It's just has to be fun, and, unsurprisingly, you can't just calculate what's fun. So you just try things over and over until you find some combination that's fun. Behaviour psychology/science would like to have a few words with you :P. There are ...
by Jeeper
Sun Sep 15, 2013 1:03 pm
Forum: Support and Development
Topic: Draw only a % of an image.
Replies: 5
Views: 986

Draw only a % of an image.

Is it possible to only draw a certain % of an image, lets say I made a lazer that I want to extend, in the beginning I want it to only display 1% of the lazer and then obviously make it bigger as time goes on. I thought that I had to use stencils, but the documentation on the Wiki is a bit... Well I...