On the way to AlphaEn route vers l’Alpha

The project has reached a turning point recently.

Until now, i was mainly doing the layout of the game. For each concept, i had to think and test a prototype : like for the terrain, city management, and lately the unit and battle system. The point was to find technical solutions for each aspect of the game, and check the feasibility of thoses solutions.

This layout step is now more or less finished, at least for the minimal core of the game. I have now moved on to finalising the content and stabilizing the code of all those prototypes, to create a functionnal small game : the alpha. It will allow players to basically manage the city ( ressource harvesting, growth, recuiting troops ) and attack/pillage other players.

More specifically, right now i’m finalising the buildings. There is 21 buildings with 4 levels of evolution. Once it’s done i’ll move to finalizing ressources, and units. After that i’ll finalize the code to make a working version of the game, and proceed to new tests with increasing number of players.

Considering the amount of free time i can spend on the project, it won’t be finished tomorrow, but it’s a big step to now work towards finalization of a working game. I can now almost see the finish line…Le projet à pris un grand tournant récemment.

En effet, jusqu’a présent j’étais occupé a ébaucher les différents mécanismes principaux du jeu. Cela consistait principalement a trouver des solutions techniques pour réaliser tel ou tel aspect, comme par exemple le fonctionnement des unités et des batailles en “temps réel ” . Les décisions les plus capitales ont du etre prises a ce moment. Bien sur , cette étape n’est pas vraiment terminée. Il y a encore de nombreuses choses que je n’ai pas ébauchées -notamment le systeme de messagerie- mais les éléments les plus critiques comme les batiments, terrains, moteur reseau, factions, batailles etc… sont  ésquissés et fonctionnels.

Cette phase étant donc plus ou moins terminée, j’entame maintenant la phase de finalisation de l’alpha. Secteur apres secteur, je vais donc finaliser les choses pour obtenir une petite alpha fonctionnelle. L’alpha devrait permettre de pouvoir construire des batiments, collecter des ressources, recruter des unités, procéder a des attaques de pillages, et être en paix ou guerre avec ses voisins.

Pour le moment , je commence par finaliser tout le contenu graphique qui sera présent dans cette alpha. Il y aura notamment 21 batiments, chacun évoluant sur 4 niveaux. Présentement, plus de la moitié d’entre eux sont terminés. Je finaliserais ensuite les ressources, puis les unités manquantes ( principalement des animaux ). Lorsque le contenu visuel sera fini, je finaliserais le code des gestions de villes, puis des batailles, et je finirais par faire un systeme basique de messagerie et diplomatie afin de pouvoir au moins s’échanger des missives écrites, et pouvoir entrer en guerre ou faire la paix avec ses voisins.

Vu mon temps libre, ce ne sera pas fini demain! Mais déja de commencer ce travail de ” finalisation ” marque un grand changement dans ce projet, ne serait ce que parceque je travaille en envisagant maintenant la ligne d’arrivée.

First battlesPremiere batailles

Units are now in the game, and i implemented the basics of the IA and real time battle display.

When two ennemy “formations” meet on the same tile of the world map, it triggers an automatic real time battle. Anyone looking at this tile at this moment will be able to witness the battle in real time.  The attacking army deploys on the border matching it’s provenance in the world map ( attacking from the North tile, South, East… ) , and the defending army deploys next to its campement on the tile. In cities, player would ideally be able to specify placement of each unit in case of an attack.

After this deployment, AI controlled troops move and fight each other. Psychological factors will make units flee or retreat : for now they just fight to the last pig standing. The 2 armies are then updated on the worldmap.

Les unités sont enfin dans le jeu, et les premières battailles ont eu lieu dans le monde d’Ymir.

Lorsque 2 joueurs sont en guerre, si 2 de leurs armées se retrouvent sur une meme case cela déclenche une bataille qui peut être visualisée en temps réel dans les regions. L’armée attaquante se déployant sur les cotés, et l’armée basée sur la case en son centre.

Pour le moment , ce ne sont que les bases qui sont mises en place : le déroulement des tours de l’IA, la compression et l’envoi des données aux clients, le déclenchement des batailles, l’affichage des troupes sur le terrain, et l’affichage des combats sur les clients en fonction des données reçues par le serveur.

Les citoyens décoratifs dans les rues des villes devraient également bientôt faire leur apparition, maintenant que le système des unités est dans le jeu.

