COG Verbs - Options


Notes:

In the gameplay options menu, there are two columns for three groups of settings. One column is for SP and the other for MP. The three groups are "Automatic Pickup Weapon," "Automatic Switch Weapon," and "Automatic Reload Weapon" respectively.

The Pickup and Switch settings can be accessed through cog as sets of flags. The SetAuto verbs do not act like normal verbs that set flags. Most flag verbs only add flags, but the SetAuto verbs set the total flags.

For example, if you use SetAutoReload(player, 0x8), the 4th Weapon Pickup checkbox will be checked, and the other three will be unchecked no matter what they were before. Despite the verb's name, SetAutoReload() really sets the Weapon Pickup options. Because the SetAuto verbs don't work correctly, there is no known way to set the Reload Weapon options.

There's a seperate column of checkboxes for the SP and MP options. The option verbs will use the appropriate column depending whether the game is SP or MP. Unless the player opens up the gameplay options and saves them, the settings changed by the SetAuto verbs will not be saved when the game is exited.

  • Create:
This page was last modified 23:44, 24 March 2006.   This page has been accessed 193 times.