ts4-workspace/settings.py
2025-10-12 13:29:19 -04:00

8 lines
251 B
Python

import os
creator_name = 'My Creator Name'
mods_folder = os.path.expanduser(
os.path.join('~', 'Documents', 'Electronic Arts', 'The Sims 4', 'Mods')
)
game_folder = os.path.join('C:', os.sep, 'Program Files (x86)', 'Origin Games', 'The Sims 4')