| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- ;-----------------------------------------------------------------------------------
- ;
- ;Áàçîâàÿ ñåêöèÿ áèëäåðà:
- ;
- ;1. Ïàðàìåòð îáÿçàòåëüíûé
- ;todo = export ýêñïîðòèðîâàòü xml â mis, build ñîáèðàòü áèëä
- ;
- ;Core state flags
- trace = 1
- memorycheck = 0
- panicmemorycheck = 0
- debugkeys = 0
- no idle = 1
- ;------------------------------------------------------------------------------------------
- ;Îïèñàíèå ïóòåé
- ;------------------------------------------------------------------------------------------
- [Build options]
- todo = export
- ;------------------------------------------------------------------------------------------
- ;Îáùèå íàñòðîéêè äâèæêà
- ;------------------------------------------------------------------------------------------
- [render]
- DontShowReloading = 1
- WaitForGPU = 1
- full_screen = 0
- ForceWideScreen = 0
- expand2fullscreen = 0
- screen_width = 400
- screen_height = 300
- dropvideoconveyor = 1
- screen_bpp = D3DFMT_X8R8G8B8
- screen_depth = D3DFMT_D24S8
- texture_degradation = 0
- show_info = 0
- safe_render = 0
- puredevice = 1
- multithread = 0
- mipfillcolor = 0
- debugshader = 0
- optimizeoff = 0
- backcolor = 0, 0, 0
- fov = 1.0
- compiledump = 0
- ;vertexprocessing = (hw, sw, mixed)
- ;devicetype = (hal, ref)
- vertexprocessing = hw
- devicetype = hal
- NVPerfHUD=0
- [fileservice]
- drainpath =
- trace = 1
- [GMX]
- Trace = 0
- [Animation]
- trace = 1
- [Mission]
- Debug = 0
- Profile = 0
- [Shadows]
- Quality = 0
- Blur = 1
- [sound]
- off = 1
- sound path = resource\sounds\
- trace = 1
- global volume = 0.0
- fx volume = 1.0
- music volume = 1.0
- movie volume = 1.0
- debug = 0
- test alias =
- test count = 1000
- test samples = 1
- [physics]
- debug = 0
- hw = 0
- [controls]
- profiles=Keyboard_Profiles.ini
|