Options.systemOptions.cgs = cgs.map(str => {
str = str.replace(/.*?CG\//, '');
str = str.replace(/\.png/, '');
return str;
});
Options.systemOptions.busts = charImages.filter(x => x.includes('fulls/')).map(str => {
str = str.replace(/.*?fulls\//, '');
str = str.replace(/\..*/, '');
return str;
});
Thanks! How'd you manage to find this command?Yeah here's the commands to unlock all the CGs and busts.
Unlocks all the CGs:
Options.systemOptions.cgs = cgs.map(str => { str = str.replace(/.*?CG\//, ''); str = str.replace(/\.png/, ''); return str; });
Unlocks all the busts:
Options.systemOptions.busts = charImages.filter(x => x.includes('fulls/')).map(str => { str = str.replace(/.*?fulls\//, ''); str = str.replace(/\..*/, ''); return str; });
I just looked through the game's code to see how the gallery worked. Then I wrote the code that makes your unlocked CGs/busts equal to every possible CG/bust in the gallery.Thanks! How'd you manage to find this command?
Load up a game. then go to the main menu. You should see a gallery button.I keep seeing “CG’s” and “Busts” what are those? Sorry if this sounds stupid.
Thanks. Will doLoad up a game. then go to the main menu. You should see a gallery button.
The terms are a little idiosyncratic. "Bust" usually refers to a chest-up image of a character, but in Fen/Sav games it's become shorthand for the primary character art - the thigh-up (and sometimes feet-up) image that appears in the right window of the game when you're talking to a character. "CG" is apparently a Japanese visual novel term for an 'iconic' special full-screen image that depicts a scene from the VN or game, which is usually saved and accessible by the player even outside of the narrative.I keep seeing “CG’s” and “Busts” what are those? Sorry if this sounds stupid.
CG just stands for computer graphic and it was never exclusive to VN's, the term is used for all kinds of PC games. CG's just happen to be used most in VN's as a requirement, they're the "visuals" in the novel."CG" is apparently a Japanese visual novel term for an 'iconic' special full-screen image that depicts a scene from the VN or game, which is usually saved and accessible by the player even outside of the narrative.
Thanks! I appreciate all the info. I see it used all the time and it bugged me that I couldn’t figure out what they were. Thank you!The terms are a little idiosyncratic. "Bust" usually refers to a chest-up image of a character, but in Fen/Sav games it's become shorthand for the primary character art - the thigh-up (and sometimes feet-up) image that appears in the right window of the game when you're talking to a character. "CG" is apparently a Japanese visual novel term for an 'iconic' special full-screen image that depicts a scene from the VN or game, which is usually saved and accessible by the player even outside of the narrative.
Basically, "busts" are the character art from the right side of the screen, and "CGs" are the special illustrative images that show up in the text of the game. When a player sees one - meets a characters, sees that character naked, transforms that character, gets that character pregnant, sees the special CG scene, whatever - it's unlocked for permanent viewing in the menu of the game.
you get it randomly when visiting both of them, totally up to RNG. I think one of the requirements is specifically choosing the "fuckbuddies" relationship at the beginning. I'm not 100% sure but I've yet to see it in the save where I chose polyamory.Slight hijack, how does one unlock that CG in the first place? I did the grinding to get all the variants of Berwyn's bust since you can just cycle through all their variants when rebuilding the body, but I haven't seen that CG
1. Right click on the screen while playing CoC2 with a loaded save (It won't work from the home screen)Alright my question is:
What are the steps necessary to use these commands?
I don't think you can, but you certainly won't do it be Necroing a 5 month old thread.How can I unlock busts an CG
on android
I'm aware of that, but I was wondering if the code would work on TITS because I like having things unlocked, but some CGs don't unlock for me, even after I've seen them.