Ya encore beaucoup de boulot pour avoir des batailles basiques fonctionnelles. Elles n’ont pour le moment pas de fin : les batailles ne sauvegardent pas leurs résultat sur les armées et n’ont pas d’effet. Je dois encore aussi gerer les cas des multiples armées ( pour le moment je ne gere que le 1vs 1 ).
Enfin l’IA se contente juste de charger instantanément l’ennemi sans rien faire d’autre. J’ai simplement mis en place la “pipeline” du déclenchement d’une bataille lorsque 2 unités ennemies se retrouvent sur une meme case jusqu’a son affichage dans les régions en temps réel sur les clients.

v 0.400v 0.400

After a long time, the new version 0.400 is finished.
There’s a LOT of progress since the last “official” version 0.304.
The networking engine has been completely changed, there is now factions ( players can create their own, choosing a color, an name and a flag ).
There is now also formations ( armies ) wich can contain any combination of troops and will have a wide range of missions : delivering ressources, attacking targets, settling on a new tile… Those formations will carry goods, and be composed of civilians or military troops, or both at the same time.
Those formations can be seen and can move on the world map from tile to tile.
I’m now starting to work on the most tricky part of the game : the battle engine and the regional representation of troops.
Also there’s now 13 finished unit sprites, and a few more buildings and ressources sprites, although they’re not implemented in the game fully yet.

v0.400

Optimizations
– Buildings out of screen no longer drawn.
– Tiles chunk system implemented ( tiles out of screen no longer drawn )

Debug
– Fishes can now be distributed correctly.
– Solved bug with disconnect button.
– When clicked, region and world tab no longer reload if user is already in this tab.
– Solved bug with farms cultivating same ressource as a present natural ressource.

Networking
– New networking engine
– New file system
– Reorganized save files
– Reorganized data of characters, players, regions, factions and worldmap

Interfaces
– New character menu
– New character creation
– Multi language support system

Gameplay
– Basics of the faction system
– New world map
– Players now have avatar, state , rank and score
– Players can now choose amongst differen spawn types : tribal, colony, anarchy or custom. Only tribal is fully operationnal.
– All distribuable ressources are now belonging to distribution groups.
– Ressources of a same distribution group now have individual prices.
– Basics of the formations system ( armies and units ).
– Formations can be created, and troops can be recruited.
– Formations can be moved on the worldmap
– New right-clic menu on world tiles : it’s possible to declare war on another player.

Graphism
– 13 finished unit sprites including mounted elephant, mammoth, light cavalry , archers and infantry
– Brewery, potter, lumberjack and farm buildings finished ( up to level 3 )

Apres un long moment, la version 0.400 est terminée.
Il y a eu beaucoup d’avancées depuis la derniere “version” terminée .
Le moteur reseau a été entierement refait, il y a maintenant un systeme de factions basique ( ou les joueurs peuvent creer la leur, choisir une couleur, un nom et un drapeau ).
Il y a également désormais les bases du systeme d’unités : les joueurs peuvent creer des ” formations ” , groupes de troupes composées elles mêmes d’unités.
Les formations peuvent etre composées de troupes militaires, civilies, ou un mélange des deux ( escorte militaire protégeant des civils en route pour coloniser une region voisine, par exemple ).
Ces formations sont visibles sur la carte du monde, et peuvent etre déplacées. Elles bougent alors lentement de case en case.
Egalement, il y a maintenant 13 sprites d’unités terminées, parmis lesquelles on trouve le mammouth monté, un cavalier léger, un lancier, un archer ou encore un javelinier.
4 batiments sont terminés jusqu’au niveau 3 ( le niveau max visé pour la v1.00 ) : bucheron, brasserie, potier et ferme.
Pas mal de sprites de ressources ajoutées… métaux, bières, nourritures.

Je me prépare a aborder l’étape la plus cruciale du developpement : le systeme des batailles et la représentation “régionale” des formations et combats.

v0.400

Optimizations
– Buildings out of screen no longer drawn.
– Tiles chunk system implemented ( tiles out of screen no longer drawn )

Debug
– Fishes can now be distributed correctly.
– Solved bug with disconnect button.
– When clicked, region and world tab no longer reload if user is already in this tab.
– Solved bug with farms cultivating same ressource as a present natural ressource.

Networking
– New networking engine
– New file system
– Reorganized save files
– Reorganized data of characters, players, regions, factions and worldmap

