mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-18 02:34:57 +00:00
Created faq (markdown)
parent
a7de8fca84
commit
252d52d366
1 changed files with 51 additions and 0 deletions
51
faq.md
Normal file
51
faq.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
Q : **Do I need programming skills to create a mod?**
|
||||
|
||||
A : No, you can create basic mods without having to type a line of code.
|
||||
|
||||
However, for some special stuff, you need to create/modify some scripts and xml files. Learning Lua is quite easy and rewarding once you got the hang of it.
|
||||
|
||||
***
|
||||
|
||||
Q : **How can I modify the map?**
|
||||
|
||||
A : Read the how to Modify a map.
|
||||
|
||||
***
|
||||
|
||||
Q : **How do I learn the songs?**
|
||||
|
||||
A : Read the [[Song Tutorial|tutorial-songs]] (first part)
|
||||
|
||||
***
|
||||
|
||||
Q : **How do I add more creatures? I have access to only 3.**
|
||||
|
||||
A : Copy the file **Aquaria/scripts/entities/entitygroups.txt** into your mod directory (overwrite the existing one)
|
||||
|
||||
***
|
||||
|
||||
Q : **The world map is not working.**
|
||||
|
||||
A (OSE): Set **enableWorldMap="1"** in your [[Mod main XML|mod-xml]] file.
|
||||
|
||||
A (old versions): Unfortunately the world map does not work for mods in older versions of the game. However Edwards created a wonderful [mini-map replacement script](http://www.bit-blot.com/forum/index.php?topic=1936.0).
|
||||
|
||||
Note that this script is not compatible with OSE.
|
||||
|
||||
***
|
||||
|
||||
Q : **I've created a "savepoint" node, but it does not work.**
|
||||
|
||||
A : The script might be missing, copy the file Aquaria/scripts/maps/node_savepoint.lua into the scripts directory of your mod.
|
||||
|
||||
***
|
||||
|
||||
Q : **How do I get Li?**
|
||||
|
||||
A : Read [[Li in mods|li-in-mods]]
|
||||
|
||||
***
|
||||
|
||||
Q : **How to create the schools of fish?**
|
||||
|
||||
A : There isn't any way to edit it from the editor unfortunately, we have to edit the map files, see [[Schools of Fish|fish-schools]]
|
Loading…
Add table
Reference in a new issue