mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-27 08:34:02 +00:00
Created modding (markdown)
parent
d82a11d070
commit
6249d63643
1 changed files with 47 additions and 0 deletions
47
modding.md
Normal file
47
modding.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
# Original resource
|
||||
|
||||
The original modding wiki was located under http://aquariawiki.ryanballantyne.name but has fallen into disarray. [An old snapshot is available on archive.org](http://aquariawiki.ryanballantyne.name).
|
||||
|
||||
This wiki is an attempt to revive most of the content and update it as necessary.
|
||||
Features that only exist in the open-source version will be marked as such (labelled with _OSE_).
|
||||
|
||||
# Resources
|
||||
|
||||
* [[Mods List|mods-list]]
|
||||
* [[Install a mod|mod-installation]]
|
||||
* [[Mod compatibility|mod-compatibility]]
|
||||
|
||||
# For developers
|
||||
|
||||
### Basics
|
||||
|
||||
* [[FAQ|faq]]
|
||||
* [[Create/Modify a map|map-basics]]
|
||||
* [[Tilesets|tilesets]]
|
||||
* [[Warping between maps|map-warps]]
|
||||
|
||||
### Level editor
|
||||
|
||||
* [[Editor controls|editor-controls]]
|
||||
* [[List of entities|entity-list]]
|
||||
* [[List of nodes|node-list]]
|
||||
* [[Layers|layers]]
|
||||
* [[Particle viewer|particle-viewer]]
|
||||
* [[Animation editor|animation-editor]]
|
||||
|
||||
### Scripting
|
||||
|
||||
* [[How to Lua|lua-basics]]
|
||||
* [[Version compatibility|scripting-compatibility]]
|
||||
* [[Guide to entity scripting|entity-scripting]]
|
||||
* [[Guide to node scripting|node-scripting]]
|
||||
* [[Template scripts|template-scripts]]
|
||||
|
||||
### Tutorials
|
||||
|
||||
* [[Breakable entity tutorial|tutorial-breakable-entity]]
|
||||
* [[Health Plant tutorial|tutorial-health-plant]]
|
||||
* [[Sing Bulb tutorial|tutorial-sing-bulb]]
|
||||
* [[Skin tutorial|tutorial-skin]]
|
||||
* [[Song tutorial|tutorial-songs]]
|
||||
* [[Title screen tutorial|tutorial-title-screen]]
|
Loading…
Add table
Reference in a new issue