- May 2, 2022
- 1,279
- 885
AlrightyWhat new? Dlsite log didnt say anything neither
Untamed I leave my save around here somewhere. You can reply from there once maybe? I have not play in ages soo I dont remember I edit them save that way
◆About save datahow do I start a new game ?
There is probably some "1" you can replace with "0" in savefile for that, or make/use/replace savefile with one before the chair, I think there is one.I wish I could replay the chair, that's my favorite anim and it's better when it's in the moment
how to set always in mood ?
Linked below this text is someone who edited the data.win file in the Lutellaria folder so you can increase money, mood, ammo, etc. Despite the update the cheat still in fact works. Just replace the current data.win file with the downlaodable data.win file they linked. Instructions on how the cheats work are also in the post.can we use cheats?
See their post^
What new? Dlsite log didnt say anything neither
Untamed I leave my save around here somewhere. You can reply from there once maybe? I have not play in ages soo I dont remember I edit them save that way
"content added"
very nice thank you for such descriptive information, game dev
Update detailswhat kinda content was added? pregnancy for the other enemies?
Updated the cheatscan you update this to the 4/7/23 version?
so no preg for other enemies. ok.Update details
・The price of some clothes of store clerks has been halved.
・Adding small areas (which can be unlocked by purchasing the store clerk's tentacle clothes)
・Addition of H-scenes
・Added a rematch with the bosses (enter from the map just before each boss).
・Fixed a bug.
got this from ci en
It's 500,000, last peice of clothing from the shopkeeper.What to do to buy tentalce suit?
been looking around for a tiny bit now, but where is the room you can unlock by buying the merchant's tentacle clothes
As someone who skimmed through all the game's animation files; no, they just explode, that's all.I don't want to cheat the gallery but I do want to know, are there any scenes with the bomb girls?
import os
import shutil
# Specify the directory containing your files
input_folder = os.getcwd()
# Create an output folder within the current folder
output_folder = os.path.join(input_folder, 'output')
if not os.path.exists(output_folder):
os.makedirs(output_folder)
# Iterate through the files in the input folder
for filename in os.listdir(input_folder):
if filename.endswith('.atlas'):
# Read the .atlas file to get the texture names
texture_names = []
with open(os.path.join(input_folder, filename), 'r', encoding='utf-8', errors='ignore') as atlas_file:
for line in atlas_file:
if line.strip().endswith('.png'):
texture_names.append(line.strip())
# Find the matching .png and .json files
base_name = os.path.splitext(filename)[0]
newspinefolder = os.path.join(output_folder,base_name)
os.mkdir(newspinefolder)
for i, texture_name in enumerate(texture_names):
# Rename and move the files to the output folder
new_texture_name = f"{texture_name}"
png_file = f"{base_name}_{i}.png"
json_file = f"{base_name}.json"
shutil.copy2(os.path.join(input_folder, png_file), os.path.join(newspinefolder, new_texture_name))
shutil.copy2(os.path.join(input_folder, json_file), os.path.join(newspinefolder, json_file))
shutil.copy2(os.path.join(input_folder, filename), os.path.join(newspinefolder, filename+'.txt'))
print("Files have been processed and moved to the output folder.")
Aw damn. i remember i was going to look into this but got distracted trying to figure out the secret/unfinished areas.I wish I could replay the chair, that's my favorite anim and it's better when it's in the moment