Interfaces
– New character menu
– New character creation
– Multi language support system

Gameplay
– Basics of the faction system
– New world map
– Players now have avatar, state , rank and score
– Players can now choose amongst differen spawn types : tribal, colony, anarchy or custom. Only tribal is fully operationnal.
– All distribuable ressources are now belonging to distribution groups.
– Ressources of a same distribution group now have individual prices.
– Basics of the formations system ( armies and units ).
– Formations can be created, and troops can be recruited.
– Formations can be moved on the worldmap
– New right-clic menu on world tiles : it’s possible to declare war on another player.

Graphism
– 13 finished unit sprites including mounted elephant, mammoth, light cavalry , archers and infantry
– Brewery, potter, lumberjack and farm buildings finished ( up to level 3 )

 

 

 

 

World mapCarte du monde

The game now has a new networking engine wich should be much more stable and efficient.
The basics of the faction system are finished. Players can now create and belong to a faction. Each faction has a standart and a color chosen by player.

I am currently working on the graphics of the worldmap and the basics of the unit system.
There are 3 levels of consideration regarding this :

– The unit is an individual, civilian or soldier.

– A group of units form a Troop, wich cumulates experience, morale and other parameters (like the city of origin). A troop can only contain the same type of units.

– A group of Troops is a Formation, wich is most of the time an “army”. But formations can also be made out of civilians, merchants, of a mix of anything you require ( ex :  a troop of 400 settlers witn one troop of 100 archers for escort, all moving as one unique group : a formation ).

no images were found

Le jeu a maintenant un nouveau moteur réseau qui devrait etre plus stable et plus éfficace.
Les fondations du systeme de factions sont terminées. Les joueurs appartiennent désormais a une faction. Chaque faction a un nom, une couleur et un étendart personnalisable. Les factions pourront ultérieurement grouper plusieurs joueurs, et des traités automatiques pourront s’appliquer a ses membres ( droit de passage, accord commerciaux , politique synchronisée ).

Je travaille en ce moment sur les graphismes de la carte du monde et les fondations du systeme d’unités.
Il y a 3 niveaux de considération pour les unités :

– L’unité est un individu, civil ou soldat.

– Un groupe d’unités forme une Troupe, qui possède une experience, un moral et d’autres parametres ( comme la cité d’origine ). Une troupe ne contient qu’un seul type d’unités.

– Un goupe de Troupes forme une Formation, qui est en gros une “armée”. Mais les formations peuvent aussi etre constituées de civils, ou d’un mix des deux selon vos besoins. Exemple : une formation constituée d’une troupe de 400 colons et d’une troupe de 100 archers comme éscorte.

no images were found

v 0.304v 0.304

The new version 0.304 is finished. It was mostly focused on debug, optimizations and various game adjustments.

Debug
– Various bugs affecting wealth , ressources and growth calculations.

Fixes
– Camera now starts focused on village.
– Game now starts on worldmap.

Gameplay
– The more piglets per sow there is, the lesser the sows are likely to breed.
– Price change decisions now priviledge income over number of clients.
– Total population amount now lowers health.
– Vital needs shortage now affects life quality.
– Infrastrcture now have a cost.
– Annexes now have a cost.
– Players can no longer affect regions that are not theirs.

Interface
– Population menu.
– Ressource menu.
– Game menu with quit and disconnect.

Networking
– New data structure transfer system : centralized in one function, and transfer data chopped in packets askable in any order.
Will allow mecanisms to avoid lost packets.

La nouvelle version 0.304 est terminée! Il s’agit essentiellement de corrections de bugs, optimisations diverses et nettoyage général du jeu.

RECRUTEMENT de testeurs francais ouvert!

Debug
– Various bugs affecting wealth , ressources and growth calculations.

Fixes
– Camera now starts focused on village.
– Game now starts on worldmap.

Gameplay
– The more piglets per sow there is, the lesser the sows are likely to breed.
– Price change decisions now priviledge income over number of clients.
– Total population amount now lowers health.
– Vital needs shortage now affects life quality.
– Infrastrcture now have a cost.
– Annexes now have a cost.
– Players can no longer affect regions that are not theirs.

Interface
– Population menu.
– Ressource menu.
– Game menu with quit and disconnect.

Networking
– New data structure transfer system : centralized in one function, and transfer data chopped in packets askable in any order.
Will allow mecanisms to avoid lost packets.