Complete Unity Hand Drawn Yuruyuru Survival Zenra-jima no Shoujo-tachi, Laid-Back Survival The Girls of the Naked Island [v1.3.0][TOMO GAMES]

4.00 star(s) 1 ratings
4.00 star(s) 1 review

HuiEtyud

SomethingWitty.jpg
Staff member
Moderator
Game Uploader
Prestige 5
Prestige 4
Prestige 3
Prestige 2
Prestige 1
Lewd
Registered
Joined
Jul 10, 2022
Messages
524
LewdCoins
⚡109,151
Donation coins
0
Platinum
0
adcoin
0
‎4 Years of Service‎
Allow others to update?
  1. yes
Developer Name
TOMO GAMES
Developer Links
Version
1.3.0
Latest Update
Jul 30, 2026
Release Date
Jun 20, 2025
Language
English
OS
  1. Windows
You must be registered to see attachments


Overview:
Somewhere in the world, there exists an island where nude girls with very loose views on chastity live.
What kind of fate awaits the protagonist who finally fulfills his dream of arriving at this paradise island!?
An erotic and laid-back survival life unfolds with carefree girls who have a very relaxed sense of chastity!​

1. Execute the translate_unity_deepl_nextgen.exe, if you see this all good
You must be registered to see attachments


but if you see this, please close the translate_unity_deepl_nextgen.exe and start the translate_unity_deepl_nextgen.exe again, alternatively you can use translate_unity_google.exe to avoid this error

2. Start the Game.exe
3. Enjoy the game
4. if you see japanese text, please wait a moment, the translation server translates the text for u, and please look in the translate_unity_deepl_nextgen.exe window, in order to go sure, no errors are occured.
5. Because the game uses the unity engine, and therefore only soft translation is possible, and the game needed a play through, and therefore we use my custom translate server, in order to give a "on the fly" translation.
Fix translation typos/bugs

Thanks to Luna for the translations and adds.
DOWNLOAD
- - - - -

DOWNLOAD LATEST V1.3.0:

- -

1783278517902.png 1783278557466.png abcde.png abcde.png 1783283330354.png 1783285432029.png
 

Attachments

You must be registered for see attachments list
Last edited:
Nice one, thanks!

Unfortunately not well supported in Linux / Lutris.

If you want to do it:

