mad8

Newbie
Jun 24, 2019
35
52
Player.Money = 99999
Player.Energy.Value = 100
GData.Time= X

Levels of sexual attraction (allure):
0 - indifferent
10 - appealing
20 - catching
30 - inviting
40 - interesting
50 - attracted
60 - charmed
70 - fascinated
80 - desired
90+ - longing

- Player to NPC Relation
Relations["???"].allure.Value=###
Relations["???"].conflict.Value=###
Relations["???"].opinion.Value=###

- NPC to NPC Relation
Relations["???", "???"].allure.Value=###
Relations["???", "???"].conflict.Value=###
Relations["???", "???"].opinion.Value=###

change ??? to
BankManager
Father
FatCop
FLawyer
FLawSecretary
HotCop
LitTeacher
Mom
MotelManager
OldSis
OSfriend
PETeacher
PGrapher
Principal
SluttyMaid
SMom
StepOS
StepYS
XShopOwner
YoungSis
How can i increase alllure and conflict?
 
  • Like
Reactions: hanifpluntus

PhantomStranger

Active Member
Oct 23, 2017
798
1,117
How can i increase alllure and conflict?
I'll make an example. Let's say that your Mom has 0 allure and 0 conflict toward you and you want to raise them to 50 and 30, respectively.

to increase allure:
Relations["Mom"].allure.Value = 50

to increase conflict:
Relations["Mom"].conflict.Value = 30

If you want to modify the conflict between two NCPs (for example, lower conflict between your sisters to 0) you must use this code instead:

Relations["OldSis", "YoungSis"].conflict.Value= 0

Please note that you must write the code lines as shown with uppercase and lowercase letters, or the command will not work.
 

JimMorrison19

Active Member
Dec 14, 2017
723
671
Player.Money = 99999
Player.Energy.Value = 100
GData.Time= X

Levels of sexual attraction (allure):
0 - indifferent
10 - appealing
20 - catching
30 - inviting
40 - interesting
50 - attracted
60 - charmed
70 - fascinated
80 - desired
90+ - longing

- Player to NPC Relation
Relations["???"].allure.Value=###
Relations["???"].conflict.Value=###
Relations["???"].opinion.Value=###

- NPC to NPC Relation
Relations["???", "???"].allure.Value=###
Relations["???", "???"].conflict.Value=###
Relations["???", "???"].opinion.Value=###

change ??? to
BankManager
Father
FatCop
FLawyer
FLawSecretary
HotCop
LitTeacher
Mom
MotelManager
OldSis
OSfriend
PETeacher
PGrapher
Principal
SluttyMaid
SMom
StepOS
StepYS
XShopOwner
YoungSis
Pardon my ignorance, but where do I apply these cheats?
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,029
78,694
Straitened Times [v0.13.2] HRelease

Original Size Win/Linux: 911 MB

Compressed Size Win/Linux: 185 MB: -
Compressed Size Mac: 168 MB: -

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
 

jgoy21

New Member
Sep 2, 2020
8
0
It won't let me save, I get this


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

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\loadsave.py", line 437, in save
    location.save(slotname, sr)
  File "C:\Users\yere_\Documents\MEGAsync Downloads\straitened-times-0.13.1-lite\renpy\savelocation.py", line 429, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-8-6.2.9200
Ren'Py 7.3.5.606

Fri Mar 26 18:34:38 2021
 

PhantomStranger

Active Member
Oct 23, 2017
798
1,117
For some reason, I cannot do the allure, opinion, and conflict but I can do these
Player.Money = 99999
Player.Energy.Value = 100
GData.Time= X
Idk whats going on.
Strange, I checked them again with Mom, OldSis and YoungSis and they all work fine for me.
Maybe you typed some space where there were none (there is no space in between the square brackets if you use the code for the player to NPC values, while those for NPC to NPC values have ONE space after the comma) or missed a capital letter?
 
  • Like
Reactions: Ken2111

Ken2111

Member
Sep 20, 2019
259
192
Strange, I checked them again with Mom, OldSis and YoungSis and they all work fine for me.
Maybe you typed some space where there were none (there is no space in between the square brackets if you use the code for the player to NPC values, while those for NPC to NPC values have ONE space after the comma) or missed a capital letter?
I follow everything letter by letter and it says "Object has not attribute allure"
 
3.70 star(s) 158 Votes