DevinHesi

Forum Fanatic
Uploader
Oct 29, 2021
4,653
40,236


Hey, first I wanna wish a happy new year to everyone, hope you all enjoyed yourselves and the free time during the holidays. I admittedly worked on the game less than usual but still got what I planned done. v0.19.0 is made out of mostly shorter build-up events since I intend to make the special v0.20 quite a bit bigger.

There are also two things I want to mention regarding the polls and the decisions Skilled Tamers made in the past few months.

The Drawn Maps - There are 3 maps in the game, the town, the forest, and the island. Each of them will of course need a map, and I want to add them in the same update. Currently, the Island map is finished, while the town and forest maps are still being worked on.

Custom Title Prompt After Taming - The system is already set up, and will be implemented in v0.20.

For those interested, v0.20 will also have updated fonts for Eastern languages like Japanese and Chinese.

New Content:

  • Quila: New Love Event,
  • Valerie: New Love Event,
  • Luna: New Story Event,
  • Roxie: New Love Event + Animation,
  • Helen: New Story Event,
  • Layla: New Love Event + Animation,
  • Katherine: New Story Event,
  • Abigail: New Repeatable Animation,
  • Emma: New Repeatable Animation,
Various Bug Fixes and Changes:

  • Bug: Layla's 5th heart should now unlock properly,
  • Fix: What Aurora calls you should now stay the same after reloading a save,
  • Typo: Fixed a few typos from the last update,
 

BastardX

Well-Known Member
May 13, 2018
1,484
542
Cant wait for 0.19 or 0.20! Oh anyone have update code for gallery?
 
Last edited:

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,523
1,053
WorldTamer-0.19
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,576
222,912
World Tamer [v0.19.0] [Deniam]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

malaac2025

Active Member
Mar 17, 2024
685
519
OK why the hell is Gallery locked on PC? To check gallery currently takes 4 steps.

1. Save Game
2. Main Menu
3. Check Gallery
4. Reload Game

Now second how the hell do I unlock the 3rd picture with Daisy and Abigail?
 

IceDemonlord [ITA]

New Member
Dec 28, 2021
14
23
Am i the only one getting this error?


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "game/scripts/navigation.rpy", line 455, in execute
File "game/scripts/navigation.rpy", line 455, in execute
File "game/scripts/navigation.rpy", line 622, in execute
File "game/scripts/navigation.rpy", line 624, in execute
Exception: Imagebutton does not have a idle image. (auto='college btn %s').

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "scripts/Locations/island.rpyc", line 74, in script call
File "scripts/Locations/island.rpyc", line 87, in script call
File "scripts/Locations/island.rpyc", line 87, in script call
File "scripts/Locations/island.rpyc", line 87, in script call
[Previous line repeated 3 more times]
File "scripts/House/bedroom.rpyc", line 47, in script call
File "scripts/navigation.rpyc", line 295, in script
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\ast.py", line 1971, in execute
self.call("execute")
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\exports.py", line 1662, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\screen.py", line 491, in per_interact
self.update()
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/navigation.rpy", line 455, in execute
File "game/scripts/navigation.rpy", line 455, in execute
File "game/scripts/navigation.rpy", line 622, in execute
File "game/scripts/navigation.rpy", line 624, in execute
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\ui.py", line 950, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "G:\Giochi no-steam\Giochi-no-steamG\WorldTamer-0.19------------------------------buonoo\renpy\ui.py", line 944, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='college btn %s').

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
World Tamer 0.19.0
Sun Feb 16 20:58:13 2025
 

ewafvirus

Newbie
Jan 9, 2019
60
31
What Is the pregnancy contenta in this game? Ending or mechanic/repeatable?
As of .19 pregnancy is just the act of having sex that will get the girls pregnant. Several of the girls gain the option to impregnate them after the island arc. No showing of baby bellies as of yet from what I can see.
 
3.80 star(s) 16 Votes