Search found 14 matches
- Wed Oct 01, 2014 10:53 am
- Forum: General
- Topic: Decided to move on to 2d game making
- Replies: 4
- Views: 3716
Re: Decided to move on to 2d game making
Command & Conquer game engine you say? Yeah based around Red Alert's but still trying to code the basic click and point function like you click on a solider and you point where wanna them to go pretty much gotten errors I'll check later on. The hardest part about making anything is starting :D ...
- Sun Sep 28, 2014 6:32 am
- Forum: General
- Topic: Decided to move on to 2d game making
- Replies: 4
- Views: 3716
Decided to move on to 2d game making
I'm holding off the Command & Conquer game engine for a bit until I can figure out the way how the point and click works and I'm moving on to make a cool Sonic game of my own and I'm heading no where in the engine I'm still at the blank side here's the phyics guide I've gotten from Sonic Retro a...
- Mon Aug 25, 2014 12:12 am
- Forum: General
- Topic: Socialise with LÖVE!
- Replies: 87
- Views: 667703
Re: Socialise with LÖVE!
On the Site it said there's an IRC Server....but I'll need the main Server that controls it, I use Adium for all of my IRC Needs so without the main server I cannot use it.
- Thu Feb 27, 2014 9:03 am
- Forum: General
- Topic: Having trouble coding a point and click coding
- Replies: 4
- Views: 3904
Re: Having trouble coding a point and click coding
Indeed, your code has some errors in it. player.xvel = player.xvel = (1 = math.min(dt*player.friction, 1)) should be replaced by this probably: player.xvel = player.xvel - (1 - math.min(dt*player.friction, 1)) Also in the function player.move you need to add one more "end". I suggest you ...
- Tue Feb 25, 2014 10:16 am
- Forum: General
- Topic: Having trouble coding a point and click coding
- Replies: 4
- Views: 3904
Re: Having trouble coding a point and click coding
You need to "require" the file Sprite.lua. Otherwise LÖVE does not read or run its content. Added in now within' the test Sprite it now says this error Error Synatx Error Sprite.lua:21: unexpected symbol near '=' Trackback [C]: ? [C]: in function 'require' main.lua:19:in main chunk [C]: i...
- Tue Feb 25, 2014 8:51 am
- Forum: General
- Topic: Having trouble coding a point and click coding
- Replies: 4
- Views: 3904
Having trouble coding a point and click coding
I'm building a test Beta Demo of my Seek & Destory Engine that has similar functions to Command and Conquer Red Alert's Engine, I'm not sure if it's love.mouse.isdown or something else to click once on an object like a circle and then click again to move it the spot where it was clicked to like ...
- Sun Dec 08, 2013 8:39 pm
- Forum: General
- Topic: Gotten interested in .lua and love 2D
- Replies: 18
- Views: 13338
Re: Gotten interested in .lua and love 2D
Here is a crude illustration to help understand. pressme.png So you have the x and y for the actual button (x1,y1) and you also need the co-ordinates for where the button ends (y1,y2). Like Bekey showed you, just add the width for x and height for y to get those co-ords for x2,y2. The rest is some ...
- Tue Dec 03, 2013 6:08 pm
- Forum: General
- Topic: Gotten interested in .lua and love 2D
- Replies: 18
- Views: 13338
Re: Gotten interested in .lua and love 2D
I have an idea for you, for your first game why not try to code some blocks to move and attack other blocks. You can use color to represent your enemies e.g red and blue for your team. When you click on a blue box it selects that player and then when you click on a red box it tells the selected pla...
- Mon Dec 02, 2013 9:37 pm
- Forum: General
- Topic: Gotten interested in .lua and love 2D
- Replies: 18
- Views: 13338
Re: Gotten interested in .lua and love 2D
hey slow down your going too fast with this. You should definitely go for it and make whatever game you dream of but you need to take it easy especially if this is your first time with LOVE or any framework. Instead try to pick out your best features from Command & Conquer Red Alert and then ju...
- Thu Nov 28, 2013 4:32 pm
- Forum: General
- Topic: Gotten interested in .lua and love 2D
- Replies: 18
- Views: 13338
Re: Gotten interested in .lua and love 2D
Take this Sprite from the game it's a Chan Sprite if you look at the top of this sprite it's black in the black background how I can get Love2d to avoid this and make it like the original game as possible? https://lh3.googleusercontent.com/-0PhII5VwFBI/UpGzbc2gsvI/AAAAAAAAGG0/pOWzAXboFl0/s800/chan%...