The Great Tribes

Zemlaynin

Chieftain
Joined
Jan 30, 2023
Messages
5
Hello everyone!
I'm developing a 4X game - The Great Tribes. I want to share my successes with you. Can I do it here?

screen004.jpg


screen003.jpg


screen006.jpg


screen008.jpg
 
An excursion into history
I want to tell you about my project, which I have been working on for more than six years.
I started in 2016 with a concept and a map generator in 2D mode, but it turned into 3D.

1200.png1201.png1203.png1202.png1204.jpg

Looking at these old screenshots and the latest ones, it makes me cry, but it's not a tear of sadness, but joy, what a huge amount of work has been done during this time!

For the most part, I was doing the project alone, but during the development, people are constantly joining the project and falling off. I am grateful to everyone who has contributed at least a little to the project and even just supported me with a kind word!

In the last year, several people joined the project, who began to make a significant contribution. These are several concept artists, 3d modelers programmers, historians and screenwriters. The work went faster!
 
Technical aspects
The game is being developed on a self-written Java engine using the LWJGL library. The game runs on Windows and *nix platforms.
screen003.jpg
I want to test on Mac OS, but I don't have a MacBook yet.

An important issue of compatibility of our game with integrated Intel graphics has been resolved. A test sample laptop with Intel HD Graphics 630. Everything works! FPS 15-30 frames.
image.png
The minimum system requirements will be higher: a video card with OpenGL 4.3 support, 4GB of RAM and an AMD Athlon 2X dual-core processor.
Recommended requirements are a GTX 1060 6GB graphics card, 8GB of RAM and a six-core processor.

Why do I need a six-core processor? I fully implement multithreading support, because artificial intelligence works very fast :)
 
Key Features
The indirect operation, the player can transfer some control functions to A.I.

Key Features.jpg

Gameplay

  1. Nowadays there are 6 races in the game, the starting one depends on the player's spawn location.
  2. There are nomadic and sedentary ingame tribes, on the first stage players can choose both. If a player has chosen a sedentary tribe, he can set up a colony and manage and control it from the first minutes of the game.
  3. Territories of countries are divided into regions, each of them being managed separately. Each region can include several cities and settlements.
  4. In the game, you can find neutral locations that are managed by simplified A.I.
  5. The game has a generation of ruins that players can explore.
  6. On every tile of the game field, there can be useful resources to obtain, but first, the player has to explore it.
  7. Two types of resources: renewable and exhaustible.
  8. Every settlement is split into districts and each of them can be built up independently. The amount and variety of districts are unlimited.
  9. There is a simulation of dividing the population into different social strata, with individual interests and demands.
  10. In addition to castes, there is a division into factions that unite people with common goals, like scientists or warriors.
  11. Religion is formed by the player's choice of gods to worship, as well as defining sins and virtues to create dogmas.
  12. Player forms the culture of his civilization using a special ingame constructor interface, depending on national priorities.
  13. The game economy is based on barter. There is a constant trade turnover, both within one country and in the international market.
  14. Each product has its own production chain, depending on the available resources and known technologies.
  15. The science tree is non-linear and self-intersecting, its research depends on the player's actions. Many technologies can be explored in several ways. For example, sea navigation can be investigated without access to the sea, but through active use of navigable rivers.
  16. In the game, there are 15 directions of progress, for which the player receives research points.
  17. Rivers and canals have their own throughput, some of them may be unavailable for navigation.
  18. Battles have principles of real-time strategy, like Total War. But now that idea hasn’t been implemented, so combat actions remain as hidden calculations of the results.
  19. Each army isn’t a single unit, but a system of separately controlled brigades, consisting of different types of fighters.
  20. Every troop group is constructed by the player, choosing various types of used weapons, armour, methods of movement, and special machinery.
  21. A.I. has no advantage over the player, like information about the territories and player’s progress.
  22. A large number of random events take place on the game map, including those related to the player’s actions.
  23. The game implements the functionality of man-made and natural disasters.
  24. Diplomacy has an extended structure, with the ability to form alliances of several players in a special constructor.
  25. In the game, it’s possible to change the internal policy of the state to adjust the needs of the population and its attitude to the ruling authorities.
  26. Parliament, councillors, and elected leaders can act as applicants for the wishes of the people.
  27. Rulers and significants have separate mortal personalities.
  28. Ingame personalities have their own characteristics that affect country management. For AI they are also starting points for decision-making.
  29. The player’s actions influence the environment.
  30. The game has terraforming functionality.

Technical side

  1. A game map is created using procedure generation, depending on set parameters.
  2. In singleplayer there can be up to 50 A.I. In the future, this amount will be increased, but that needs testing for the latest game stages that weren’t implemented yet.
  3. The game engine supports multi-threading, which allows it to support much larger maps with a really big amount of A.I.’s.
 
I have already shown the Mongolian tribes, and now I am ready to show all the remaining ones. Now we have models of all six races in the game. I think it's not difficult to determine who is who?











 
or blog somewhere where all this is going on?
.
This is only an early alpha version. Therefore, there is no Steam page yet. But I have a Discord server where people who liked the project gather and there you can get into the testers.
 
Top Bottom