Home Creators Posts Import Register Favorites Logout
haven't archived this post yet. have a subscription? use the importer!

Content

Hi, everyone!

It's a holiday today, so we tried very hard to make it in time with the present for you, our dear patrons, and we’re glad that we succeeded — meet the new chapter of Tame It! 🎁🎉

The chapter turned out to be quite short, but vivid, rich and hot. We’ve implemented some kinks that you actively voted for, as well as the things we promised to implement in the game when we get to our next Patreon goal.

A little bit about what awaits you in this chapter: Lee will be able to reveal the secret of the island, and he will get a chance to fight the jaguar again. It's a big fight, but the reward is worth it. And after this chapter, there will be no more obstacles between Lee and Tonya's possible camp. What if they've been living on opposite sides of the island all this time? But you’ll learn about that in the next chapter 😉

As for the puzzle pieces that you have to find throughout this chapter: since we have just implemented this feature, they will appear in large numbers at once, but when passing the game from the very beginning, they will appear gradually. So don’t be surprised that they come across too often and don't try to find them all in one chapter, as not all locations are open yet! 😅

We also release the public English version up to Chapter 7 today, and a version for you including the story up to Сhapter 9 will be out in a few days. 

Merry Christmas to everyone who celebrating today! 🎄✨ We wish you great holidays and lots of awesome games in the coming year. And we are going to continue to delight you with hot and interesting content.

And those who do not celebrate Christmas today, we wish to have a nice day and a good time playing our game.

We love you, dear patrons! Thank you for your support! Happy holidays! 😘

Stay tuned!

Download

Windows & Linux: https://manka.games/download/tameit/pc/0.13.0?key=is_it_a_map
Mac OS: https://manka.games/download/tameit/mac/0.13.0?key=is_it_a_map
Android: https://manka.games/download/tameit/android/0.13.0?key=is_it_a_map 

Changelog:

  • Story continuation
  • New minigame and collectibles for it
  • Add Octa kiss favor
  • Add Octa reactions to the jaguar in dialogues
  • SOS location, chapter 1 intro, beach and forest backgrounds got live2D versions
  • New collectibles added, they spawn through the game on different locations, like Tonya's photo
  • Collectible objects now respects the time filter
  • Improve Octa task assignment. Octa can now get stones and seaweed from the lake
  • Fix unintentional skip of the part of the story in chapter 9
  • Fix mess with the words in the dialogue window in some cases
  • Adjust berries and mushrooms tasks chance before dinner at chapter 10
  • Enable tooltips by default
  • Add tooltips to dialogue window tabs
  • Add tooltips to chapter selector and save/load menu
  • Add hint to the bait minigame.
  • Change texts in chapter 8
  • Add all voyeur scenes to the gallery
  • Fix jam max count (thx AltairPL)
  • Don't allow crafting if there is no space for the result in the inventory (thx AltairPL)
  • Don't allow to gather more water than free space in the inventory (thx AltairPL)
  • Add time check on Lee treatment in chapter 11 (thx AltairPL)
  • Fix Cat behaviour at the start of chapters 6 and 7
  • Forbid to kiss and pet Cat before the story unlocks it (thx AltairPL)
  • Add items count to craft window (thx AltairPL)
  • Add items count in task assignment in the dialogue window (thx AltairPL)
  • Update assets in the prologue
  • Add toggling hints in the prologue steering game
  • Set actual Lee hp value at the start of the fight with the jaguar
  • Rework game over screen
  • Add confirm to "Disable Live2D" setting with game restart
  • Don't show "Disable Live2D" setting on desktop devices
  • Many small fixes

Files

Previews only

Comments

saturnales

Thanks ! Why are the visuals blurred for the 2 last updates ? Looks strange

Manka_Games

Hi! We use blur in a couple of minigames. chapter selector and gallery. Do you have it on other screens?

Torchwood

Hi guys! Wish you a merry christmas! New chapter is great and i really like it! Unfortunately it crashes evry time when cat is going to craft the tool for getting the rock in cave out of the way! Could you please fix it after holidays? I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/screens/craft.rpy", line 45, in execute File "game/screens/craft.rpy", line 45, in execute File "game/screens/craft.rpy", line 53, in execute File "game/screens/craft.rpy", line 60, in execute File "game/screens/craft.rpy", line 67, in execute File "game/screens/craft.rpy", line 68, in execute File "game/screens/craft.rpy", line 69, in execute File "game/screens/craft.rpy", line 70, in execute File "game/screens/craft.rpy", line 79, in execute File "game/screens/craft.rpy", line 79, in File "game/classes/inventory.rpy", line 142, in get_max AttributeError: 'NoneType' object has no attribute 'id' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scenes/chapter10/lake_area.rpyc", line 140, in script call File "scenes/chapter11/home.rpyc", line 244, in script File "renpy/ast.py", line 2009, in execute self.call("execute") File "renpy/ast.py", line 1997, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3057, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3693, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3693, in root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/screens/craft.rpy", line 45, in execute File "game/screens/craft.rpy", line 45, in execute File "game/screens/craft.rpy", line 53, in execute File "game/screens/craft.rpy", line 60, in execute File "game/screens/craft.rpy", line 67, in execute File "game/screens/craft.rpy", line 68, in execute File "game/screens/craft.rpy", line 69, in execute File "game/screens/craft.rpy", line 70, in execute File "game/screens/craft.rpy", line 79, in execute File "game/screens/craft.rpy", line 79, in File "game/classes/inventory.rpy", line 142, in get_max AttributeError: 'NoneType' object has no attribute 'id' Windows-10-10.0.19041 Ren'Py 7.4.6.1693 Tame It! 0.13.0 Sat Dec 25 20:55:16 2021

Torchwood

Thank you so much! If there would be :-) an award for the fastest bug-fixing-patreon you would be my No.1 !!! :-)

Kale M

I was wondering where the tablets were im missing just one and spent a ton of time trying to find it

Manka_Games

You can't find all the pieces yet because not all locations are open (it's written in the text above) 😉

User152540

guys, please help. I'm stuck at the place where the octopus girl swims away after she saw the cat girl caressing the main character, now I don't know what to do, please help me

User152540

I already found it, then repaired and i don't know what to do after that (sorry for my English)

Manka_Games

When you give it to her, she'll open you the path in the cave behind her. To get there, make some torches :)

User152540

But i can't find her she is not in her cave or somewhere else

Manka_Games

Can you send us your save file, we'll take a look and fix it for you if there is a problem. You can send it to [email protected] or to Asmodeev on our Discord server :)