AndroidGamesLinuxMacOsRen'pyVisual NovelWindow

Radiant [v0.5 alpha] [RK Studios]

Download for Windows/ Linux

Download for Mac

Download for Android

  • swipe down to hide the ui
  • swipe left to roll back
  • swipe right to start skipping of text
  • swipe 2x left&right to open the game menu
  • swipe up&down to toggle a small window with memory usage information
  • longpress the save file thumbnail in the save/load screen to delete this slot

Download Walkthrough

*UPDATE – The Alpha version of CH5 won’t be updated in WT since there still needs to be stuff added ingame, the full WT comes with the full version of CH5!!!

Download Incest Patch

Content Changed

Incest Patch: Enables the “Taboo Edition” of Radiant, which modifies the base game and adds incest, age-play, etc.

Patch Instructions

Windows/PC: Copy xyz.rpyc into your “game” sub-folder .

Android users: Navigate to Android/data/xyz/files, create a new folder named “game” and copy the xyz.rpyc in this folder.

Mac: Right click your  xyz app -> Click “Show Package Contents” -> Move xyz.rpyc into your “Contents/Resources/autorun/game” folder

Note: This patch will work for all future versions as well. Just copy the file for each new game version. It will always stay the same file.

Download Enhanced Status Menu Mod

Features:

  • View (and change) the stats and the Psyche of the MC
  • View (and change) the stats of the main characters
  • View (and change) the relationship status of the main characters
  • Enable/disable the “Taboo Edition” (aka incest patch)
  • Enable/disable the optional blood content
  • Enable/disable the optional urination content

Installation and How to use this Mod:

  • Download and extract the content into the “game” subdirectory of your Radiant directory.
  • Start your game and you should see “Status” in the top right corner.
  • Click it to open the Status Menu.
  • Once in the status menu all yellow values can be changed by either using the buttons to the left/right or by clicking on the text.

Download Walkthrough Mod

Features:

This mod adds an in-game walkthrough for the important choices.
 
Installation:
PC: Unzip the mod and put the folder named “game” from the mod in your “Radiant-0.3-pc” folder.

MAC: Unzip the mod -> Right-click your “Radiant” app -> Click “Show Package Contents” -> Open the “Contents” then “Resources” folders -> Hold the Option key and drag the folder named “game” from the mod to the “autorun” folder -> Click merge

You can also mail us at :- [email protected]

Editor's Rating

Story - 95%
Visual - 96%
Engagement - 97%
Core Loop - 94%

96%

out off 100%

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

User Rating: 4.03 ( 130 votes)

Related Articles

