diff --git a/faq.md b/faq.md index f3f24bf..97bb677 100644 --- a/faq.md +++ b/faq.md @@ -8,25 +8,26 @@ However, for some special stuff, you need to create/modify some scripts and xml Q : **How can I modify the map?** -A : Read the how to Modify a map. +A : The vanilla maps block the editor by default. Be sure you're in a mod. Read [[Create/Modify a map|map-basics]]. *** Q : **How do I learn the songs?** A : Read the [[Song Tutorial|tutorial-songs]] (first part) +A : To quickly learn **all** the vanilla songs, open the [[debug menu|debug-menu]] with _Shift_+_Backspace_, enter _8_, and confirm with _Return_. *** 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) +A : Copy the file **Aquaria/scripts/entities/entitygroups.txt** into your mod's root 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 (OSE): Set **hasWorldMap="1"** in your [[Mod main XML|mod-xml]] file, then follow the [[World Map Tutorial|tutorial-worldmap]] 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).