Search found 52 matches

by coke905
Fri Jun 15, 2012 11:44 pm
Forum: Support and Development
Topic: Inventory and equipment inventory help
Replies: 17
Views: 10992

Re: Inventory and equipment inventory help

LOL thats extremely confusing. Can you make a youtube video tutorial or something, i seem to learn better with videos. If you dont know a good free camera program to use type in "hypercam2". I'm new and what you wrote there is just confuzzling me (LOLZ) anyways can someone make a video on ...
by coke905
Fri Jun 15, 2012 1:16 am
Forum: Support and Development
Topic: Inventory and equipment inventory help
Replies: 17
Views: 10992

Re: Inventory and equipment inventory help

thanks but i still ahve 1 question. Say i were to have a player and if he collides with an item how wud i make it so the item gets picked up. Oh and how will i set each index to a different image is there an easier way then just doing inventory[1] = love.graphics.newImage("images/apple.png"...
by coke905
Thu Jun 14, 2012 10:27 pm
Forum: Support and Development
Topic: MY Pong Game
Replies: 1
Views: 843

MY Pong Game

Here is my Pong game and can someone please tell me why my ball keeps going down.
by coke905
Thu Jun 14, 2012 2:51 am
Forum: Support and Development
Topic: Rubber Piggy error
Replies: 3
Views: 1485

Rubber Piggy error

K when i make my game a .love format, when i double click it i get this stupid pig that turns in circles and not the game that i made yet when i drag the folder to the .love application it works fine any help would be appriciated.
by coke905
Wed Jun 13, 2012 11:21 pm
Forum: Support and Development
Topic: Inventory and equipment inventory help
Replies: 17
Views: 10992

Inventory and equipment inventory help

Adventually I would like to make an mmorpg or just an rpg game. I honestly have no clue how to make an inventory or equipment inventory atm i dont really care about the equipment inventory just getting the system to work is what i would like. In C++ you would use arrays so would i use a table. Im co...
by coke905
Tue Jun 12, 2012 1:10 am
Forum: Support and Development
Topic: Distrubuting
Replies: 8
Views: 3070

Re: Distrubuting

Techno Cat that doesnt work for me im using windows 7 it says cannot find file specified, if it does matter my LOVE isint where it automaticly is downloaded i put it in a specific folder, my love thing is downloaded in "C:\(mmorpg)\LOVE\love-0.8.0-win-x64" then my Game.love is in "C:\...
by coke905
Mon Jun 11, 2012 10:28 pm
Forum: Support and Development
Topic: Distrubuting
Replies: 8
Views: 3070

Re: Distrubuting

So if i just post a .LOVE file then people have to have LOVE downloaded onto their computer?

And my other question was how do i make it into a .exe AND .app
by coke905
Mon Jun 11, 2012 1:51 pm
Forum: Support and Development
Topic: Distrubuting
Replies: 8
Views: 3070

Distrubuting

When we distribute the games we made do we have to say made with LOVE2d framework and are people on MAC PC's able to play the games that we make ?

i know it working on windows 7 but will it work with MAC ?
by coke905
Sun Jun 10, 2012 6:04 pm
Forum: Support and Development
Topic: Timer Help
Replies: 10
Views: 3704

Re: Timer Help

K thanks that what i was wondering now im making a tank game and im having extreme problems with the bullets, ive seen the PEW PEW tutorials for the bullets it works ONLY if i want to shoot up but id like to figure out how i could do it all directions, its a top down rpg game so i need the bullets t...
by coke905
Sun Jun 10, 2012 4:36 pm
Forum: Support and Development
Topic: Timer Help
Replies: 10
Views: 3704

Re: Timer Help

LOL my guide i didn't know that there is an EDIT button well they will be one post for now on. My problem is that i have 2 directions in my sprite sheet. starting to the right then 64 pixels down it starts to the left. Im wondering if i need a table per direction then just put an if statement in the...