Heff_Wulf

Member
Sep 30, 2017
318
806
291
Sounds really interesting, love wild west theme and it's a shame the that kind of setting ain't used often. Hope that this project will work out
The 'Wild West' was only 30 years in history so isn't as big as 'Medieval' (roughly 1,000), 'Tudor' (119 years), 'Victorian' (64 years), the 'American Frontier' (106 years + Wild West = 136 years) was most of 'American' history the Wild West was just the end of an era.

I won't reply anymore on this so that we don't get tagged as off-topic.

Edit. So I won't be replying.
Not trying to make a point or argue just talking some facts as closely that the info allows.

'Golden Age of Piracy' (40 Years), 'Age of Piracy' excluding modern (roughly 500 years), incase anyone wanted to know.
Piracy (ship or boat-borne attackers) not the modern form or raiders is the type im using here.
 
Last edited:

Down Bad Smut Games

Active Member
Game Developer
May 10, 2021
566
758
216
The 'Wild West' was only 30 years in history so isn't as big as 'Medieval' (roughly 1,000), 'Tudor' (119 years), 'Victorian' (64 years), the 'American Frontier' (106 years + Wild West = 136) was most of 'American' history the Wild West was just the end of an era.

I won't reply anymore on this so that we don't get tagged as off-topic.
The golden age of piracy was also super short. Also western media used to be BIGGER than the MCU and like super hero media in american cinema. I feel like an aesthetics IRL timespan and it's media mileage are 2 separate things

Also, there is no distinctly Tudor media that could be recognized as such by a layperson. Nerd
(the nerd comment was a joke)
 

bigtopia

Newbie
Jul 12, 2018
15
16
209
There is a period separating her from their, when there should be a comma, resulting in a minor crash. Report below.
```
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scenes/day_5/day05_addi_brush.rpy", line 220, in script
    "She grabs [fembro.name] by the hair and brings [gender('his', 'her'. 'their')] face to the brush's slick handle." id narrator_c166386f
SyntaxError: invalid syntax (<none>, line 1)

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

Full traceback:
  File "game/scenes/day_5/day05_addi_brush.rpy", line 220, in script
    "She grabs [fembro.name] by the hair and brings [gender('his', 'her'. 'their')] face to the brush's slick handle." id narrator_c166386f
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1456, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1369, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1349, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1216, in py_eval
    code = py_compile(code, 'eval')
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1153, in py_compile
    raise e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1090, in py_compile
    raise orig_e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1082, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (<none>, line 1)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
LockDown Dom 0.18.00.0alpha
Fri May 30 20:15:41 2025
```
 

Down Bad Smut Games

Active Member
Game Developer
May 10, 2021
566
758
216
There is a period separating her from their, when there should be a comma, resulting in a minor crash. Report below.
```
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scenes/day_5/day05_addi_brush.rpy", line 220, in script
    "She grabs [fembro.name] by the hair and brings [gender('his', 'her'. 'their')] face to the brush's slick handle." id narrator_c166386f
SyntaxError: invalid syntax (<none>, line 1)

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

Full traceback:
  File "game/scenes/day_5/day05_addi_brush.rpy", line 220, in script
    "She grabs [fembro.name] by the hair and brings [gender('his', 'her'. 'their')] face to the brush's slick handle." id narrator_c166386f
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1456, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1369, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\character.py", line 1349, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1216, in py_eval
    code = py_compile(code, 'eval')
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1153, in py_compile
    raise e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1090, in py_compile
    raise orig_e
  File "D:\LockDown_Dom\LockDown_Dom-0.18.00.0alpha-pc\renpy\python.py", line 1082, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (<none>, line 1)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
LockDown Dom 0.18.00.0alpha
Fri May 30 20:15:41 2025
```
Thanks, this is already fixed on itch
 
  • Like
Reactions: bigtopia
3.80 star(s) 54 Votes