1. Anomalistic Revolution
  2. News

Anomalistic Revolution News

DevLog#1 - Text Layouts

We would like to talk a bit about how the game's dialogue system works. When it comes to dialogues, if you divide the screen with horizontal lines, you can see dialogues appearing in three different rows: top, middle, and bottom. Each of these rows also has four different pockets. As shown in the images below, characters can speak from separate rows, and they can also speak from adjacent pockets in the same row.



This game, like many story-based games, reads dialogues from a .txt file. Besides the dialogue sentences, there are some simple codes written in the .txt file to determine which character is speaking in which emotion and in which pocket of which row. Let's provide an example from a dialogue paragraph within the .txt file.



DB04; T, Paintings, B, PC desk
Saye (Desperate): I tell myself not to think about it, but it's really hard. I still can't believe I left the software company I co-founded with Niko like this.
Kedi (Sleepy): ... ...
Saye: Niko owned 40% of the company, I had another 40%, and an external lawyer controlled the remaining 20% for financial and legal matters. We were quite successful but...
Saye: But terrible things happened. I can't stay there for even a minute anymore. There are three reasons for this.
Kedi (Dull): ... ...
Saye (Sad): First, I was never seen or treated as a human during our partnership.

Let's examine all the codes one by one. DB04 indicates that this is the 4th dialogue paragraph in the sequence. The letters T, B, M represent the abbreviations for Top, Bottom, and Mid, indicating in which row the dialogue will appear. Tables and PC desk specify which background image will be used in that dialogue.

For each character speaking in that paragraph, we need to include a layout code (T, M, B) and a background image code. If we don't include them, the program will generate a warning. Unity reads and places all these codes from the .txt file into the game.

Now, let's talk about the names. These are quite self-explanatory. Saye is our main character, and kedi (means cat in Turkish) is our cat :) The emotion names in parentheses next to them encode the emotions with which those sentences are spoken. We plan to provide more details about the emotions in the next blog post.

If you have any questions about how the system works, we'd be happy to answer them. Thank you for your interest in Anomalistic Revolution. See you in the next blog post.

DevLog#0 - Searching for Absolute Truth

Hello! We're excited to share our 4th game, Anomalistic Revolution, with you. The idea for this game came from the concept of a computer program that can uncover absolute truths about different topics. This is why we titled it "Searching for Absolute Truth."

When we began creating the story, artificial intelligence tools on the internet weren't as common as they are now. The thought of a programmer inventing such a tool fascinated us. While the initial story evolved over time, the core idea of artificial intelligence seeking absolute truth remained at the heart of the game.

Here's a sneak peek from the game: We'll use this unique tool within the game, working together to uncover the mysteries our main character aims to solve. This is the main character's mission, and we'll share more about this device in a future blog post.



The game raises a big question: Can a computer program using artificial intelligence find the truth behind real-world events? This question has philosophical, political, technological, and ethical aspects. It often touches on the things that matter most to humanity. But our goal is to create an enjoyable game that encourages questions and discussions around this theme. We carefully designed the game's theme, characters, story, and mechanics to fit this concept.

In our next blog post, we'll explain the technical details of how we placed dialogue texts and character visuals on the user interface (UI) panel in the story-driven Anomalistic Revolution game.

Thank you for your interest, and we can't wait to hear your thoughts on Anomalistic Revolution. Enjoy your day!