Hello, Im LUA programmer. I've decided to make 2D game, I found Love Engine which uses LUA language. But there too many things. I was programmer on Multi Theft Auto project. I've already know how to run my game and how to make config file but I have questions:
1. From what I should start?(I already know LUA)
2. What libraries I will need to make RPG game?
3. How Can I make map, NPC'S, player controls etc.?
4. How can I make menu with load, save, options and new game?
5. Does Love Engine supports MySQL database?
6. How can I make multiplayer mode?
7. And what I should know more?
I totally green in Love Engine, wiki is not very good for beginners there are only functions and how to run your game.
Questions on start.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Questions on start.
Hello aku,
First, as a Lua programmer, you probably already know it's not spelled LUA.
First, as a Lua programmer, you probably already know it's not spelled LUA.
The wiki is a good place to start. You say it only lists functions, but that's really all you need. (EDIT: Category:Tutorials and Getting Started are probably what you need most right now.)aku wrote:1. From what I should start?(I already know LUA)
None, if you are willing to write one from scratch. If you aren't, I don't think there is a library for RPG games in LÖVE.aku wrote:2. What libraries I will need to make RPG game?
You can write them in Lua.aku wrote:3. How Can I make map, NPC'S, player controls etc.?
My answer to this is the same as my previous one.aku wrote:4. How can I make menu with load, save, options and new game?
No.aku wrote:5. Does Love Engine supports MySQL database?
LÖVE includes Luasocket, you can use that.aku wrote:6. How can I make multiplayer mode?
Depends on where you want to go.aku wrote:7. And what I should know more?
Help us help you: attach a .love.
Re: Questions on start.
Aaand expanded a bit
I personally don't recommend starting Löve with RPG and even multiplayer game
wiki and/or tile-tutorialaku wrote:1. From what I should start?(I already know LUA)
Probably with OOP. There are a lot of them written by other lövers. Like middleclass or hump.classaku wrote:3. How Can I make map, NPC'S, player controls etc.?
With state managers or simply like thisaku wrote:4. How can I make menu with load, save, options and new game?
Luasocket or LUBE (library)aku wrote:6. How can I make multiplayer mode?
I personally don't recommend starting Löve with RPG and even multiplayer game
Who is online
Users browsing this forum: slime and 5 guests