Difference between revisions of "Main Page"
From VCMI Project Wiki
(→Documentation and guidelines for developers) |
|||
Line 53: | Line 53: | ||
* [[Code structure]] | * [[Code structure]] | ||
* [[Logging API]] | * [[Logging API]] | ||
− | |||
− | |||
− | |||
* Development environment guides: | * Development environment guides: | ||
** [[Development with Qt Creator]] | ** [[Development with Qt Creator]] |
Revision as of 19:23, 28 April 2023
Welcome to VCMI Project Wiki
VCMI is an open-source project aiming to reimplement HMM3:WoG and SoD game engines, giving it new and extended possibilities.
Latest release
As of 28th of April 2023, we released VCMI 1.2.1. Now we plan to have releases 3-4 times per year. Daily builds are still available at builds.vcmi.download but they are not guaranteed to be stable. So we encourage everybody to use them and report found bugs so that we can fix them.
Loading saves made with different version of VCMI is usually not supported, so you may want to finish your ongoing games before updating.
Please see corresponding "installation on" articles for details for your platform.
Documentation and guidelines for users
- General information about VCMI Project
- Frequently asked questions
- Engine features
- Game mechanics
- Bug reporting guidelines
- Mod list
- Cheat codes
- Installation guides:
Documentation and guidelines for modders
- Modding guidelines
- Mods repository
- Formats:
Documentation and guidelines for developers
- How to build using CMake:
- Unsupported build instructions:
- Coding guidelines
- Code structure
- Logging API
- Development environment guides: