generated from simtactics/ts4-workspace
Initial commit
This commit is contained in:
commit
e4d291a1a1
17 changed files with 3220 additions and 0 deletions
8
settings.py
Normal file
8
settings.py
Normal 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')
|
Loading…
Add table
Add a link
Reference in a new issue