|
Site Statistics |
|
Pages Viewed..
|
|
|
|
|
|
|
|
|
| Total Pages viewed | 3266874 | |
|
Visitors..
|
|
|
|
|
|
|
|
|
|
|
|
Member Stats
|
|
|
|
|
-=YUK=- Dedicated Server Is Provided By Rackage
|
|
|
| Event Calendar |  |
|
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
 |
 |
 |
| Tips, Tricks and FeedBack |
|
|
A few tips on top of the Lerp thread
|
|
Posted by Milo on 16 July 2010 At 16:45:14, 2 Comments
|
|
|
- How to fix end of round lag? For anyone who is experiencing lag at the end of the round when the pop up box appears. Navigate to your cstrike folder Right Click Playerbotter.txt : Properties : Set to Read Only.
- I lag all the time, what to do? 1) Set the amount of ram used. it is recommended to use HALF of your available ram, so for the following: Set Launch Options: -heapsize number -heapsize 1048576 (for 2 gig ram available) -heapsize 524288 (for 1 gig ram available) -heapsize 262144 (for 512 megs available) -heapsize 131072 (for 256 megs available) -heapsize 65536 (for 128 megs available, you should consider buying more ram)
2) Optimise useage of your graphix card. -dxlevel . When you have folowing graphix card: DirectX-9.0c use dxlevel 90, etc put it in Set Launch Options. -dxlevel 90 (when you have DirectX 9.0c) -dxlevel 81 (when you have DirectX 8.1) -dxlevel 80 (when you have DirectX 8.0) -dxlevel 70 (when you have DirectX 7.0)
3) disable blur motion effect at Advanced Video options.
- Can we stop the anoying pop-ups at round end, bombs, ... with stupid sounds? Yes: cl_autohelp 0 in CONFIG.
- Can we stop achievement pop-ups? Yes: cl_show_achievement_popups 0 in CONFIG.
- How to use the multi core support for better in-game fps and performance? Library: Games: Right Click on CSS: Properties: Set Launch Options: -threads 2 or -threads 4 for dual cores. -threads 4 or -threads 8 for quad cores.
- Any other ways to boost FPS? mat_queue_mode 2 (-1,0,1,2) IN CONFIG seems to give the best fps boost - try the other numbers aswell if still having trouble.
- How to disable Kill/Death Cam? go to Options: Multiplayer: Advanced and uncheck it.

