VN Ren'Py Dominious [v0.0.1] [kashishgames]

1.00 star(s) 2 Votes

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
11,712
115,397
C6CvQR.png

Overview:
In Dominious, you step into the shoes of a 21-year-old prodigy whose charisma is as potent as his ambition. Navigate a world where charm is your greatest weapon, and every decision can lead to power, love, or peril. As you encounter diverse characters and complex challenges, your ability to sway hearts and minds will determine your rise to dominance—or your fall from grace. Choose your path, but remember: in this world, nothing is ever as it seems.​

Thread Updated: 2024-09-05
Release Date: 2024-09-04
Developer: kashishgames - -
Censored: No
Version: 0.0.1
OS: Windows
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

DOWNLOAD
Win/Linux: - - - -
Mac: - - -

Patches:
HotFix

ss-1.jpg ss-2.jpg ss-3.jpg ss-4.jpg ss-5.jpg ss-6.jpg ss-7.jpg
 
Last edited by a moderator:

nighthawk1275

Member
Feb 8, 2023
100
94
Got this as soon as I tried to click on PowerPoint.


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

While running game code:
  File "game/dialogues.rpy", line 47, in script
    mc "(I was having such a beautiful dream)"
  File "game/customScreen.rpy", line 15, in execute
    screen displayTextScreen:
  File "game/customScreen.rpy", line 15, in execute
    screen displayTextScreen:
  File "game/customScreen.rpy", line 17, in execute
    vbox:
  File "game/customScreen.rpy", line 20, in execute
    frame:
  File "game/customScreen.rpy", line 21, in execute
    text displayText
NameError: Name 'power_points' is not defined.

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

Full traceback:
  File "game/dialogues.rpy", line 47, in script
    mc "(I was having such a beautiful dream)"
  File "D:\NG\Dominious-0.0.1-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\NG\Dominious-0.0.1-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "D:\NG\Dominious-0.0.1-pc\renpy\character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\NG\Dominious-0.0.1-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "D:\NG\Dominious-0.0.1-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\NG\Dominious-0.0.1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 3582, 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 "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\NG\Dominious-0.0.1-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/customScreen.rpy", line 15, in execute
    screen displayTextScreen:
  File "game/customScreen.rpy", line 15, in execute
    screen displayTextScreen:
  File "game/customScreen.rpy", line 17, in execute
    vbox:
  File "game/customScreen.rpy", line 20, in execute
    frame:
  File "game/customScreen.rpy", line 21, in execute
    text displayText
  File "D:\NG\Dominious-0.0.1-pc\renpy\text\text.py", line 1727, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "D:\NG\Dominious-0.0.1-pc\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "D:\NG\Dominious-0.0.1-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\NG\Dominious-0.0.1-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "D:\NG\Dominious-0.0.1-pc\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'power_points' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Dominious 0.0.1
Thu Sep  5 12:02:05 2024
 

cab18+

Member
Aug 14, 2021
166
154
"Defending Sam" at school gets you this error:


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

While running game code:
  File "game/dialogues.rpy", line 186, in script
    $ power_points += 1
  File "game/dialogues.rpy", line 186, in <module>
    $ power_points += 1
NameError: name 'power_points' is not defined

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

Full traceback:
  File "game/dialogues.rpy", line 186, in script
    $ power_points += 1
  File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/dialogues.rpy", line 186, in <module>
    $ power_points += 1
NameError: name 'power_points' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Dominious 0.0.1
Thu Sep  5 21:37:07 2024
 

Zemax

☠︎︎ The real world is where the monsters are ☠︎︎
Modder
Uploader
Donor
Aug 19, 2022
3,281
41,784
Last edited:
1.00 star(s) 2 Votes