Initial commit

This commit is contained in:
Tony Bark 2025-10-12 16:26:00 -04:00
commit e4d291a1a1
17 changed files with 3220 additions and 0 deletions

8
settings.py Normal file
View file

@ -0,0 +1,8 @@
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')