Search found 17 matches

by MalNeige
Thu Jul 19, 2012 2:24 pm
Forum: Games and Creations
Topic: TerraCraft: The Ultimate Island Adventure Experience
Replies: 5
Views: 3063

TerraCraft: The Ultimate Island Adventure Experience

http://i1135.photobucket.com/albums/m625/MalNeige/terracraftlogofinal-2.png So, now that I'm taking a break from development today, I'd like to introduce you to TerraCraft. TerraCraft is a 2D Robinsonade Platformer in the same vain as Minecraft or Terraria. The game is no where near development, bu...
by MalNeige
Wed Jul 18, 2012 2:26 pm
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Re: Player disappears when I add physics

Okay, hold on, I need some help again.
Everything seems to be fine until I start moving and then it says that applyLinearImpulse has a nil value.

Edit: NVM, I seemed to have fixed it. Thank you guys for helping me out!
by MalNeige
Wed Jul 18, 2012 2:20 pm
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Re: Player disappears when I add physics

I'm still having trouble getting my files into LOVE files. Final Edit: Nevermind guys! I got the file in there. For me the file in attachment was incorrectly packaged. The easiest way to do it: Enter the folder you have your project files (where main.lua, image, sound and other lua files and folder...
by MalNeige
Wed Jul 18, 2012 2:15 pm
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Re: Player disappears when I add physics

Ok! I'll give that a try! If it doesn't work, I'll come back!
Thanks for your help,

Stacy

Edit: @dreadkillz I know. Robin corrected you (I think). Thanks anyway! :)
by MalNeige
Wed Jul 18, 2012 1:59 pm
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Re: Player disappears when I add physics

It seems that you are not putting in the correct arguments. From: https://github.com/kikito/anim8 Animation:draw(image, x,y, angle, sx, sy, ox, oy) Line 81: animation:draw(player_sprite, player.act_x, player.act_y, objects.player.body:getX(), objects.player.body:getY()) You seem to be missing the a...
by MalNeige
Wed Jul 18, 2012 12:25 pm
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Re: Player disappears when I add physics

Yes, of course. I'm so sorry about that. While I was writing up the stuff, I nearly forgotten the most important things and I couldn't put it back in there after I posted (the post was being approved). I'm still having trouble getting my files into LOVE files. However when I do get them, I must apol...
by MalNeige
Wed Jul 18, 2012 11:54 am
Forum: Support and Development
Topic: Player disappears when I add physics
Replies: 11
Views: 4651

Player disappears when I add physics

Hiya! So, I’m making a game using LOVE called TerraCraft. For those not in the know, TerraCraft is a 2D Platformer Robinsonade Sandbox. It’s similar to Terraria and minecraft, but with some distinct differences. One of the main points of the game (which came up during development) was to make this a...