source: trunk/doc/Odin.ini.txt@ 10366

Last change on this file since 10366 was 8799, checked in by sandervl, 23 years ago

correction

File size: 1.8 KB
RevLine 
[8799]1/* $Id: Odin.ini.txt,v 1.12 2002-06-28 19:44:07 sandervl Exp $ */
[3811]2
3Odin initialization file documentation
4
5[COLORS]
[5331]6UseWinColors Use Windows colors
7 values: 1/0
8 default: 1
9SaveColors Save/restore colors to/from Odin.ini
10 values: 1/0
11 default: 0
[3811]12
13[DLLRENAMEWIN]
14OLE32=OLE32OS2
15NETAPI32=WNETAP32
16
17[DLLRENAMEOS2]
18OLE32OS2=OLE32
19WNETAP32=NETAPI32
20
[5281]21[ODINSYSTEM]
22HIGHMEM=0 (default = 1)
23Turns off high memory usage in Odin. Useful for Warp 4 (>fp12) systems
24that still use the old 16 bits TCPIP stack.
25
[5952]26OS2Look=1 (default = 0)
27Creates OS/2 Titlebar, system menu & min/max/close buttons. Also overrides
28UseWinColors option (uses OS/2 colors).
29NOTE: Can interfere with windows applications that draw their own custom
30 titlebar. (e.g. RealPlayer)
31
[5310]32[WinVersion]
[7573]33Version=Win98 -> Windows 98
34Version=WinME -> Windows ME
[8799]35Version=NT40 -> Windows NT4 SP6
[7587]36Version=Win2000 -> Windows 2000 SP2 (default)
[7573]37Version=WinXP -> Windows XP
[5310]38Used to override the version Odin reports to the application.
39
[3811]40[TWAIN]
[5331]41TwainIF 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)
[3811]45
46[CODEPAGES]
47Windows Windows codepage (i.e. 1251 for Cyrillic)
48Display Display codepage (i.e. 1251 for Cyrillic)
49
[5331]50[DirectDraw]
51Fullscreen=[1|0] Use/don't use fullscreen DirectDraw
52
[5644]53[WINMM]
[5894]54DirectAudio=[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)
[5644]57
[5894]58DefVolume=50[0-100] Default waveout volume (default = 100)
59
[6549]60Odin.ini is stored in the directory of KERNEL32.DLL.
Note: See TracBrowser for help on using the repository browser.