Difference between revisions of "Main Page"

From VCMI Project Wiki
Jump to: navigation, search
Line 2: Line 2:
 
= Welcome to VCMI Project Wiki =
 
= 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.
+
[[VCMI]] is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities. To use VCMI you need to own original data files.
  
== Latest release ==
+
Please visit our official [https://vcmi.eu/ Website], our [https://discord.gg/chBT42V Discord] or our [https://github.com/vcmi/vcmi GitHub].
As of 18th of August 2023, we released [https://github.com/vcmi/vcmi/releases/tag/1.3.1 VCMI 1.3.1]. Now we plan to have releases 3-4 times per year. Daily builds are still available at [https://builds.vcmi.download/branch/develop/ 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.<br/>
 
Loading saves made with different version of VCMI is usually '''not''' supported, so you may want to finish your ongoing games before updating.<br/>
 
Please see corresponding "installation on" articles for details for your platform.<br/>
 
  
== Documentation and guidelines for users ==
+
This wiki is only available for archival reasons. Documents are available on Webpage now. If you want to change a document please visit the [https://github.com/vcmi/vcmi/tree/develop/docs Docs-Folder] and contribute on GitHub.
* [[VCMI | General information about VCMI Project]]
 
* [[Frequently asked questions]]
 
* [[Engine features]]
 
* [[Game mechanics]]
 
* [[Bug reporting guidelines]]
 
* [[Mod list]]
 
* [[Cheat codes]]
 
* [[Installation]] guides:
 
** [[Installation on Windows|Windows]]
 
** [[Installation on macOS|macOS]]
 
** [[Installation on Linux|Linux]]
 
** [[Installation on Android|Android]]
 
** [[Installation on iOS|iOS]]
 
  
== Documentation and guidelines for modders ==
+
== Latest release ==
* [[Modding guidelines]]
+
You can find the actual Release [https://vcmi.eu/download/ here].
* [[Mods repository]]
 
* Formats:
 
** [[Mod file Format]]
 
** [[Town Format]]
 
** [[Hero Classes Format]]
 
** [[Hero Format]]
 
** [[Creature Format]]
 
** [[Artifact Format]]
 
** [[Animation Format]]
 
** [[Bonus Format]]
 
** [[Object Format]]
 
** [[Spell Format]]
 
** [[Skill Format]]
 
 
 
== Documentation and guidelines for developers ==
 
* How to build using CMake:
 
** [[How_to_build_VCMI_(Linux)|Linux]]
 
** [[How_to_build_VCMI_(Linux/MinGW)|Linux/MinGW (for Windows)]]
 
** [[How_to_build_VCMI_(macOS)|macOS]]
 
** [[How_to_build_VCMI_(Windows/Vcpkg)|Windows]]
 
** [[How to build VCMI (iOS)|iOS]]
 
** [[How to build VCMI (Android)| Android]]
 
* Unsupported build instructions:
 
** [[How_to_build_VCMI_(Windows/Visual_Studio_2015)|Windows/MSVS (Visual Studio 2015)]]
 
* [[Coding guidelines]]
 
* [[Code structure]]
 
* [[Logging API]]
 
* Development environment guides:
 
** [[Development with Qt Creator]]
 
  
 
== VCMI Places ==
 
== VCMI Places ==
 
* [https://vcmi.eu/ Website]
 
* [https://vcmi.eu/ Website]
 +
* [https://discord.gg/chBT42V Discord]
 +
* [https://github.com/vcmi/vcmi GitHub repository]
 
* [https://forum.vcmi.eu/ Forum]
 
* [https://forum.vcmi.eu/ Forum]
* [https://bugs.vcmi.eu/ Bugtracker]
 
* [https://slack.vcmi.eu/ Slack invite page]
 
* [https://github.com/vcmi/vcmi GitHub repository]
 

Revision as of 16:48, 16 July 2024

Welcome to VCMI Project Wiki

VCMI is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities. To use VCMI you need to own original data files.

Please visit our official Website, our Discord or our GitHub.

This wiki is only available for archival reasons. Documents are available on Webpage now. If you want to change a document please visit the Docs-Folder and contribute on GitHub.

Latest release

You can find the actual Release here.

VCMI Places