Set a DLL override (in Game's "Runner Options") Key: winhttp Value: n,b - This will load the modified winhttp.dll from the Game, Wine/Proton will always prefer the preinstalled system DLL, if present

I also wrote a small wrapper in Golang (not my best work, but it's functional), that will launch both executables (the Batch start command in Wine is somewhat broken as it can break process scopes with isolation):

Code:
package main

import (
    "fmt"
    "os"
    "os/exec"
    "os/signal"
    "path/filepath"
    "syscall"
    "time"
)

func main() {
    exePath, _ := os.Executable()
    exeDir := filepath.Dir(exePath)

    // Launch translator with stdin attached
    translatePath := filepath.Join(exeDir, "translate_unity_deepl_nextgen.exe")
    translate := exec.Command(translatePath)
    translate.Dir = exeDir
    translate.Stdin = os.Stdin
    translate.Stdout = os.Stdout
    translate.Stderr = os.Stderr

    if err := translate.Start(); err != nil {
        fmt.Fprintf(os.Stderr, "Failed to start translator: %v\n", err)
        os.Exit(1)
    }

    time.Sleep(5 * time.Second)

    // Launch game
    gamePath := filepath.Join(exeDir, "Game.exe")
    game := exec.Command(gamePath)
    game.Dir = exeDir
    game.Stdout = os.Stdout
    game.Stderr = os.Stderr

    game.Start()

    // Wait and cleanup
    sigChan := make(chan os.Signal, 1)
    signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM)

    done := make(chan error)
    go func() { done <- game.Wait() }()

    select {
    case <-done:
    case <-sigChan:
    }

    translate.Process.Kill()
    translate.Wait()
}

It's optional, but may provide some QoL. To compile save the code as wrapper.go and execute this command:
GOOS=windows GOARCH=amd64 go build -ldflags '-H windowsgui' -o wrapper.exe wrapper.go

If you configure wrapper.exe in lutris it will start everything you need (tested on Arch Linux with Proton GE/Lutris running Hyprland)
 
yes. user is posting censored bullshit after censored bullshit without properly tagging
I am very sorry that I forgot the tag...
But thank you for really appreciating my hard work.

Nice one, thanks!

Unfortunately not well supported in Linux / Lutris.

If you want to do it:

Set a DLL override (in Game's "Runner Options") Key: winhttp Value: n,b - This will load the modified winhttp.dll from the Game, Wine/Proton will always prefer the preinstalled system DLL, if present

I also wrote a small wrapper in Golang (not my best work, but it's functional), that will launch both executables (the Batch start command in Wine is somewhat broken as it can break process scopes with isolation):

Code:
package main

import (
    "fmt"
    "os"
    "os/exec"
    "os/signal"
    "path/filepath"
    "syscall"
    "time"
)

func main() {
    exePath, _ := os.Executable()
    exeDir := filepath.Dir(exePath)

    // Launch translator with stdin attached
    translatePath := filepath.Join(exeDir, "translate_unity_deepl_nextgen.exe")
    translate := exec.Command(translatePath)
    translate.Dir = exeDir
    translate.Stdin = os.Stdin
    translate.Stdout = os.Stdout
    translate.Stderr = os.Stderr

    if err := translate.Start(); err != nil {
        fmt.Fprintf(os.Stderr, "Failed to start translator: %v\n", err)
        os.Exit(1)
    }

    time.Sleep(5 * time.Second)

    // Launch game
    gamePath := filepath.Join(exeDir, "Game.exe")
    game := exec.Command(gamePath)
    game.Dir = exeDir
    game.Stdout = os.Stdout
    game.Stderr = os.Stderr

    game.Start()

    // Wait and cleanup
    sigChan := make(chan os.Signal, 1)
    signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM)

    done := make(chan error)
    go func() { done <- game.Wait() }()

    select {
    case <-done:
    case <-sigChan:
    }

    translate.Process.Kill()
    translate.Wait()
}

It's optional, but may provide some QoL. To compile save the code as wrapper.go and execute this command:
GOOS=windows GOARCH=amd64 go build -ldflags '-H windowsgui' -o wrapper.exe wrapper.go

If you configure wrapper.exe in lutris it will start everything you need (tested on Arch Linux with Proton GE/Lutris running Hyprland)
leave a like on the op if you like my upload
 
I am very sorry that I forgot the tag...
But thank you for really appreciating my hard work.
I do not appreciate it. You flooding the site with censored bullshit is making my experience here much, much worse than it would be otherwise.

Someone else is probably fine with it and they can thank you if they want, but for my part I wish this trash was banned or in its own subsection where I don't have to wade through it.

if it were up to me, your posts would be banned. Thankfully for you, it isn't.
 
I do not appreciate it. You flooding the site with censored bullshit is making my experience here much, much worse than it would be otherwise.

Someone else is probably fine with it and they can thank you if they want, but for my part I wish this trash was banned or in its own subsection where I don't have to wade through it.

if it were up to me, your posts would be banned. Thankfully for you, it isn't.
This large number of game requests came about because I had to move all the translated games into the "Translation Mods+" section, I later discovered that I could create a game request for them as well, which resulted in a flood of requests. But don't you think it's a bit harsh to say my posts should be banned just because the games are censored? Most of those censored titles were actually translation requests that people had asked for, i am very sorry for the laws in japan.... I'm sorry you aren't happy with my work, and it hurts to hear that my posts might be banned.

I also added uncensoring mods to this game, but they don't work; since the game uses IL2CPP, uncensoring it is much more difficult. It turned out later that the textures are "baked," meaning one would have to manually uncensor every single image... I'm sorry I haven't gotten around to doing that yet.
 
This large number of game requests came about because I had to move all the translated games into the "Translation Mods+" section, I later discovered that I could create a game request for them as well, which resulted in a flood of requests. But don't you think it's a bit harsh to say my posts should be banned just because the games are censored? Most of those censored titles were actually translation requests that people had asked for, i am very sorry for the laws in japan.... I'm sorry you aren't happy with my work, and it hurts to hear that my posts might be banned.

I also added uncensoring mods to this game, but they don't work; since the game uses IL2CPP, uncensoring it is much more difficult. It turned out later that the textures are "baked," meaning one would have to manually uncensor every single image... I'm sorry I haven't gotten around to doing that yet.
You are not in danger of being banned. As I said, many others don't mind censored garbage, and I'm sure some are happy you're posting it. I'm just not one of them, and I wish it wasn't flooding my feed.

You could make it more bearable by always remembering to properly tag it.
 
You are not in danger of being banned. As I said, many others don't mind censored garbage, and I'm sure some are happy you're posting it. I'm just not one of them, and I wish it wasn't flooding my feed.

You could make it more bearable by always remembering to properly tag it.
To be honest, with many games I often don't even know the tags
 
So far this keeps crashing for me, entering the text menu instantly crashes, and multiple actions (including at some point during talking to the mayor during the tutorial) crash me. Anyone else have that experience, maybe a solution even?
 
To be honest, with many games I often don't even know the tags
I usually don't leave comments anywhere. But I want to thank you for bringing these games over to this site. You have absolutely nothing you need to apologize for. That person is just being rude because something they don't like wasn't tagged and they had to spend an extra five seconds looking at the pictures to figure that out. For some reason they think that makes it reasonable for them to be a jerk to you. At the end of the day, you're putting in effort for the sake of other people, and I want you to know that you are respected and appreciated for it. Thank you.
 
I usually don't leave comments anywhere. But I want to thank you for bringing these games over to this site. You have absolutely nothing you need to apologize for. That person is just being rude because something they don't like wasn't tagged and they had to spend an extra five seconds looking at the pictures to figure that out. For some reason they think that makes it reasonable for them to be a jerk to you. At the end of the day, you're putting in effort for the sake of other people, and I want you to know that you are respected and appreciated for it. Thank you.
Thanks a lot, that’s a really nice comment; it’s great to hear that. Yes, I programmed the translation tool myself; the one you're using can actually be used for other unity games too, you’d just need to adjust the `resizer.txt` file. The plugin and the translation tool should work with any Unity game. Actually, I originally confused this game with another one because of the "R-number"... but once I realized that, I decided to translate both of them.

but really thanks for the nice words and appreciate my work...
 
where is the save file?
C:\Users\%USERNAME%\AppData\LocalLow\TOMOGAMES\YuruYuruSurvival

you can use this path in your windows explorer

unity games savedata are always in

C:\Users\%USERNAME%\AppData\LocalLow\DEVELOPERNAME\GAMENAME
 
So far this keeps crashing for me, entering the text menu instantly crashes, and multiple actions (including at some point during talking to the mayor during the tutorial) crash me. Anyone else have that experience, maybe a solution even?
i can not confirm that...

but maybe helps to remove that AutoGenerated txt file

but a screenshot of the text menu what you mean was very helpful

but if you use the latest version you can try to use the older version... maybe the problem are the new entrys in the resizer.txt file i dont know...

but in the BepInEx folder you find a log file and also more informations help

what really can help you checkout the downloads of the original thread

and read all sites on the thread that can also help you

The best thing to do is to provide a save file, a screenshot, and the log files,ideally including the BepInEx console output. I don't know which menu you're referring to; sorry...without more informations i can not help you.. otherwise i must download the game and play it through and i dont want do that


the game have two game threads its confusing i know
 
Last edited:
what's the difference between the 2 download options? both say 1.3.0 in the file name.
 
I do not appreciate it. You flooding the site with censored bullshit is making my experience here much, much worse than it would be otherwise.

Someone else is probably fine with it and they can thank you if they want, but for my part I wish this trash was banned or in its own subsection where I don't have to wade through it.

if it were up to me, your posts would be banned. Thankfully for you, it isn't.
PLEASE BE RESPECTFUL AND DON'T OFFEND WHO MAKE HARD WORK FOR UPDATING LOLI GAMES IN THIS COLLECTIVE MADNESS OF ANTILOLI CRUSADE THAT AFFLICTS THE WORLD!!
IF YOU DON'T LIKE CENSORED GAMES I UNDERSTAND YOU BUT YOU ALSO CAN LEARN THAT JAPANESE GAMES ARE 99,99% CENSORED....SO DON'T MAKE A FUS FOR A MISSING TAG!

PEACE AND GODSPEED.
 
I have a question....the translation is made live online? need a connection? I ask because i play this type of games always offline...
 
I have a question....the translation is made live online? need a connection? I ask because i play this type of games always offline...
If there are parts of the game that haven't been translated yet, then yes, you need an internet connection.
because the translation server from me translate the game via a deepl nextgen endpoint for u

PLEASE BE RESPECTFUL AND DON'T OFFEND WHO MAKE HARD WORK FOR UPDATING LOLI GAMES IN THIS COLLECTIVE MADNESS OF ANTILOLI CRUSADE THAT AFFLICTS THE WORLD!!
IF YOU DON'T LIKE CENSORED GAMES I UNDERSTAND YOU BUT YOU ALSO CAN LEARN THAT JAPANESE GAMES ARE 99,99% CENSORED....SO DON'T MAKE A FUS FOR A MISSING TAG!

PEACE AND GODSPEED.
thanks
 
PLEASE BE RESPECTFUL AND DON'T OFFEND WHO MAKE HARD WORK FOR UPDATING LOLI GAMES IN THIS COLLECTIVE MADNESS OF ANTILOLI CRUSADE THAT AFFLICTS THE WORLD!!
IF YOU DON'T LIKE CENSORED GAMES I UNDERSTAND YOU BUT YOU ALSO CAN LEARN THAT JAPANESE GAMES ARE 99,99% CENSORED....SO DON'T MAKE A FUS FOR A MISSING TAG!

PEACE AND GODSPEED.
Thank you so much for the very kind words, I really appreciate it. Yes, I would have written an uncensored mod myself if the game weren't developed in IL2CPP and if I knew whether the textures were baked. I've already added uncensored mods, but they don't seem to work.If you'd like, I can look into uncensoring the game, but it will be hard work, and I don't know if I can manage it. As I said, I've already made some initial attempts to uncensor IL2CPP.Let's talk about the ever-increasing censorship, and also the fact that NSFW sites will soon have age verification. This is one reason, for example, why Lewdcorner is relocating to Switzerland... (because there they aren't affected by European Union laws and indirectly by US laws).Well, as far as censorship is concerned, Japan has strict censorship laws.... Developers are publishing their games on DLSite to reach the Japanese audience. Because DLSite is a payment processor, and all payment processors generally censor heavily and will likely censor even more in the future, developers have to pixelate genitals to avoid having their games rejected, or the game will be rejected.The situation with loli games in general isn't good regarding censorship.SubscribeStar was a great alternative to Patreon's censorship a few months ago.And yes, the guy is right, we're on a crusade against loli games.

SubscribeStar was a platform known as a fallback option regarding censorship, but...

Another platform is changing its rules to be more restrictive.SubscribeStar was known as a more lenient alternative to Patreon, better for people working on adult content. For the most part, it only denied content involving real people, such as deepfakes, animal abuse videos, and child pornography.SubscribeStar was known as a more lenient alternative to Patreon, better for people working on adult content. For the most part, it only denied content involving real people, such as deepfakes, animal abuse videos, and child pornography.``` Today, the Terms of Service have changed to prohibit fictional incest, gore, loli and shota content, porn of aged-up versions of fictional characters and hypnosis. Furry is safe, but with limitations, some odd like "human-like knee orientation". Payment processors are behind it. This should be familiar to you by now.

source:

 
Back
Top Bottom