Difference between revisions of "Main Page"

From VCMI Project Wiki
Jump to: navigation, search
(Latest release: Updated to 0.97 and changed link to the topic.)
m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(33 intermediate revisions by 7 users not shown)
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 game engine, giving it new and extended possibilities.
+
[[VCMI]] is an open-source project aiming to reimplement HMM3:WoG and SoD game engines, giving it new and extended possibilities.
  
 
== Latest release ==
 
== Latest release ==
Latest released version is <strong>0.97</strong>.
+
As of January 2021, we dont make big official releases anymore, but instead we provide a new version every several days: everytime when there is a new feature finished or new bug fixed.<br/>
* [http://forum.vcmi.eu/viewtopic.php?t=995 Information about build]
+
Although there are no official "big releases", we reccomend updating the game at least twice a year, to make sure you have an updated, best version.<br/>
 +
We try not to break savegame files compatibility, so you shouldnt have problem returning to your old games after update.<br/>
 +
Please see corresponding "installation on" articles for details for your platform.<br/>
  
 
== Documentation and guidelines for users ==
 
== Documentation and guidelines for users ==
Line 14: Line 16:
 
* [[Game mechanics]]
 
* [[Game mechanics]]
 
* [[Bug reporting guidelines]]
 
* [[Bug reporting guidelines]]
* [[Installation on Linux]]
 
* [http://www.4shared.com/file/135714811/d0214227/vcmimanual.html Manual]
 
* [http://spreadsheets.google.com/ccc?key=pRhYM0YkAF9lIpLe4raNAWA List of implemented game items]
 
 
* [[Mod list]]
 
* [[Mod list]]
 +
* [[Cheat codes]]
 +
* [[Installation]] guides:
 +
** [[Installation on Windows|Windows]]
 +
** [[Installation on macOS|macOS]]
 +
** [[Installation on Linux|Linux]]
 +
** [[Installation on Android|Android]]
 +
 +
== Documentation and guidelines for modders ==
 
* [[Modding guidelines]]
 
* [[Modding guidelines]]
 +
* [[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]]
 +
 +
* [[User:AVS/Scripting|Upcoming scripting support]]
  
 
== Documentation and guidelines for developers ==
 
== Documentation and guidelines for developers ==
* How to build:
+
* How to build using CMake:
 
** [[How_to_build_VCMI_(Linux)|Linux]]
 
** [[How_to_build_VCMI_(Linux)|Linux]]
** [[How_to_build_VCMI_(OS_X)|OS X]]
+
** [[How_to_build_VCMI_(Linux/Cmake/MXE)|Linux/MXE (for Windows)]]
** [[How_to_build_VCMI_(Windows/Cmake/MinGW)|Windows/Cmake/MinGW]]
+
** [[How_to_build_VCMI_(macOS)|macOS]]
** [[How_to_build_VCMI_(Windows/Cmake/MSVC)|Windows/Cmake/MSVC]]
+
** [[How_to_build_VCMI_(Windows/Vcpkg)|Windows]]
** [[How_to_build_VCMI_(Windows/Codeblocks)|Windows/Code::Blocks]]
+
* Unsupported build instructions:
** [[How_to_build_VCMI_(Windows)|Windows/MSVS]]
+
** [[How_to_build_VCMI_(Windows/Visual_Studio_2015)|Windows/MSVS (Visual Studio 2015)]]
 +
* [[Coding guidelines]]
 
* [[Code structure]]
 
* [[Code structure]]
 
* [[Logging API]]
 
* [[Logging API]]
* [[Coding guidelines]]
+
* [[Bug tracker usage]]
 
* [[TODO list]]
 
* [[TODO list]]
 
+
* [[Project status]]
Links for developers:
+
* Development environment guides:
* [https://github.com/vcmi/vcmi Git repository]
+
** [[Development with Qt Creator]]
* [http://svn.code.sf.net/p/vcmi/code/trunk/ The old SVN repository (not used anymore)]
 
  
 
== VCMI Places ==
 
== VCMI Places ==
* [http://forum.vcmi.eu/portal.php Portal]
+
* [https://vcmi.eu/ Website]
* [http://forum.vcmi.eu/ Forum]
+
* [https://forum.vcmi.eu/ Forum]
* [http://bugs.vcmi.eu/ Bugtracker]
+
* [https://bugs.vcmi.eu/ Bugtracker]
 +
* [https://slack.vcmi.eu/ Slack invite page]
 +
* [https://github.com/vcmi/vcmi GitHub repository]

Revision as of 22:49, 16 February 2021

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 January 2021, we dont make big official releases anymore, but instead we provide a new version every several days: everytime when there is a new feature finished or new bug fixed.
Although there are no official "big releases", we reccomend updating the game at least twice a year, to make sure you have an updated, best version.
We try not to break savegame files compatibility, so you shouldnt have problem returning to your old games after update.
Please see corresponding "installation on" articles for details for your platform.

Documentation and guidelines for users

Documentation and guidelines for modders

Documentation and guidelines for developers

VCMI Places