Not sure what you mean by replace and merge. You drop the game folder from the mod rar file into the TAC-pc folder and overwrite the existing game folder and it's base game files.
I'm on a Mac, usually you merge the game files. But I figured it out. However I keep getting this error when I try to save. Neither save nor quicksave work.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter01.rpy", line 345, in script
t "That's too bad."
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 "game/chapter01.rpy", line 345, in script
t "That's too bad."
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/exports.py", line 1345, in say
who(what, *args, **kwargs)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display
**display_args)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
return handle_click(self.clicked)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
rv = run(action)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/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 "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/loadsave.py", line 437, in save
location.save(slotname, sr)
File "/private/var/folders/60/czzp4t353sl3z3h6wcj9rfdm0000gn/T/AppTranslocation/00C55439-DB95-4761-84B5-ACC24BD06571/d/TAC.app/Contents/Resources/autorun/renpy/savelocation.py", line 429, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Spicy Walkthrough Mod .010.2/Chapter 13 Wednesday
Tue Dec 22 15:55:56 2020
```