60 Comments

  1. Hi Dev. I encountered a problem related to status.

    “[code]
    I’m sorry, but an uncaught exception occurred.

    While running game code:
    File “renpy/common/00gamemenu.rpy”, line 170, in script
    $ ui.interact()
    File “renpy/common/00gamemenu.rpy”, line 170, in
    $ ui.interact()
    File “game/1status.rpy”, line 40, in execute
    File “game/1status.rpy”, line 40, in execute
    File “game/1status.rpy”, line 43, in execute
    NameError: Name ‘hit ESC to close’ is not defined.

    — Full Traceback ————————————————————

    Full traceback:
    File “renpy/common/00gamemenu.rpy”, line 170, in script
    $ ui.interact()
    File “renpy/ast.py”, line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File “renpy/python.py”, line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
    File “renpy/common/00gamemenu.rpy”, line 170, in
    $ ui.interact()
    File “renpy/ui.py”, line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
    File “renpy/display/core.py”, line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
    File “renpy/display/core.py”, line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
    File “renpy/display/core.py”, line 582, in visit_all
    d.visit_all(callback, seen)
    File “renpy/display/core.py”, line 582, in visit_all
    d.visit_all(callback, seen)
    File “renpy/display/core.py”, line 582, in visit_all
    d.visit_all(callback, seen)
    File “renpy/display/core.py”, line 582, in visit_all
    d.visit_all(callback, seen)
    File “renpy/display/screen.py”, line 451, in visit_all
    callback(self)
    File “renpy/display/core.py”, line 3810, in
    root_widget.visit_all(lambda i : i.per_interact())
    File “renpy/display/screen.py”, line 462, in per_interact
    self.update()
    File “renpy/display/screen.py”, line 653, in update
    self.screen.function(**self.scope)
    File “game/1status.rpy”, line 40, in execute
    File “game/1status.rpy”, line 40, in execute
    File “game/1status.rpy”, line 43, in execute
    File “renpy/text/text.py”, line 1688, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
    File “renpy/text/text.py”, line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
    File “renpy/substitutions.py”, line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
    File “/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py”, line 563, in vformat
    File “/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py”, line 585, in _vformat
    File “renpy/substitutions.py”, line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
    File “/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py”, line 646, in get_field
    File “/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py”, line 605, in get_value
    File “renpy/substitutions.py”, line 236, in __getitem__
    raise NameError(“Name ‘{}’ is not defined.”.format(key))
    NameError: Name ‘hit ESC to close’ is not defined.

    Windows-10-10.0.19041 AMD64
    Ren’Py 7.5.3.22090809
    Radiant 0.5a
    Sun Sep 24 00:22:56 2023
    [/code]

  2. Can’t believe this is 96% although it has potential it is rather short with limited interaction. the story is just starting and not much to it.

    1. No shit. It came from the same idiot loser asshole scammer dev that quit his other trash game Polarity less than midway to make this garbage.

  3. Jut finished the current version, and hoping an update finishing 5 will be out soon. Not bad so far – haven’t skipped much other than most of the recent dialogue with Brooke (you get a 2nd chance to start the Brook path, but you don’t get a chance to end it once you start it??) because it is super boring and I very quickly regretted starting that path when given the 2nd opportunity. You date her once and she’s already your “girlfriend” that you want to bring home to meet your daughters? What. But I did want to give credit for the Nezuko cosplay photo in the photoshoot pics Brooks sends the MC to review. Funny. 🙂 Is there sa deeper reference from the dev there? Liv = Tanjiro, Alli = Inosuke, Maddie = Zenitsu??

  4. hi guys,

    I’ve been searching for a game for the past months that I lost the name of maybe someone can recognize it. It’s about a bearded and muscular man that starts living with 4 petite roommates. 2 of them are blonde girls and the two others are a brunette and a redhead. In the game, there is a scene where they go on a yacht and stuff happens and in another scene 2 of his roommates invite him to play a game where he needs to choose a card from four decks that contain a special sexual treat from them. Also, there is another scene where he consults a psychologist (woman) that asks him to imagine sexual scenes with the roommate of his choice. The graphics are very good. If you guys have any ideas please let me know. Thanks!

  5. For anyone having an issue crashing using the enhanced status menu mod i have found a solution that worked for me. I was messing around the error codes and found that it stated line 43 in the code File “game/1status.rpy”, line 43, in execute
    NameError: Name ‘hit ESC to close’ is not defined. So first make sure you have python 3 installed and download the un.rpyc from here:

    https://github.com/CensoredUsername/unrpyc/releases

    Put that file in the game folder and then run the game until you get to the main menu and close the game. Make sure its in the game folder not the top level folder where the exe is. Now you should have the 1status.rpy file alongside the 1status.rpa file. Open the 1status.rpy file in notepad++ or editor of choice and go to line 51 and delete everything from 51 to 43. Save changes and then load the game back up and it should work now.

  6. atleast the mc in this is not a complete fuck boy who is afraid of getting it on with his daughters unlike the mc in single again and no manipulative bitch of a daughter either or dumb ass dream sequences it’s just a shame this dev takes soooo damn long to update

  7. don’t bother downloading this update this retard figured it was a good idea too release an alpha so this chapter is not even finished also incest patch don’t work despite it being the same version

  8. One of the best games ever. Superb visuals, animations, characters, content and dialogs. Linear storyline, without shitty time shifts and changing places. It deserves all the points it has been given.
    Hope to see it going on and on and on… maybe with less passing time between new chapter releases 😉 So please keep going

  9. Just finished the first two chapters, I must say this is really some high quality work. The character model is well put together, and the animation feels real and runs smoothly. The facial expressions was on point with the dialogue, and the character made eye contact when needed. The only thing I would worry about it what was said in the replies, with a work this ambitious take a lot of work and I think this is a indie dev? Hope for the best, but definitely would recommend; especially if you are the few like me that also actually read these novels, the story was captivating.

    1. ok dev. Nice try. after all this time, you only got this little content. Have fun milking your patrons. Nice try, though.

      1. That’s why you skip several versions between downloading your 100% free version of the game. Duh.

  10. Garbage game nobody asked for or cares about. The fuckhead dev has a track record of abandoning one project and starting another. Have fun being scammed by this scammer dev, losers.

  11. Why is the previous version (v0.4-BETA) called the BETA and the next version (v0.5 Alpha) called the Alpha? This isn’t how it goes

    The Alpha is always the working draft version which starts to take shape but is still very rough and often partially broken. The Beta is the next build which is more polished, is often sent for testing, is still unfinished but goes before the release build. Confusing.

    1. geez, don’t expect postmillenials to uderstand what words actually mean, that would be too much for their shmartphone-wired brains

  12. i put the patch in the game file but it doesnt change the dialogue for the patch ‘features’ can someone tell me how to fix this?

  13. Does anyone know how big chapter 5 is? like how many hours of gameplay or how many amount of renders?

  14. Hope this one doesn’t get abandon as I’m seeing a lot of lately I’m looking forward to an updated on this because this is a good story I’d like to see a completed version in the future
    I do wish these developers would stop abandoning these just when you have a bunch of admirers
    If a developer abandons a game do it because it’s crap not when its really great

  15. i have a hard time understanding why people defend this scammer all he does is come up with excuse after excuse as other people have said he abandons pretty much every vn he does it’s gonna be atleast 2030 by the time he even gets close to finishing this IF he even gets that far he will abandon this eventually because he gets bored

  16. To everyone saying “30 minutes of gameplay”, are you just skipping all of the dialogue? Because sure, done that way, most of these games don’t take any time to get through but ya’ll had me thinking this was going to be a tiny update and it wasn’t. A ton of stuff happens in chapter 4. No spoilers but yeah, while it might not be worth waiting a year for, this was a solid update with plenty of content. Please either start playing visual novels correctly or stop leaving “reviews” for them. If you’re just trying to jerk off, porn exists.

  17. Dev claims the latest update has 3+ hours of gameplay?? More like 30 minutes. sigh It’s a great novel but it is taking way to long to progress, It took the dev like 14 months to release chapter 4 and it’s unfortunately very short. Perhaps if you replay it many times you might get a couple of hours of content out of it but a single playthrough is only at least 30 minutes maybe an hour if you really stretch it out. I guess I’ll be back with another comment in about 14 months..

    1. If I were paying for this I’d be upset but I’m not so oh well!

      If you want 3 hours of new content click 5 times slower. Maybe you’re getting off too fast 🙂

  18. Can’t get the damn patch to work for the apk. None of the instructions work and I just can’t stand the words “caretaker” or “ward” as I play. My phone cannot get that shit to work. Will not access the apk as a folder. I can add the patch in “x game” folder when I access the apk as archives and it will not load.

    Also tried to go through file path android/data/xyz/files and tried to add folder game to do the suggested way here and just will not work. Very frustrating because my PC is in storage. Not sure if I’m doing this right. How hard is it to just have the pre-patched version to download?

  19. Incest patch not working on android.. Please help how to do it..i need to install and open the game to get game folder in android/data.. Then inside that there is a folder ‘Files’.. Inside that there is no ‘game’ folder.. So i creat one and paste the patch. Then launch the game again but nothing changed

  20. Finally got updates on Discord/Patreon. Apparently Chapter 4 is being released very soon. Like, in the next couple days. Hopefully it’s true.

  21. It is disappointing to have a game be abandoned like this, but i guess it is what you are known for doing reguarly

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button