Additional towns

Will VCMI eventually allow new extra heroes to be added in excess of the 155 already present? (And is there any chance of new flag colours, extra players or randomized turn order for extra challenge and more evenness in single or multiplayer games?)

Best regards,
Steven.

Actually almost everything will be possible. But firstly we want to finish coding basic functionality and then we will look for interesting (and well described) proposals.

Wow, I have a lot of faith in you and your team. I think this is the best HOMM news in ages. =)

(The will, the programming, and the community support will find a way!)

Best regards,
Steven.

Yes, It will be best HoMM.
Free, programmable, HoMM, Scrypt and Mod.
Whaaaaaaā€¦
It it become open-source it will be best game at all.

ATM we consider switching the license to something like GPL, many people interested in our project and wanting to help will make it more probable ;].

Hi Team VCMI, please allow to give my most sincere encouragement to all you people doing this project! Also guys out there please be patient and not to rush the guys into adding new features for the game. Let Team VCMI finish the basic codings for the game and by then, we suggestions will be more constructive and beneficial. Iā€™m sure u guys can agree with me on that.

Therefore, we shall wait patiently for now. Once Team VCMI has updates for testing, we will be more than happy to do our part by testing them!

Just curious, did the team of WOG, Slava and co. join forces with you guys to work on this new project?

Three cheers for Team VCMI!!! :slight_smile:

Hi

  1. Do you planing make ā€œextendableā€ castles, so moders can add or remove any number of building? Like two Rampart on same map, one have Gold dragons and 10 creatures shop, another havenā€™t creature shops at all but have artifact shop and teleport gate and may other bildings that not in first one.

  2. Do you have any concept for AI and pathfinding? I think it will be harder part of reversing ( or making from streach).

  3. Is any chance to port project ti Delphi. :mrgreen: (or i must learn C)

Nobody from WoGteam has written significant part of VCMI code (except Tow, of course), but one of them joined us for a moment.

At the moment we donā€™t plan such things - we are trying to write easy to modify code which allows us to do that in future. Coding Heroes 3 features is more important for us (in next version you will see battles and much more advanced towns!).

As you can see in game, pathfinder is already implemented (but it is not yet optimized). Writing AI is something we would like not to do - we hope somebody will do this for us ;].

No chance! Too much work and I think nobody would like to synchronize all changes between C++ and Delphi wersions (C++ verion is a must-have for us).

One more thing,
Will the source be available to the public?
Iā€™ve been learning c++ last semester in the university, but I have no idea how games are written.
Could I somehow get the source code to study, I might learn something and be useful in some way :slight_smile:

It was said already - for now it wonā€™t be, maybe later. We havenā€™t made any final decisions.
If you want see how the games are written you may be interested in project very similar to VCMI - fheroes2. This is remake of H2, which has been created for over 4 years. Their page: sourceforge.net/projects/fheroes2 (sources are available)

but how can i download the source?

Through their subversion repository, its address is fheroes2.svn.sourceforge.net/svnroot/fheroes2
The latest stable revision seems to be 155.

come onā€¦ why no one compress everything into one simple zip fileā€¦

And update it after each commit? And manually merge changes made by different developers at same time? It would be a nightmare!
SVN repositories are really convenient for tracking development of project and team work.
It isnā€™t hard to use, you may check such subversion clients as TortoiseSVN.

i mean just the main engine that now is scattered to lot of files

I havenā€™t met any engine (or other application bigger than a several thousands lines) project that would be written in a single fileā€¦

ughā€¦ iā€™ll stop trying to explain what i meanā€¦

Will some basic libs be available to the public for now? For example .lod and .def file reader? :slight_smile:

Iā€™m trying to build a simple animation program using HOMM3 graphics resources, and have some trouble in reading HOMM3 animation files (.def file).

Iā€™ve sent you our code handling defs, but donā€™t distribute it further.

Thanks very much! :slight_smile:
That is what iā€™m looking for