Skip to content

Settings and Modifiers (*.sam)

SAM files are plain-text files that specify values for different parts of the game. These files can be found both within archives and within the base directories for Theme Park World.

A typical SAM file looks like this:

# Sell 30 Drinks in 60 days
Challenges[1].Type 3
Challenges[1].FollowupType 0
Challenges[1].TargetTime 60
Challenges[1].TargetVal 30
Challenges[1].TargetObj 0
Challenges[1].TargetObj2 0
Challenges[1].TargetStaffType 0
Challenges[1].Prize 5000
Challenges[1].CheckAtEndOnly 0
Challenges[1].Independent 1

Format

SAM files follow the format of key <whitespace> value.

Comments are preceded with a pound symbol (#) and continue until the end of the line.

Strings are surrounded with double quotes (") and are used for various properties, i.e. the ride’s name.