-lust-

Newbie
Nov 5, 2023
45
63
Welcome back. I'm looking forward to playing.


Here's a corrected script. It's spelling and punctuation only. Very minor stuff.
Unzip the file, put the "script" in the "game folder" in the game directory, and overwrite.
Thank you for this. Was absolutely necessary.

how can i change MC name ?
here's a drop in renamer , to change the names just go to preferences and you can change names.

You don't have permission to view the spoiler content. Log in or register now.
 

-lust-

Newbie
Nov 5, 2023
45
63
Thanks for this. Can this be used in other games? Maybe with slight changes?
Unlikely. Variable names vary, so those would need to match and then I lazily just rebuilt the preference screens with the addons so this uses his styles, and everything.. so basically if left the pref pane vanilla and just did edited the gui and options like CapR did ya it'll be fine but if they did any customization it'll render you errors or rearrange / destroy the pref pane lol

If you want a way to do it across games you'd have to change the variables. so using 0x52_URM would be your best bet, then for text if the dev doesn't use consistent variable naming (like CapR) and hardcodes the name in plain text you'll have to add a small .rpy file

Python:
init python:
    def replace_names(text, **kwargs):
        text = text.replace("MC_Name", "My_Own_Name")
    config.say_menu_text_filter = replace_names

obv replace MC_Name with the name of the mc and My_Own_Name with your name of choice and you can repeat the text - text.replace for any number of names. else just ask in the game or something. changing names is trivial. adding it so it look like its part of the options screen takes a bit more time just because ppl customize stuff (still trivial in most cases)
 
  • Heart
Reactions: Saint Blackmoor

Saint Blackmoor

I Can Proofread Your Game.
Donor
Oct 26, 2017
6,461
19,645
Unlikely. Variable names vary, so those would need to match and then I lazily just rebuilt the preference screens with the addons so this uses his styles, and everything.. so basically if left the pref pane vanilla and just did edited the gui and optionsliek CapR did ya itll be fine but if they did any customization it'll render you errors or rearrange / destroy the pref pane lol
That's cool. Thanks. I'm a noob at code, but I'll give the Python code a shot on some other game. (y)
 

-lust-

Newbie
Nov 5, 2023
45
63
That's cool. Thanks. I'm a noob at code, but I'll give the Python code a shot on some other game. (y)
no worries, everyone has their talents + lack thereof kek
if anything you can pm me (though fair warning sometime i go awal for months but if im avail ill do it asap lol)


i think they are different dev
No its the same dev. He even posted about it here. He wants to do this first before returning and completing other game, for *reasons*
 
  • Yay, update!
Reactions: Saint Blackmoor

vijo999

New Member
Sep 6, 2024
1
1
View attachment 4857337

Overview:
You play as an Indian boy, after everything that happened. A new start, A new house. A quieter place. We three live together and we are not really a picture-perfect family. Never were. But somehow, we’re all we’ve got now. I didn’t expect much to change…But I was wrong. Some things don’t stay buried forever. Some feelings… grow when you least expect them to..."​

Thread Update: 2025-05-20
Release Date: 2025-05-20
Developer: CapR - - -
Censored: No
Version: 0.1
OS: Windows, Mac, Android
Language: English
Other Game: Insimology
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux
: MEGA - - - PIXELDRAIN -
Mac: MEGA - - - PIXELDRAIN -
Android: MEGA - - - PIXELDRAIN -


View attachment 4857338 View attachment 4858033 View attachment 4858036 View attachment 4858037 View attachment 4858035 View attachment 4858034 View attachment 4858051 View attachment 4858041 View attachment 4858039
Thank you Boss hehe boi
 
  • Like
Reactions: CapR
4.30 star(s) 3 Votes