Search found 1225 matches

by Davidobot
Fri Apr 06, 2012 1:25 pm
Forum: Support and Development
Topic: A Saving Lib? [SOLVED]
Replies: 24
Views: 10271

Re: A Saving Lib?

Nixola wrote:I didn't find anything wrong, 'cause I still didn't look at it ^^'
HAHAHAHAHA not funny.....
by Davidobot
Fri Apr 06, 2012 12:48 pm
Forum: Support and Development
Topic: A Saving Lib? [SOLVED]
Replies: 24
Views: 10271

Re: A Saving Lib?

Yep. The following are exactly the same, and they are tables: player = { grid_x = 256, grid_y = 256, act_x = 200, act_y = 200, speed = 10, direction = 1, health = 100, sword = 1, shield = 0 } player = {} player.grid_x = 256 player.grid_y = 256 player.act_x = 200 player.act_y = 200 player.speed = 10...
by Davidobot
Fri Apr 06, 2012 12:37 pm
Forum: Games and Creations
Topic: The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
Replies: 89
Views: 52967

Re: Dungeon Crawler

coffee wrote:
It's only my problem or your site is always down?
Damn, free host provider. I should be up soon enough....
EDIT:
Right I switched provider, but ill leave the .99k.org just if one of them is offline.
by Davidobot
Fri Apr 06, 2012 10:54 am
Forum: General
Topic: LÖVE on Ipad?
Replies: 13
Views: 10338

Re: LÖVE on Ipad?

SiENcE wrote:Possible is everything ;-).

nLÖVE runs on a 32mb device (dingoo a320). So yeah it's possible. Sometimes ago there was an iphone port. I think it's outdated and not fully functional.

here it is
https://bitbucket.org/bmelts/love-iphone
Is there a newer port?
by Davidobot
Fri Apr 06, 2012 10:53 am
Forum: Games and Creations
Topic: Child of Winter
Replies: 33
Views: 18271

Re: Child of Winter

GijsB wrote:my ending was just : 'i should head back to the village before it get's dark'.
what thing has an effect on the different endings?
It is completly random.
by Davidobot
Fri Apr 06, 2012 10:11 am
Forum: General
Topic: LÖVE on Ipad?
Replies: 13
Views: 10338

LÖVE on Ipad?

Is it possible to port LÖVE games onto and Ipad. I do believe it has enough RAM......
by Davidobot
Fri Apr 06, 2012 10:07 am
Forum: Support and Development
Topic: A Saving Lib? [SOLVED]
Replies: 24
Views: 10271

Re: A Saving Lib?

Json4Lua It's an Object Notation library, so say you have a table like: local myTable = {}; myTable["HelloWorld"] = {}; myTable["HelloWorld"]["Random"] = 99; myTable["ByeWorld"] = 10; To save it would be: require "json" -- Relative to where you put ...
by Davidobot
Fri Apr 06, 2012 10:03 am
Forum: Games and Creations
Topic: The Crawler of Dungeons™ [!RENAMED! AND !REBORN!]
Replies: 89
Views: 52967

Re: Dungeon Crawler

When do you think the site will be ready because i would like to help you make it look very professional. :ultrahappy: I would also like to know if I can 'co-work' on the game with you through dropbox like when we attempted to code that website. :awesome: At the moment i am working an a death, coin...
by Davidobot
Fri Apr 06, 2012 6:49 am
Forum: Support and Development
Topic: Complete noob, help please?
Replies: 6
Views: 2677

Re: Complete noob, help please?

Hi! So I just got started with love. I'm sure I could find some of my answers if I searched enough, but I figured it would be easier to ask all of my questions in a thread. 1) Is there a console or output or anything? For example, if all I had was print("Hello world!"), where would it sho...
by Davidobot
Fri Apr 06, 2012 5:50 am
Forum: Games and Creations
Topic: Child of Winter
Replies: 33
Views: 18271

Re: Child of Winter

Can you plz explain the ending where he dies?