========================================
================= FAQ ==================
========================================

Q: Vehicles.rte?  Does that mean you're making more?
A: That was the plan, but I decided to stick with hoverboards and let other have some fun too, and I can't be arsed to change its name.

Q: Are you going to make vehicle x?
A: No, I'm probably not.

Q: Can I make my own hoverboards?
A: If you're fairly comfortable with INI modding and Lua, you should be able to set one up very easily.  All the files are in "Hoverboards" folder.

Q: I made x modification and y is happening!  Why?!
A: If you can't figure it out, ask on the Data Realms Lua Scripting forum.  If there's no response, then and only then send me a message asking your question.

========================================
============ CUSTOM BOARDS =============
========================================

All the files are set up for creating your own boards.  If you wish to release your boards, feel free to do so.
Make sure that if you release the mod that you include credit to TheLastBanana.  I don't particularly care if you do or not, but others will complain if you don't.
There are also certain files that MUST be included no matter what.  These are the trigonometry functions as well as the global function for deactivating boards.
To include these, make sure your mod has the "Global" folder as well as including "Global.ini".
DO NOT make changes to any of these functions or it will cause other people's boards glitches.  If you absolutely have to, make a different function under a different name for it.

========================================
============ LEARNING LUA? =============
========================================

All of the Lua files are fully documented so you can use them for reference.  If this code is helpful to you in any way, you have my permission to use it.
Hoverboards/BoardA.lua has all the general documentation that explains the main functions.
All of the rest of the files only have documentation for their special functions.
Be sure to check the Global folder so you know what's going on there too!

========================================
===== BUGS?  QUESTIONS?  COMMENTS? =====
========================================

Leave a post on the Hoverboards topic or send me a private message and I will respond as soon as possible.