AmazonessKing

Amazoness Entrepreneur
Aug 13, 2019
1,898
2,903
Gem Domination Wardrobe Edition is up!

Gem Domination Wardrobe Version_0030.png

You can play it on Newgrounds or Itch.io, while you can also download it to your PC/Android. Have fun playing Dress-up while you wait for the new update!



 
  • Like
Reactions: Noce

GeezG

Newbie
Dec 1, 2019
81
75
How do you get the sword for Pearl?
Or I guess the real question: How do you talk to kiki when she's always running or working?
 

AmazonessKing

Amazoness Entrepreneur
Aug 13, 2019
1,898
2,903
Gem Domination v0.4 is live!
jenny_v0-4-3.gif

  • General:
    • 1 New Scene
    • 4 New Gloryhole Scenes
    • 4 new areas
    • Cheat System
  • Scenes:
    • 1 new scene for Jenny
    • 4 new gloryhole scenes
      • 1 sex scene for Barb
      • 1 sex scene for Martha
      • 1 sex scene for Priyanka
      • 1 sex scene for Vidalia
  • Areas:
    • Martha’s house
      • Livingroom
    • Pizza’s House
      • Livingroom
      • Jenny’s Room
      • Kiki’s Room
  • Cheat System:
    • There’s a hidden button that brings out a menu. For now, only money is in. But later I could add more functionality.
  • Misc:
    • Reworked a bit of Sadie’s story to add more context. But the scene itself is the same.
    • Added an intro for Martha, now she should properly show up for the Bathtub, but you need certain requirements first.
  • Bug fixes:
    • Sadie’s scene not being able to play on the replay menu.
    • A lot more. Thank you all for your help.

Version 0.4.1
  • Bug fixes:
    • Talking with Buck or Sourcream led you to Lars intro instead.
    • Trying the sex option with Jenny led to an error
  • Some typos fixed
  • Added Jasper sprite to the game (Still no use)
  • Reworked Accessories system (no perceivable difference)

Version 0.4.2
  • Return to the old accessories system
    • Due to a lot of errors, I’m back to work on the previous system, it’s not as neat as the one I did, but it works. Remember, if it works, don’t fix it.
  • Bug fixes:
    • Aforementioned accessories problems
  • Changed some of the behavior for clothing regarding some of the characters.

Version 0.4.3
  • Bug Fixes:
    • If you started the game on v0.4.1, you would get errors with characters in subsequent versions. This is fixed in this version, hopefully
    • Some scenes in Rose’s TV are not available even after finishing the story. Please keep an eye on these and report to me if some of these are not shown even after finishing the game

As before this is a rather short update with some work put into it! I hope you guys enjoy the direction the game is taking, although there won’t be as many scenes with the townies as we have with the gems. We now have, in addition to the new scene, working sex scenes in the gloryhole! You need to complete them a couple of times for sex to be available, though, and only with 4 characters. This will be slowly expanded in the future.

As usual, DigitalKaiju’s art is impeccable, and ElFatGato is picking up the pace with other assets such as backgrounds.

As of 0.4.2, I changed how the accessories system work, the reason I did this is that if I want to add more accessories, it should be easier now. However, change always means something might be broken. Pay special attention to Connie, the pizza twins, Nanefua, and Priyanka to see if their behavior somewhat changed! I tested it myself, but it should be working at the moment.

As usual, next week we will have some surprises and some polls as well! Hope you enjoy this update and if you find any bugs, please report them back. If you come from v0.3 a lot of these bugs shouldn’t affect you, though.

That’s all for now! Oh, also, no Supporters update today, only White caste Supporters, and what an update it is! That being said, I can't express how grateful I am for you guys and your constant support. Enjoy the update!
 

Asenaris

Conversation Conqueror
Aug 31, 2018
6,429
24,236
Gem Domination [0.5.1] Compressed (Half-Tested)

Win/Linux/Mac (707 MB/ 121 MB) : ,

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

zerodead

Engaged Member
Jan 18, 2018
2,171
1,998
1662904223386.png

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/custom/locations.rpy", line 501, in script
    call screen rose_room_screen with Dissolve(0.1)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/custom/custom.rpy", line 193, in per_interact
    if eval(name):
SyntaxError: invalid syntax (<none>, line 1)

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

Full traceback:
  File "game/scripts/custom/locations.rpy", line 501, in script
    call screen rose_room_screen with Dissolve(0.1)
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 456, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 584, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "game/scripts/custom/custom.rpy", line 193, in per_interact
    if eval(name):
  File "renpy/python.py", line 1078, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 1015, in py_compile
    raise e
SyntaxError: invalid syntax (<none>, line 1)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Gem Domination Version_0.4.3
Sun Sep 11 10:50:55 2022
 
  • Like
Reactions: AmazonessKing

zerodead

Engaged Member
Jan 18, 2018
2,171
1,998
Update V0.4.3
I did a quick translation to Portuguese, it is not a professional translation, and a simply amateur translation.

-------------------------------------------------- ------------
Atualização V0.4.3
Fiz uma tradução para o português, não e uma tradução profissional, e uma tradução simplesmente amadora.

View attachment 1942426
View attachment 1942427
View attachment 1942433

Tradução com pouca revisão para a versão: V0.4.3

PS: editei o máximo de imagens possível

GemDomination V0.4.3 Mega
atualização da tradução em portugues para a versão 0.4.3
--------------
update of the portuguese translation to the version 0.4.3
 
  • Like
Reactions: AmazonessKing

zerodead

Engaged Member
Jan 18, 2018
2,171
1,998
Are the interiors of Vidalia, Miller, Martha and Maheswaran's homes ready? How do I get into their house?
 

ssj782

Engaged Member
Apr 19, 2019
3,391
5,072
Ugh. Give us the normal renpy save. This 'two per page' is ridiculous.
I'm a scene collector, which is made far more horrible by the current system.
 
  • Like
Reactions: Cooldude17

ssj782

Engaged Member
Apr 19, 2019
3,391
5,072
I have Sadie at 4/4 pips and the quest log tells me to level her up. How?
 
3.80 star(s) 12 Votes