SGR

From SimsWiki
Jump to: navigation, search
This article is imported from the old MTS2 wiki. You can help Sims2Wiki by cleaning it up. It's original page with comments can be found at http://old_wiki.modthesims2.com/SGR
Full specification to current knowledge for the Simcity Games Rules (SGR) Filetype.
#

#<
text group
>#

set <variable> <value>

optiongroup $groupname
	option $optionchosen(ie low,med,high,off)
	    property <variable> <itemvalue> (itemvalue is a bool, int, or $variable )
end


partialRule "groupname"

  rule (optional mainrule)
   stringmatch <string to match, ie osVersion> "<stringval>" (optional for mainrule)

   rule "<quality> <groupname> [detail,power]" (groupname is something like memory etc)
	  atLeast(or atMost) <memory,cpuspeed,videoMemory>
	  (optional string) hasNo <type, ie hardwareDriver>
	  option $optiontype $quality (low,med,high etc)
	  (an optional property can go here with or instead of option)
   end

  end (optional for mainrule)

end

vendor "vendorname" <id's this vendor uses, 0x#### 0x#### etc>
	card <cardid 0x####> "name to use for card"
end

sinclude "file.sgr"



In the area above, () brackets contain things noted by me. They are not part of the specification [] brackets indicate a conditional setting which may or may not be used depending on what your action is. <> brackets indicate a substitution bracket, take out the <> brackets and replace them with an example of what it says to use inside them. "" brackets indicate a string value that should be contained in quotes when used.

  1. 's make everything after them on that line be excluded from the code.
  2. <># : This is a block quote out. Anything for however many lines between the two brackets will be excluded from being gone over by the code.

Set is a standard definition for a variable. set variable to value.

Optiongroup, partialRule, and vendor are all maingroups. That means that there will probably be more groups within them definining more specific parts of that area. An optiongroup is for ingame options, as are the options and properties set from within them. You declare what the property will be based on the option chosen using integers, boolean values, or more variables that are declared at that point. Vendor is specifically for video card vendors.

Rule is a submaingroup meaning that it further divides the areas above. Rule is only used in conjunction with partialRule however.

All maingroups and submaingroups are terminated by an end statement "end"

Sub directives such as Option (used with optiongroup maingroups), stringMatch, atLeast, atMost, and hasNo are all for defining what happens based on specific criteria, for instance if this option is set to medium, do the line after this option or the number of lines after this option. Another example is if the cpuSpeed of this computer is atLeast this high, do this.

Property, option (used with rule maingroups), and card, are types of results. They say what happens based on the criteria set in the subdirective. If if this rule is met accurately and the cpuspeed is say 2000, then set this option to medium. "option $cars $medium" forinstance. This type of option declaration may then be reused in an optiongroup setting.

Finally sinclude statements simply tell the code to include this file while working. This may be useful for definitions.

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox