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 daysChallenges[1].Type 3Challenges[1].FollowupType 0Challenges[1].TargetTime 60Challenges[1].TargetVal 30Challenges[1].TargetObj 0Challenges[1].TargetObj2 0Challenges[1].TargetStaffType 0Challenges[1].Prize 5000Challenges[1].CheckAtEndOnly 0Challenges[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.