diff -r 587e1b18132d -r 84089099197f HWPFormat.wiki --- a/HWPFormat.wiki Wed Apr 26 03:15:35 2017 +0100 +++ b/HWPFormat.wiki Wed Apr 26 03:17:03 2017 +0100 @@ -58,6 +58,8 @@ Using sidecar HWPs is useful for Lua scripters who want to provide a few resources for your script but don’t want to force users to install them globally or to fiddle around with their user data directory. Especially if using the resources only really makes sense together with the script. +Please remember how Hedgewars uses ammo icons in HWPs (see above). + === Limitations === Important HWPs are not recursive! This means if you put a HWP inside another HWP, Hedgewars will only load the actual contents of the outermost HWP. The contents of the inner HWP are not loaded. This implies that there is currently no way (via HWP) to distribute a script with custom data. You have to ask users to just extract a normal Zip file with your script data instead.