Difference between revisions of "Modding"
Jump to navigation
Jump to search
GoogzGazuli (talk | contribs) m (Formatted the page a little better) |
(added disambiguation) |
||
Line 1: | Line 1: | ||
− | =Modding= | + | = Modding = |
+ | ''Modding may refer to multiple things in [[Isleward]]. See [[Modding (disambiguation)]] for more information.'' | ||
+ | |||
Isleward allows for server-side mods by dropping a "modpack" into the server source. | Isleward allows for server-side mods by dropping a "modpack" into the server source. | ||
− | + | == Using Mods == | |
You can use a modpack by dropping it into the "mods" folder of the server source code. | You can use a modpack by dropping it into the "mods" folder of the server source code. | ||
− | + | == Events == | |
A list of events available: | A list of events available: | ||
* onAfterGetLayerObjects | * onAfterGetLayerObjects |
Revision as of 16:23, 10 November 2017
Modding
Modding may refer to multiple things in Isleward. See Modding (disambiguation) for more information.
Isleward allows for server-side mods by dropping a "modpack" into the server source.
Using Mods
You can use a modpack by dropping it into the "mods" folder of the server source code.
Events
A list of events available:
- onAfterGetLayerObjects
- onBeforeBuildLayerTile
- onBeforeGetAnimations
- onBeforeGetClasses
- onBeforeGetDialogue
- onBeforeGetEventList
- onBeforeGetFactions
- onBeforeGetHerbConfig
- onBeforeGetItemTypes
- onBeforeGetMtxList
- onBeforeGetQuests
- onBeforeGetResourceList
- onBeforeGetSkins
- onBeforeGetSpellsConfig
- onBeforeGetSpellsInfo
- onBeforeGetSpellTemplate
- onBeforeGetZone
WIP: This article is a work in progress, meaning that it is being worked on but is unfinished. You can help by editing it.