|
|
|
Annoying Router Problem
|
|
Posted by Bonk on 07 July 2010 At 16:09:58, 9 Comments
|
|
|
Hey guys, well, I've had this problem with my router for years now, I am just now deciding it's so annoying I need to fix it...
My router randomly seems to just stop connecting on any browser - around 5 times a day. Basically, I can't browse anything on the internet, however things such as Steam still do work, I can play counterstrike fine, but I CAN'T use my browsers! Games which do use such a connection to find servers (eg Heroes of Newerth) however, do break.
A fix is to just restart my router, but it can be a pain especially if I am streaming or downloading something.
Anyone know why it may be doing this, and is there any solution other than a restart?
Thanks
|
|
|
My Autoexec / Config
|
|
Posted by Bonk on 01 July 2010 At 21:24:02, 6 Comments
|
|
|
Hey, Trick and Huss asked me to post up my new config as it may help everybody here boosting up their fps and giving them some generally useful binds/commands/game changes...
All of these commands go straight into your autoexec (which should be a notepad file).
Here's a link to my config:
http://rapidshare.com/files/404367099/autoexec.cfg.html
Most of the fps related items were made by a guy called messy- from ED forums, he's made heaps of configs and this is a brand new one for the latest CSS update, so it's pretty spot on.
Writing in bold is a simple description I am adding only to help everyone here and shouldn't be put into the config.
quote: bind "F1" "buy deagle" bind "F2" "buy m4a1; buy ak47" bind "F3" "buy awp" bind "F4" "buy vesthelm" bind "F5" "buy hegrenade" bind "F6" "buy flashbang" bind "F7" "buy smokegrenade" bind "F8" "buy defuser"
^Simple weapon binds^
bind "UPARROW" "cl_crosshairscale 2800" bind "DOWNARROW" "cl_crosshairscale 1200" cl_crosshairscale 2800
^Binds my up and down arrow change the size of my crosshair scale, (3rd command ensures when I open source that my crosshair is 2800)^
BIND "LEFTARROW" "cl_righthand 0" BIND "RightARROW" "cl_righthand 1"
^Binds my left and right arrow change the hand of my gun^
bind "F12" "incrementvar net_graph 0 3 3"
^Binds F12 to toggle net graph 3 on and off^
bind "[" "zb_teamcash"
^Simple bind to see teamcash in mixes^
bind "-" "mat_monitorgamma 2.6" bind "=" "mat_monitorgamma 1.6"
^Binds to change monitor brightness for light maps like D2^
// DirectX Settings
mat_dxlevel "81"
// Rate Settings, These Should give you a very stable interp of around 20ms.
rate "35000" cl_cmdrate "66" cl_updaterate "66" cl_interpolate "1" cl_interp "0" cl_interp_ratio "2"
^Rate and interp commands^
// Sound Settings
snd_legacy_surround "1"
// Material Settings
mat_clipz "0" mat_antialias "0" mat_trilinear "0" mat_specular "0" mp_decals "50" mat_vsync "0"
// Render Settings (Note: This will cause Black Water on Some Maps) But good for FPS
r_3dsky "0" r_eyes "0" r_teeth "0" r_WaterDrawReflection "0" r_WaterDrawRefraction "0" r_waterforceexpensive "0" r_waterforcereflectentities "0" r_decal_cullsize "0" r_decals "50"
^Simple commands which remove teeth and eyes from models, and change the water displays to increase fps, as well as lowering the amount of sprays/decals^
// Client settings
cl_minmodels "1"
^Min models ensures you only see 1 model of the enemy (not the 4 outfits) helps to keep your eyes and mind adjusted to only shooting 1 target all of the time^
cl_ragdoll_physics_enable "0" cl_ragdoll_collide "0" cl_ragdoll_fade_time "0"
^These commands make it so when you shoot an enemy they disappear, great for fps and for avoiding views blocked by bodies^
cl_show_achievement_popups "0" cl_forcepreload "1" cl_phys_props_max "0" cl_drawmonitors "0" cl_ejectbrass "0"
cl_disablefreezecam "1"
^Disables the new freeze cam^
cl_autohelp "0"
// Blood / Violence Settings
violence_ablood "1" violence_agibs "1" violence_hblood "1" violence_hgibs "1"
^Commands to display blood and wounds^
// FPS Settings
fps_max "101"
^Caps your FPS at 101 which is the standard amount - Anything over is wasted as CSS caps out at 101 anyway and you can have bad performance if you don't cap it, through fps gains and drops^

|
|
|
LERP
|
|
Posted by DizMatt on 27 June 2010 At 22:14:54, 24 Comments
|
|
|
sop what's all this LERP thingy then??
thanks for the youtube link milo..
been reading this http://forums.ukcs.net/viewtopic.php?f=13&p=6926403
however, to get a white lerp figure I need to be on 31ms on the YUK server and I had an awesome round with a LERP of 100
played with the -threads 2 cmd line and it was crap,...in fact I got some major problems that might have been related...figures appearing from no where like ghost images or displacements
then mat_queue something? with a C2d, I should use 2...but in the video stress test I get less FPS with 2 and 0 is the best setting
anyone else??
|
|
|
Clean inside your screen
|
|
Posted by g3p0 on 16 June 2010 At 18:59:36, 2 Comments
|
|
|
You know that you should clean the outside of your computer screen. Did you know that you're supposed to clean the inside of the screen, too? Not many people know this or how to do it. So, here's a complimentary cleaning. Click here. http://www.raincitystory.com/flash/screenclean.swf
|
|
|
|
|
 |
 |
|
| Event Calendar |  |
|
|
|
There are no events for this date. |
|
|
Upcoming Events |
- There are no Upcoming Events.
|
|
|
|
|
|
-=YUK=- Servers
|
|
|
- 193.93.46.94:27015 100 Tick CS:S - Public
- 193.93.46.94:27075 100 Tick CS:S Public Gun Game server
- 193.93.46.94:27035 100 Tick CS:S War server
- 193.93.46.94:27055 100 Tick CS:S War server
- 193.93.46.94:27095 100 Tick CS:S War server
|
|
|
|
Top 5 Posters
|
|
|
|
|
 | Milo | 9194 |
|
Top 5 Photo Albums
|
|
|
|
|
|
|
| YorkshireUK |
© 2006 YorkshireUK -=YUK=- |
 |
|
|
|
|
| | | |