-
Notifications
You must be signed in to change notification settings - Fork 3
Description
This issue attempts to create a template from which to contribute additional articles and to document efforts in modding certain aspects of the game that we currently have access to. Discussion is welcome to add, remove or change the template. Where possible, the template should be made available on the main README or in a separate file available in the repository.
The following questions should be asked when opening an issue regarding an addition to the wiki:
- What section should this page be filed under?
- What feature/function does this document?
- How will this assist future modders?
For documenting purposes, the wiki should maintain the same structure as the moddable files, with added references to commonly modded resources. When adding a new file to this documentation, the following should be answered in the page:
- Where is the file located? (assuming /content or /source is the root of the filesystem)
- What is contained in the file? (Short description of what the file does or contains)
- Are there any known game functions that reference data in this file? (This might be used to correlate something in https://github.com/cc2modteam/knowledgebase/wiki/Mod-Reference-Lua-Global-vars)
- Are there any files that this file references? (This will be most common for the scripts and game objects)
- What are the useful functions of changing this file? (A short description of what can be changed in this file and what effect that change will have)
Again, discussion is welcomed in this effort to improve documentation of the moddable assets of this game, I hope to contribute more as my own modding journey begins.