Imperial Chronicles 18+ Game Screenshot 1

Imperial Chronicles [v1.0] By Lazy Monkey

Download For Windows / Linux

Download For Mac OS

Download Walkthrough, Patches & Multi-Mod

Features & How To Install Multi-Mod?

Features:

– Walkthrough and choice guide for best scenes. Hovering over some choices gives additional information.
Walkthrough can be toggled in settings.

– Replay gallery with 59 scenes (Includes a toggle to unlock gallery)

Installation:

1. Merge /game directory with your game’s files, overwrite as necessary.

Download TORRENT & ANDROID PORT

Heyho everyone.

Chatgpt and I made a little cheat script that can give the player all perks at once.

Warning: This script will modify the game files irreversibly. I am not responsible for any damage this may cause to your saves!


Here is is how it works:

Any time the game wants to check which perk you have chosen it will ask “perk == “something” ” or something very similar.

While something then is either “intelligence”, “strength” or “mage”.

This script searches through all rpy files and replaces it with True.

Meaning that “if perk == “intelligence” ” becomes “if True”.

Again. This will literally change the games code. Once you apply this you would have to reinstall the game to undo.

I tried to first overwrite the if statements but this just really fucked up the game. Going for the throat is the easiest way.

It should be entirely version independent and also not break the code unless the dev deviates from how they used these perks until now.


Now, obviously, I can’t predict that this will never cause an issue because I don’t know what the dev will do in relation to such perk checks. But so far, having played this game with URM like 3 times, I can’t think of any instance where this would bork the game. I tried to cover all possible syntax comparisons. But if the dev wants to they could still trick me. In the end its just a regex replacement.


How to use:

1. place the rpy file into the /game folder.
2. Run the game and load a save to be sure.
3. Immediately close the game again.
4. Remove BOTH the rpy file and the new rpyc file.
5. Run the game again. It is now modified.


Use at your own risk! I will provide 0 tech support!!! The code is readable in plain within the file.


Python:
init python:
    import os
    import re

    def modify_game_files():
        game_dir = os.path.join(config.basedir, "game")  # Get the game directory
        pattern = re.compile(r'not\s*perk == "([^"]+)"|perk == "([^"]+)"|perk != "([^"]+)"|perk is "([^"]+)"|perk is not "([^"]+)"')  # Match all forms of comparisons

        for root, _, files in os.walk(game_dir):
            for file in files:
                if file.endswith(".rpy"):  # Only modify .rpy files
                    file_path = os.path.join(root, file)

                    with open(file_path, "r", encoding="utf-8") as f:
                        content = f.read()

                    # Replace the matched patterns with 'True'
                    new_content = pattern.sub('True', content)

                    with open(file_path, "w", encoding="utf-8") as f:
                        f.write(new_content)

    modify_game_files()  # Run on game start

Download TORRENT & ANDROID PORT

Greetings everyone!

I recently started to rework & improve the English translation of Imperial Chronicles as a pet project of mine. With Lazy_Monkey ‘s blessing, I share the first part of the game (named Intro) with you in hopes of improving your gameplay experience and encouraging another replay!

In addition to the dialogue rework, missing scenes & dialogue was added, variable bugs fixed or cleaned up for a smoother and cleaner experience. This includes the “recap screens” which will also get fixed so that player choices are properly tracked & expressed.

I hope you enjoy it as much as I enjoy working on it! 0.1 is currently underway, and will be published soon!

P.S.: If I missed anything at all, please let me know, and I will fix it ASAP!

The instructions on how to install everything is contained within the files. Enjoy!

12-05-2025-UPDATE: Packaged all the files necessary in a neat little folder with clear instructions on how to easily install the improved script files + added 0.1 content! Going forward, this attached folder will be updated with newer releases as I finish them, as well as this post to let you guys know. Now featuring a Game Save naming option!

09-06-2025-UPDATE: Update 0.2 has been fully translated and fixed up! Thanks for being patient, but sometimes these things just take time. On that note, I have to unfortunately slow down this project significantly, as my main project is being picked up again. I will be a full-time script writer & coder for that one, so the translations will happen when they happen. If anyone wishes to contribute, feel free to DM me with your work so I can review it and maybe even incorporate it!

Download TORRENT & ANDROID PORT

Created mostly for change last name but this file allows you to change all first and last names in the game and every entry you want.


Installation:




  1. Download the file.
  2. Paste it to the WastelandGuardian/game folder.
  3. Open UNCbyPessimao.rpy using Notepad or any other text/code editor.
  4. Edit the entries labeled ORIGINALNAME# and YOURNAME#.
  5. Save the file.

Download TORRENT & ANDROID PORT

Download Torrent, Android Port & Bug Fix

Editor's Rating

Story 83%
Visual 85%
Engagement 78%
Core Loop 78%

This review is based on author’s perspective and actual experience may differ on individual’s own preferences.

Out Of 100%
0 %

DikGames.Info Comment Policy​

Warning: Enter with caution! Comments might spill the sizzling beans—spoilers ahead. Navigate at your own risk, and brace yourself for the spicy revelations!

I'm the enigmatic mind behind the sensual narratives on DikGames.Info. A passionate storyteller, Juliana crafts worlds where desire and fantasy intertwine. With a penchant for exploring the boundaries of intimacy, her creations invite you to embark on thrilling journeys within the realm of adult gaming. Reach Me At: [email protected]