The Sims 4
0 of 0

File information

Last updated

Original upload

Created by

Vudou

Uploaded by

Vudou

Virus scan

Safe to use

Tags for this mod

About this mod

Sure Sale for shop owners can be used at any time!

Permissions and credits
Donations
Updated/Still Working: 30th January, 2024
Patch notes can be viewed here: Patch Notes

Click here for all my Sims 4 mods.

Click here for my Patreon page. <--- I started a Patreon page if you'd like to support my work.  Thank you!
~~~~~~~~~~

This mod changes the default four hour cooldown after using Sure Sale to no cooldown. 

If you're a shop owner and you use Sure Sale, by default you cannot use it again for four hours.  This mod changes that hidden debuff, allowing you to use Sure Sale instantly after its previous use.

I uploaded another version for those who don't want to over extend their in-game cheating too much.

Please give the mod a thumbs up (endorse) if you enjoy it.  Thank you!

UPDATE:
Version 2 - This version adds the mixer_social (interaction tuning) for Sure Sale so that it doesn't make you wait 60 seconds for the Sure Sale option to be available on your pie menu.  In version one, even though Sure Sale is set to have no cool-down, the mixer_social for Sure Sale was preventing it from being available instantly.  The mixer_social had an internal cool down of 60 seconds.  Meaning, any time you used Sure Sale, it wouldn't be available on the pie menu again for 60 seconds.  Now you no longer have to wait for Sure Sale to show up on the pie menu again.

NOTE:  If your browser is stilling downloading the old version, clear your browsers cache.

Versions Available:
- Always Available
- One Hour Cool Down

ONLY CHOOSE ONE FILE TO USE!

REQUIREMENTS:
Get To Work

INSTALLATION:
Open the .zip file. Place the mod .package file into your Mods folder. For most users it will be in Documents\Electronic Arts\The Sims 4\Mods.

Note 1: .package files can be up to five folders deep inside your Mods folder. While .ts4script files can only be up to one folder deep inside your Mods folder.

Note 2:  When adding/updating/deleting mods, always delete your localthumbcache.package file located in your Documents\Electronic Arts\The Sims 4 folder.


CONFLICTS:

This mod tunes the following and will conflict with any mod that tunes the same file(s):
Buff Tuning: buff_Retail_SureSale_Cooldown
Interaction Tuning: mixer_social_Retail_SureSale_Targeted_Friendly_AlwaysOn_STC


WHAT WAS CHANGE:
ALWAYS AVAILABLE
Buff Tuning:
       <T n="max_duration">240</T>
to
       <T n="max_duration">0</T>

Interaction Tuning:
       <T n="lower_bound">60</T>
       <T n="upper_bound">60</T>
to
       <T n="lower_bound">0</T>
       <T n="upper_bound">0</T>

ONE HOUR COOL DOWN
Buff Tuning:
      <T n="max_duration">240</T>
to
       <T n="max_duration">60</T>

Interaction Tuning:
       <T n="lower_bound">60</T>
       <T n="upper_bound">60</T>
to
       <T n="lower_bound">0</T>
       <T n="upper_bound">0</T>


*Please read my sticky in the Posts section if you would like to edit the timer to your own personal choice.*