Difference between revisions of "Owl.ini"
From Owl
								
												
				 (→Owl.Ini configuration)  | 
				 (→Owl.Ini configuration)  | 
				||
| Line 4: | Line 4: | ||
<source lang="ini">  | <source lang="ini">  | ||
| − | ;   | + | ; Owl v0.5.0 configuration  | 
| + | |||
[Proxy]  | [Proxy]  | ||
enabled=false  | enabled=false  | ||
| Line 22: | Line 23: | ||
enabled=true  | enabled=true  | ||
path=/Users/addy/src/deltas/client/parsers  | path=/Users/addy/src/deltas/client/parsers  | ||
| + | |||
| + | ; The settings below this point should not be modified unless you really really  | ||
| + | ; know what you are doing  | ||
| + | [MainWindow]  | ||
| + | pos=@Point(142 37)  | ||
| + | size=@Size(992 644)  | ||
| + | splitter1=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\x1\0\0\0\x1\x85\0\0\0\0\x3\x1\0\0\0\x1)  | ||
| + | splitter2=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\x2\x66\0\0\x1\xab\0\0\0\0\x3\x1\0\0\0\x1)  | ||
</source>  | </source>  | ||
Revision as of 17:40, 23 October 2013
Owl.Ini configuration
The owl.ini stores many of the settings for Owl. Many of these options can be modified directly int the Owl UI.
<source lang="ini">
- Owl v0.5.0 configuration
 
[Proxy] enabled=false host= password= port=0 proxyType=0 useProxy=false username=
[Logs] level=Trace logtofile=true path=/Users/addy/logs
[Lua] enabled=true path=/Users/addy/src/deltas/client/parsers
- The settings below this point should not be modified unless you really really
 - know what you are doing
 
[MainWindow] pos=@Point(142 37) size=@Size(992 644) splitter1=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\x1\0\0\0\x1\x85\0\0\0\0\x3\x1\0\0\0\x1) splitter2=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\x2\x66\0\0\x1\xab\0\0\0\0\x3\x1\0\0\0\x1) </source>