| 1 | /* $Id: Odin.ini.txt,v 1.12 2002-06-28 19:44:07 sandervl Exp $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 | Odin initialization file documentation
 | 
|---|
| 4 | 
 | 
|---|
| 5 | [COLORS]
 | 
|---|
| 6 | UseWinColors    Use Windows colors
 | 
|---|
| 7 |                 values: 1/0
 | 
|---|
| 8 |                 default: 1
 | 
|---|
| 9 | SaveColors      Save/restore colors to/from Odin.ini
 | 
|---|
| 10 |                 values: 1/0
 | 
|---|
| 11 |                 default: 0
 | 
|---|
| 12 | 
 | 
|---|
| 13 | [DLLRENAMEWIN]
 | 
|---|
| 14 | OLE32=OLE32OS2
 | 
|---|
| 15 | NETAPI32=WNETAP32
 | 
|---|
| 16 | 
 | 
|---|
| 17 | [DLLRENAMEOS2]
 | 
|---|
| 18 | OLE32OS2=OLE32
 | 
|---|
| 19 | WNETAP32=NETAPI32
 | 
|---|
| 20 | 
 | 
|---|
| 21 | [ODINSYSTEM]
 | 
|---|
| 22 | HIGHMEM=0      (default = 1)
 | 
|---|
| 23 | Turns off high memory usage in Odin. Useful for Warp 4 (>fp12) systems
 | 
|---|
| 24 | that still use the old 16 bits TCPIP stack.
 | 
|---|
| 25 | 
 | 
|---|
| 26 | OS2Look=1      (default = 0)
 | 
|---|
| 27 | Creates OS/2 Titlebar, system menu & min/max/close buttons. Also overrides
 | 
|---|
| 28 | UseWinColors option (uses OS/2 colors).
 | 
|---|
| 29 | NOTE: Can interfere with windows applications that draw their own custom
 | 
|---|
| 30 |       titlebar. (e.g. RealPlayer)
 | 
|---|
| 31 | 
 | 
|---|
| 32 | [WinVersion]
 | 
|---|
| 33 | Version=Win98        -> Windows 98
 | 
|---|
| 34 | Version=WinME        -> Windows ME
 | 
|---|
| 35 | Version=NT40         -> Windows NT4  SP6 
 | 
|---|
| 36 | Version=Win2000      -> Windows 2000 SP2 (default)
 | 
|---|
| 37 | Version=WinXP        -> Windows XP
 | 
|---|
| 38 | Used to override the version Odin reports to the application.
 | 
|---|
| 39 | 
 | 
|---|
| 40 | [TWAIN]
 | 
|---|
| 41 | TwainIF         values 1,2,3 (default=1)
 | 
|---|
| 42 |                 1 -> Use CFM Twain Driver
 | 
|---|
| 43 |                 2 -> Use STI Twain Driver (not supported at the moment)
 | 
|---|
| 44 |                 3 -> Use SANE Driver (not supported at the moment)
 | 
|---|
| 45 | 
 | 
|---|
| 46 | [CODEPAGES]
 | 
|---|
| 47 | Windows         Windows codepage (i.e. 1251 for Cyrillic)
 | 
|---|
| 48 | Display         Display codepage (i.e. 1251 for Cyrillic)
 | 
|---|
| 49 | 
 | 
|---|
| 50 | [DirectDraw]
 | 
|---|
| 51 | Fullscreen=[1|0]  Use/don't use fullscreen DirectDraw
 | 
|---|
| 52 | 
 | 
|---|
| 53 | [WINMM]
 | 
|---|
| 54 | DirectAudio=[1|0]   Use DirectAudio interface (if available) for wave playback
 | 
|---|
| 55 |                     in WINMM and DSOUND. (default = 1)
 | 
|---|
| 56 |                     (NOTE: Only available in SB Live! audio driver)
 | 
|---|
| 57 | 
 | 
|---|
| 58 | DefVolume=50[0-100] Default waveout volume (default = 100)
 | 
|---|
| 59 | 
 | 
|---|
| 60 | Odin.ini is stored in the directory of KERNEL32.DLL.
 | 
|---|