putingman

Newbie
Jan 8, 2023
91
19
131
That's quite sad for me that the devs ignore everyone and still try to push with the game engine as it is.
If one of them ever read this, please at least add this to your game:
C:
// TODO: Put this into initialization method of the game to always use Japanese locale.
System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("ja-JP");
System.Threading.Thread.CurrentThread.CurrentCulture = ci;
System.Threading.Thread.CurrentThread.CurrentUICulture = ci;
For the rest of us here is a patch that fixes big crossed close button and black screens bug of the Outing DLC v2.0.
To apply it unpack the .cmd file into the game's folder where the .exe is and run it.
Does this patch required for newer version or no?
 

RuberFF

Active Member
Sep 27, 2018
522
465
217
That's quite sad for me that the devs ignore everyone and still try to push with the game engine as it is.
If one of them ever read this, please at least add this to your game:
C:
// TODO: Put this into initialization method of the game to always use Japanese locale.
System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("ja-JP");
System.Threading.Thread.CurrentThread.CurrentCulture = ci;
System.Threading.Thread.CurrentThread.CurrentUICulture = ci;
For the rest of us here is a patch that fixes big crossed close button and black screens bug of the Outing DLC v2.0.
To apply it unpack the .cmd file into the game's folder where the .exe is and run it.
Can't patch it, I get this message
---------------------------
Error
---------------------------
Incorrect game file!
The patch is for Summer ~Life in the Countryside~ + Outing v2.0
(Steam+R18 Patch from twitter.com/DieselmineL/status/1564908801924276224).
---------------------------
OK
---------------------------
 
  • Like
Reactions: Tyldar and gminiske

lynxx

Newbie
Jul 3, 2017
76
58
186
Can't patch it, I get this message
---------------------------
Error
---------------------------
Incorrect game file!
The patch is for Summer ~Life in the Countryside~ + Outing v2.0
(Steam+R18 Patch from twitter.com/DieselmineL/status/1564908801924276224).
---------------------------
OK
---------------------------


Same here
 
  • Like
Reactions: gminiske

maker05

Newbie
Aug 29, 2021
20
29
136
OS win11(10 maybe too) have "Windows Sandbox". You can enable this feature and set the Japanese Locale in a virtual environment. This will not affect the operation of the main OS.
 
3.80 star(s) 61 Votes