Robertvokac (talk | contribs) No edit summary |
Robertvokac (talk | contribs) m (Robertvokac moved page Speedy Blupi/File types/CONFIG.DEF to CONFIG.DEF without leaving a redirect) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
CONFIG.DEF is a text configuration file placed in the DATA directory | CONFIG.DEF is a text configuration file placed in the DATA directory | ||
This file has different names between games: CONFIG.DEF, Config.def, config.def | |||
It has differences between games. | It has differences between games. | ||
Line 12: | Line 12: | ||
!Possible values | !Possible values | ||
!Example | !Example | ||
!Default | !Default or initial value | ||
!Mandatory | |||
!Supported in games | !Supported in games | ||
|- | |- | ||
Line 18: | Line 19: | ||
| | | | ||
|0,1 | |0,1 | ||
| | |0 | ||
| | |1 | ||
|Yes | |||
|SBD,SB1,SB2,SED,SE1,SE2,OE3 | |SBD,SB1,SB2,SED,SE1,SE2,OE3 | ||
|- | |- | ||
Line 27: | Line 29: | ||
| | | | ||
| | | | ||
|Yes | |||
| | | | ||
|- | |- | ||
Line 34: | Line 37: | ||
| | | | ||
| | | | ||
|Yes | |||
| | | | ||
|- | |- | ||
Line 41: | Line 45: | ||
| | | | ||
| | | | ||
|Yes | |||
| | | | ||
|- | |- | ||
Line 48: | Line 53: | ||
|50ms | |50ms | ||
|50ms | |50ms | ||
|Yes | |||
| | | | ||
|- | |- | ||
Line 55: | Line 61: | ||
|1 | |1 | ||
|0 | |0 | ||
|No | |||
|OE3 | |OE3 | ||
|- | |- | ||
|DisplayResolutionStandard | |DisplayResolutionStandard | ||
| | |VGA:width=640 height=480 | ||
| | QuadVGA:width=1280 height=960 | ||
| | |VGA, QuadVGA | ||
| | |QuadVGA | ||
| | |QuadVGA | ||
|No | |||
|OE3 | |||
|- | |||
|Cheats | |||
|If enabled, cheats will be enabled, otherwise cheats will be disabled. | |||
|0,1 | |||
|0 | |||
|1 | |||
|No | |||
|OE3 | |||
|} | |} | ||
== Across versions == | |||
<blockquote>FullScreen=0 | <blockquote>FullScreen=0 | ||
Line 75: | Line 94: | ||
StrictCompatibility=0</blockquote> | StrictCompatibility=0</blockquote> | ||
[[Category:Speedy Blupi File types]] |
Latest revision as of 13:12, 9 November 2024
CONFIG.DEF is a text configuration file placed in the DATA directory
This file has different names between games: CONFIG.DEF, Config.def, config.def
It has differences between games.
Note: Possible values 0 or 1 means disabled or enabled.
Key | Description | Possible values | Example | Default or initial value | Mandatory | Supported in games |
---|---|---|---|---|---|---|
FullScreen=0 | 0,1 | 0 | 1 | Yes | SBD,SB1,SB2,SED,SE1,SE2,OE3 | |
TrueColor | 8,16,24 | Yes | ||||
MouseType | Yes | |||||
SpeedRate | Yes | |||||
Timer | a number | 50ms | 50ms | Yes | ||
StrictCompatibility | If enabled, OE will behaves as much as possible as games released in 1998 and 2002, this means, that new OE features will be disabled. | 0,1 | 1 | 0 | No | OE3 |
DisplayResolutionStandard | VGA:width=640 height=480
QuadVGA:width=1280 height=960 |
VGA, QuadVGA | QuadVGA | QuadVGA | No | OE3 |
Cheats | If enabled, cheats will be enabled, otherwise cheats will be disabled. | 0,1 | 0 | 1 | No | OE3 |
Across versions
FullScreen=0
TrueColor=8
MouseType=1
SpeedRate=1
Timer=50ms
StrictCompatibility=0