hu lover

Facilitator of web based systems.
Uploader
Jul 27, 2022
4,371
7,312
Updated the cheat mod to work after renpy's fun update that broke dynamic typecasting.

Also attached is a peristent file to unlock the gallery. Remove the .txt extension and put it in User/AppData/Roaming/Renpy/NakedAmbition
Gold cookie.
 

Apollo Seven

Active Member
Game Developer
Sep 15, 2018
837
3,521
Oh so the error every 5 seconds with cheat mod was just a new issue then?

Still why are there 3 save pages... players usually use the save slots as a quick gallery to replay scenes. Hard to do when there are more scenes than save slots... Should just make this normal.

And someone needs to add gallery unlocker someday. Hope this gets added.
Nothing about the game's save system is "normal" lol. Your saves reset every run so there's no need to have a ton of them. As per why, this game is intended to be played more as a rouge-lite than a VN. It's not about choosing dialogue options to see all possible branches, it's about trying to guide the princess and seeing what happens.
 

spitfire335

Active Member
Jun 12, 2017
602
736
Updated the cheat mod to work after renpy's fun update that broke dynamic typecasting.

Also attached is a peristent file to unlock the gallery. Remove the .txt extension and put it in User/AppData/Roaming/Renpy/NakedAmbition
Does the gui_scripts folder go in the game folder for the mod?
 

Mercedes

Active Member
Nov 19, 2017
757
932
Does not run with me unfortunately.
After the installation I get the following message:

I'm sorry, but an uncaught exception occurred.

When running the game code:
File "game/script.rpy", line 78, in <module>.

TypeError: '<' not supported between instances of 'NoneType' and 'int'.


no longer relevant
 
Last edited:

Apollo Seven

Active Member
Game Developer
Sep 15, 2018
837
3,521
Does the gui_scripts folder go in the game folder for the mod?
Yes, you just put the gui_scripts folder in the game folder
Does not run with me unfortunately.
After the installation I get the following message:

I'm sorry, but an uncaught exception occurred.

When running the game code:
File "game/script.rpy", line 78, in <module>.
TypeError: '<' not supported between instances of 'NoneType' and 'int'.
Download the game again, I stealth updated it.
 
Feb 28, 2022
308
66
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'Girl' is not defined.

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

Full traceback:
  File "story_scripts/winter events.rpyc", line 1869, in script
  File "D:\Indie Game\NakedAmbition-82-pc\renpy\ast.py", line 881, in execute
    who = eval_who(self.who, self.who_fast)
  File "D:\Indie Game\NakedAmbition-82-pc\renpy\ast.py", line 774, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Girl' is not defined.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Naked Ambition .82 Naked Ambition .82
Mon Jul 31 16:11:55 2023
 

KopNob

Newbie
Aug 14, 2019
87
108
Neat to see it back. I am not to engaged into the card system and all, but the 1st person + 3rd person princess corruption without being over loaded with fetish gear and stuff just scratches an itch. I guess one just has to hope the content does not fall all into the part of the game I couldn't care less for, but that's a given.
 

dsc

Newbie
Jun 23, 2017
35
34
Im getting a error whilst paging through the gallery, when moving on to the 11th page:

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

While running game code:
  File "game/gui_scripts/screens.rpy", line 1377, in execute
  File "game/gui_scripts/screens.rpy", line 1377, in execute
  File "game/gui_scripts/screens.rpy", line 1395, in execute
  File "game/gui_scripts/screens.rpy", line 1399, in execute
  File "game/gui_scripts/screens.rpy", line 3000, in execute
  File "game/gui_scripts/screens.rpy", line 3001, in execute
Exception: Imagebutton does not have a idle image. (auto='gui/gallery/spring handjob_%s.png').

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\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, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/gui_scripts/screens.rpy", line 1377, in execute
  File "game/gui_scripts/screens.rpy", line 1377, in execute
  File "game/gui_scripts/screens.rpy", line 1395, in execute
  File "game/gui_scripts/screens.rpy", line 1399, in execute
  File "game/gui_scripts/screens.rpy", line 3000, in execute
  File "game/gui_scripts/screens.rpy", line 3001, in execute
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "C:\Users\pablo\Desktop\NakedAmbition-82-pc\renpy\ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='gui/gallery/spring handjob_%s.png').

Windows-10-10.0.22622 AMD64
Ren'Py 8.0.3.22090809
Naked Ambition .82 Naked Ambition .82
Mon Jul 31 16:19:41 2023
 

teo4723

Newbie
Aug 12, 2019
47
33
the max stat cheat doesnt work and instead fails every check like its negative is it just me or is everyone having the same
problem?
 

doomdoging1

Member
Nov 2, 2018
374
209
intresting game would be cool if there was more transformation like in princess maker with height and breast size ....also would like a way maybe via artifact or something for the princess to start a futa
 
Feb 26, 2019
150
254
Hey Mr. Dev I love your game therefore I will make a nitpick :geek:
At the Flower Festival in the first few weeks, the trial of wisdom ultimately requires 100 wisdom to ace it, and it's possible to obtain that amount by that week with heirlooms, but once you pass the check there's only that message about olive cooking tip or something lol
But why is that, if there's a legit way of getting 100? The same festival requires 100 offense to duel the Noblewoman and it actually rewards you for that. Like if it was an amount impossible to obtain (like 50 foreign in the second week with General Normand) I would get it, since the player would be obviously cheating, but it infuriated me so much getting 100 wisdom just to see that lmao
Love your game my man and I respect you a lot for not backing down from the system you chose even with all the complaints, and I hope to play the final complete version soon! (please at least give the player 1 point in anything out of pity for getting 100 wisdom :cry:)
 

epicrouter01

Newbie
Aug 27, 2020
56
20
I don't quite understand how do you suppose to customize your deck. It seems to me that the most reliable way to pass tests is to just have 2 of each cards in the deck, which is fairly easy to do and don't require any actual decision making. Am i missing something? Is there a point in putting more cards of some particular type, and removing other cards?
 
4.30 star(s) 64 Votes