Search found 24 matches
- Mon Jan 05, 2015 3:41 am
- Forum: Support and Development
- Topic: Micro transactions?
- Replies: 5
- Views: 4513
Re: Micro transactions?
Yes, i understand that, but i was more worried about the implementation in Lõve, there are no paypal or such API's integration for Lõve is there?
- Fri Jan 02, 2015 3:52 pm
- Forum: Support and Development
- Topic: Micro transactions?
- Replies: 5
- Views: 4513
Micro transactions?
I wanted to try and make a F2p game but I have no idea of how I'd do micro transaction verification(verifying that someone has paid for that?... How do you think I should go about doing this?
If i can't figure out a way, i guess i will just make a regular pay once, get all the cards and play model?
If i can't figure out a way, i guess i will just make a regular pay once, get all the cards and play model?
- Sat Mar 22, 2014 8:23 pm
- Forum: Support and Development
- Topic: Requesting help: game crashing without any reason.
- Replies: 3
- Views: 2160
Re: Requesting help: game crashing without any reason.
Oh sorry, i am a moron ^.^
- Fri Mar 21, 2014 4:25 pm
- Forum: Support and Development
- Topic: Requesting help: game crashing without any reason.
- Replies: 3
- Views: 2160
Requesting help: game crashing without any reason.
So i have been making this little game this week, every issue i've found i've been able to solve, except this: The game file is too big to fit in to this post and it being reasonable, so i have included an attachment with game files, ty. Virus Total, just for security. https://www.virustotal.com/lv/...
- Sun Mar 02, 2014 12:40 pm
- Forum: Support and Development
- Topic: Simulating LUA console inside love?
- Replies: 3
- Views: 1939
Re: Simulating LUA console inside love?
So on previous post a guy posted about pcall and xpcall, im starting to understand what he meant, still, any help will be appretiated.
For how i understood i ask for human input, then call a function with it, right?
For how i understood i ask for human input, then call a function with it, right?
- Sun Mar 02, 2014 12:09 pm
- Forum: Support and Development
- Topic: Simulating LUA console inside love?
- Replies: 3
- Views: 1939
Simulating LUA console inside love?
So i guess i wrote inside the wrong forum, so is there a way to simulate LUA console inside love. With some instructions please.
- Sun Mar 02, 2014 11:44 am
- Forum: General
- Topic: Simulating LUA console inside love?
- Replies: 1
- Views: 1519
Simulating LUA console inside love?
So i have this idea for a RPG game, where you'd have a portable device, and i want to simulate the Lua console inside the game, is it possible without rewriting everything.
- Sat Mar 01, 2014 10:03 pm
- Forum: General
- Topic: Internet function missing?
- Replies: 2
- Views: 1770
Re: Internet function missing?
Oh, Love doesnt actually have a Networking, its inbuilt in lua, k.
- Sat Mar 01, 2014 9:52 pm
- Forum: General
- Topic: Internet function missing?
- Replies: 2
- Views: 1770
Internet function missing?
So i really need something to transfer data over the interwebz.
I remember seeing it in the wiki, but i can't find it?
I remember seeing it in the wiki, but i can't find it?
- Wed Feb 26, 2014 10:57 pm
- Forum: Support and Development
- Topic: Map generation help?
- Replies: 3
- Views: 1543
Re: Map generation help?
ThanksJasoco wrote:Yes. That's correct. You weren't creating the nested table so it was trying to add to an item that's not a table itself.
Simple mistake.