Solarus-Games English Forum

Solarus => Development => Topic started by: Carter baker on February 19, 2015, 09:41:52 PM

Title: Help
Post by: Carter baker on February 19, 2015, 09:41:52 PM
How would i make a game where i can chop down trees, and gather resources and use them To build a house where ever i want? Or make islands generate in various sizes? Or make it so i can sail my own pirateship? Is any of that possible with this engine and if so what? I am new to scripting and just need some advice on Where to start.
Title: Re: Help
Post by: Christopho on February 20, 2015, 10:37:43 AM
So you want to make a Minecraft-like with Solarus? This is theoretically possible, since the Lua scripting API allows you to create tiles dynamically and to generate quest files including maps.
The first thing I would recommend is to get familiar with the engine and the scripting API, starting with making a simple game. And later think about how to generate things, make the environment modifiable and make a crafting system. All of this should be possible, but complex, you need a solid knowledge of using the engine first.
Start with the video tutorials if you haven't seen them yet: https://www.youtube.com/watch?v=T9mEFmRVlBQ&list=PLzJ4jb-Y0ufwPrBfO5AQMRfe2kLABQsF0
Title: Re: Help
Post by: Carter baker on February 20, 2015, 03:58:47 PM
Thanks for the quick reply, I just wanted to make sure what I was planning was possible before getting too far into making the tileset for it. Anyway it will be closer to a birds eye veiw of terraria than minecraft. I have never scripted before though and Lau is a langauge I have never even heard of. Wish me luck :)