An Open Tibia Server focused on infrastructure modernization and the fundamental needs of the community.
Inspired by The Forgotten Server (TFS) with enhancements in code quality, architecture, design patterns, testing and improved development environment.
The Open Tibia Community has been around for decades representing an open-source ecosystem of fans, developers, and server owners.
On aggregate, the community is extremelly passionate about the game, with a strong sense of creativity and collaboration. Focused on the development of Scripts, Bots, Custom Mechanics and even entire Custom Versions of the game.
Customization & Collaboration is an essential part of the community, where a lot people new to programming try to get involved as well.
Nowadays, customizations range from all versions since 7.0 up to recent 14. And includes many alternative versions of the game like: Pokémon, Dragon Ball, Naruto, One Piece, Seasonal, IDLE, NFT, and more.
And many new systems float around the community, like: Custom Vocations, Spells, and Monsters, Lottery & Online Rewards, Weapon Rarity & Attributes, Rebirth, Crafting, Mining, Raids, Dungeon, Events & Mini-games, UIs, and much more.
It has everything to do with the Nature of the OT Community and the availability of Modern Technologies.
We believe as the game and the community evolved to be very dynamic, the Development Environment and Codebase should evolve to match their demands as well.
As the essence of the Open Tibia Community is Creativity, Experimentation, Collaboration and Newer Developers, the current state of Codebases & Development Environment makes extremelly difficult for it to flourish and introduces an unnecessarily high barrier of entry that frustrates every single person that tries to get involved in the Open Tibia Community or start a Server, as they grew from an old solution for an old game (although some of them are well maintained by competent developers).
The nature of the community requires for maximum Customization, Ease of Use and Collaboration, which can be translated to high levels of:
Code Quality & Architecture are essential elements for a Highly Maintainable & Extensible Codebase. Due to the nature of the community, Modularization is the essential element for Architecture, as Tests and Design Patterns are for Code Quality.
Codebases with low standards of Code Quality & Architecture are painfully known for unnecessary High Levels of Complexity which leads to many points that goes against the nature of the OT Community:
Essentially, the Codebase becomes Calcified and becomes a major impediment to Creativity, Customization, Collaboration and Newcomers.
The problem is that Architectural problems that lingers for many years are well known for being hard to simply correct it by refactoring the code over time. These kinds of Codebases begin to be referred as Legacy Systems meaning that they are extremelly hard to change, big enough to prove a challenge to start anew, but still valuable to use even if inconvenient.
Such essential and fundamental problems can only be tackled by starting anew, with a fresh set of technologies, tools, and new eyes from all the knowledge gathered from the pains and problems of the old system.
An expected but mistaken reaction about starting anew, is people imagining how big and complex the current system is and how hard and how long it takes for them to make even simple edits, and projecting that same difficulty to the new system.
The reality is, with the advantage of modern technologies, tools, and knowledge from the old system, together with the benefit of higher code quality, design patterns, modularized architecture, documentation and tests, it will become 100x easier to develop, edit, and collaborate on the project, and things can start to flow way sooner than anyone fixated on the old ways imagine.
Although this all pertains to problems of organization, it is not all about the lack of that and keeping a higher standard to it. Essential to the choice is also the improvement of Developer Experience & Development Environment, which will be better explained in the next section about the choice of a new language.
Although C++ is a very solid language, its Development Environment and limitations are in odds with most of the needs of the Open Tibia Community.
Essential in the modernization of the Server Infrastructure is to have a Modern Ecosystem. With the Go language comes substantial improved Developer Experience including significant improvements in the Development Environment.
Developer Experience Improvements:
Included in the improvement of Development Experience, and with significant scope of being extremelly important for the nature of the Open Tibia Community is the improvements on the Development Environment:
All things considered, Readability & Maintainability improves significantly.
Modularization makes it very simple to edit/add anything, with minimal risk to impact anything else in the code.
It is possible to modularize virtually all parts of a system to make them extensible so they can be customized or replaced with alternatives as easily and fast as possible. Examples of parts on Tibia to be Modularized:
All very extensible and easy to share with the community to add/remove at will.