Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Cryostasis > Technical issues

Technical issues Everything about technical problems and issues

Reply
 
Thread Tools Display Modes
  #1  
Old 05-07-2009, 09:40 AM
EvilInside EvilInside is offline
Approved Member
 
Join Date: Feb 2009
Posts: 28
Default

Code:
//=================== audio settings =====================
@audio_driver = 2
@audio_volume = 200
@audio_volume_music = 64
@audio_reverb = 1
@r.subtitles = 0
@audio_subtitles = 0

//=================== physics settings ===================
@p.hardware = 1
@p.fluids = 1
@p.cloth = 1

//=================== video settings =====================
@v.gamma = 32
@v.sx = 1440
@v.sy = 900
@r.sky = 1
@r.realshadows = 1
@r.softshadows = 1
@r.projectives = 1
@r.motionblur = 0
@r.cameramotionblur = 1
@r.diffusemap = 0
@r.normalmap = 0
@r.specularmap = 0
@r.waterreflection = 0
@r.waterenvreflection = 1
@r.view = 4
@render_vfx = 0
@r.viewkoef = 1.000000
@hitfx_lifetime = 30
@r.shadermodel = 4
@r.anisotropy = 0
@r.antialiasing = 0
@r.vsync = 0
@r.fur = 1
@r.postglow = 1
@r.caustic = 1
@r.aspectratio = 1.600000

//=================== controls ===========================
@controls.forward = 17
@controls.backward = 31
@controls.sleft = 30
@controls.sright = 32
@controls.turnleft = 0
@controls.turnright = 0
@controls.jump = 57
@controls.run = 42
@controls.switchrun = 58
@controls.fire = 145
@controls.reload = 19
@controls.wnext = 148
@controls.wprev = 149
@controls.zoom = 0
@controls.zoomin = 80
@controls.zoomout = 79
@controls.zoom_as_use = 1
@controls.lastused = 147
@controls.light = 33
@controls.qsave = 63
@controls.qload = 67
@controls.use = 146
@controls.crouch = 56
@controls.pause = 0
@controls.screenshot = 86
@controls.weapon0 = 2
@controls.weapon1 = 3
@controls.weapon2 = 4
@controls.weapon3 = 5
@controls.weapon4 = 6
@controls.weapon5 = 7
@controls.weapon6 = 8
@controls.weapon7 = 9
@controls.weapon8 = 10
@controls.weapon9 = 11

@c.mousespeed = 1.500000
@c.mousereverse = 0
@c.joystickdeadzone = 12.000000

//=================== game settings ======================
@auto_weapon_switch = 1
Attached Images
File Type: jpg cryostasis 2009-05-07 11-37-59-14.jpg (129.9 KB, 10 views)
File Type: jpg cryostasis 2009-05-07 11-38-01-92.jpg (124.6 KB, 10 views)
Reply With Quote
  #2  
Old 05-07-2009, 10:17 AM
JuggernautOfWar JuggernautOfWar is offline
Approved Member
 
Join Date: Mar 2009
Location: Corvallis, Oregon, United States of America
Posts: 129
Default

Here is high settings. These are the highest you can get without modding the game files.
Code:
//=================== video settings =====================
@v.gamma = 32
@v.sx = 1680
@v.sy = 1050
@r.sky = 1
@r.realshadows = 1
@r.softshadows = 1
@r.projectives = 1
@r.motionblur = 1
@r.cameramotionblur = 1
@r.diffusemap = 1
@r.normalmap = 1
@r.specularmap = 1
@r.waterreflection = 1
@r.waterenvreflection = 1
@r.view = 4
@render_vfx = 0
@r.viewkoef = 1.000000
@hitfx_lifetime = 30
@r.shadermodel = 4
@r.anisotropy = 1
@r.antialiasing = 0
@r.vsync = 0
@r.fur = 1
@r.postglow = 1
@r.caustic = 1
@r.aspectratio = 1.600000

//=================== game settings ======================
@auto_weapon_switch = 0
Diffuse lighting is turned off by default and there is no way to turn it on in-game. You must turn it on in the .cfg file itself. This feature is very CPU intensive however. I warned you.
NOTE: I would not recommend simply copy/pasting this into your .cfg.

Last edited by JuggernautOfWar; 05-07-2009 at 10:24 AM.
Reply With Quote
  #3  
Old 05-07-2009, 03:59 PM
bassturd bassturd is offline
Registered Member
 
Join Date: May 2009
Posts: 5
Default

sweet...thank you both very much!!!

EDIT: I'm gonna open my config up and play around with the settings to see how good I can get the game looking without it getting too choppy. I've heard a lot of people have problems even with really good computers. I can run Crysis on high settings fairly well so I'll see how good I can get this game running.

I was able to change everything except the shadermodel. Mine is set to 1. If I change it to 4 my game won't even start up. Other than that it all worked. Thanks!

Last edited by bassturd; 05-07-2009 at 05:15 PM.
Reply With Quote
  #4  
Old 05-07-2009, 10:08 PM
JuggernautOfWar JuggernautOfWar is offline
Approved Member
 
Join Date: Mar 2009
Location: Corvallis, Oregon, United States of America
Posts: 129
Default

Change your shader model to 3.
Reply With Quote
  #5  
Old 05-09-2009, 03:47 PM
pepperammi pepperammi is offline
Registered Member
 
Join Date: Apr 2009
Posts: 10
Default

Interesting, Don't any of you use any anisotropic filtering or antialaising?
Interesting I have all set max in game but my config has diffuse, normal and specular maps set to 0
Any idea What r.view sets? Mine's at 40
Reply With Quote
  #6  
Old 05-10-2009, 06:01 AM
Covak Covak is offline
Registered Member
 
Join Date: May 2009
Posts: 7
Default

Quote:
Originally Posted by pepperammi View Post
Interesting I have all set max in game but my config has diffuse, normal and specular maps set to 0
0 is max for some settings. For some settings 0 = off and 1 = on, but for the textures settings it's 0 = High, 1 = Medium, and 2 = Low.
Reply With Quote
  #7  
Old 05-10-2009, 08:56 AM
JuggernautOfWar JuggernautOfWar is offline
Approved Member
 
Join Date: Mar 2009
Location: Corvallis, Oregon, United States of America
Posts: 129
Default

| 0=low | 1=medium | 2=high |
Fixed.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.