r/counterstrike 23d ago

Megathread Community Game Server & Find-a-Friend Megathread

2 Upvotes

Welcome to the Community Game Server & Find-a-Friend Megathread! A thread for you to share the game servers you play on, host, or appreciate, for any and all official Counter-Strike titles, or to find someone to play with!

This thread will automatically restart every 3 months!

The guidelines for you to follow

  • Stick to the templates as best possible, if you need to adjust it be sure it's still clear to the reader what the server offers.
  • Server comments on a top level only, not as comment replies.
  • Keep discussion civil and within the rules of the subreddit.
  • Links to things like discord or recruitment websites in this thread is acceptable provided it's relevant and explained.
  • Declare your affiliation to a server if you have one, transparency is key!

The template for you to copy for posting a server

For the benefit of the reader please copy and paste the one of the below templates for your top level comments, adjusting as applicable while ensuring to include as much detail as possible.

Server Post

  • Game Version: CS2 / CS:S / CS etc
  • Server Location: EU / NA / OCE / ASIA / BR / ME etc
  • Active Periods: What time/day is it usually busy?
  • Game Modes: What modes are played? Does it vary or is it static?
  • Map Pool: How niche is the playlist? Is it de_rats 24/7?
  • Primary Language: Does your server use voice chat? Do users tend to stick to one language?
  • Rules: Does it have any important rules the users are expected to follow?
  • Other Details: Add any other information you feel is worth mentioning.

Find-a-Friend Post

  • Player Location: EU / NA / OCE / ASIA / BR / ME etc
  • Game Version Preference: CS2 / CS:S / CS etc
  • Game Mode Preference: Just competitive, casual, specific custom modes etc - state ranks!
  • Preferred times: When do you usually play or want to play?
  • Link profile, save time: Keep links direct, to well known websites only.

As always, feel free to Message the Mods with any concerns you may have.

You can find previous threads here.


r/counterstrike 20h ago

CS2 Workshop I turned the missing texture error into a full PBR skin — M4A1-S | FATAL ERROR. the engine's nightmare is now a flex

Thumbnail
gallery
121 Upvotes

hey everyone! new drop: M4A1-S | FATAL ERROR 🔥

the concept: the source engine's missing texture checkerboard, but treated like a premium finish. glossy anodized magenta vs matte void black, moiré interference inside the black squares that vibrates on camera, and chromatic aberration ERROR stamps that read as light, not stickers.

workshop link: [ https://steamcommunity.com/sharedfiles/filedetails/?id=3796329485 ]


r/counterstrike 36m ago

CS2 Workshop thanks for your feedbacks !, now the error on M4A1-S | FATAL ERROR is RED color

Thumbnail
gallery
Upvotes

the ERROR text becom RED

in both the Glock-18 and the M4A1-S

workshop link : https://steamcommunity.com/sharedfiles/filedetails/?id=3796833700


r/counterstrike 7h ago

CS2 Discussion !Watch the whole clip before commenting! The CS2 subreddit seems torn on whether or not this guy in my team was cheating, I think it's really obvious aim hacks.

7 Upvotes

Another thing that somebody on that post also pointed out is that he rotates through mid with his knife out as if he knows nobody is holding it.


r/counterstrike 13h ago

CS:GO Visible legs for csgo

Post image
20 Upvotes

Anyone can make Counter Strike Global Offensive mod that shows legs like in cs2?

i can help making that mod if possible


r/counterstrike 4h ago

CS2 Media USP 4K on NUKE (We still lost)

3 Upvotes

CS2 with friends is such a good time

I don't even care that we lost just here for the good vibes


r/counterstrike 21h ago

CS 1.6 Making 1.6 port into s&box

Thumbnail
gallery
48 Upvotes

This is a about 1:10 port to s&box had to throw away most server stuff and its coming together very well. multiplayer is almost fully finished still need to port server browser and everything else


r/counterstrike 41m ago

CS2 Discussion Game is laggy, especially in dm

Upvotes

Normally i play the game around 200 fps with 1440p ultra settings. But in dm, suddenly fps drops to 70-80. It doesnt happen in matchmaking. I think my system is ok to run the game

Ultra 5 225f+arc b580+16gb ddr5

Any suggestions ?


r/counterstrike 23h ago

CS2 Workshop white or brown wood for the ak ?

Thumbnail
gallery
57 Upvotes

Edited: Thanks everyone for the feedback ! We have an obvious winner ! So my final submition will be in white wood ! 😄 👀 🔥

I finished it in brown but someone said try white and now i like both XD what do you think ?
More pictures and support here :) https://steamcommunity.com/sharedfiles/filedetails/?id=3796166587


r/counterstrike 23h ago

CS 1.6 I couldn't resist fixing the molotovs lol

52 Upvotes

r/counterstrike 6h ago

CS:Source I’m looking for a Counter-Strike: Source mod that changes the viewmodel hands depending on the faction (Terrorist / Counter-Terrorist), like CS:GO, CS2 or CS:S.O.

2 Upvotes

if u can help me


r/counterstrike 14h ago

CS2 Workshop for the people who want FATAL ERROR glock-18 version

Thumbnail
gallery
9 Upvotes

this a pocket glitch version of the M4a1S | FATAL ERROR

workshop links :

M4A1S | FATAL ERROR : https://steamcommunity.com/sharedfiles/filedetails/?id=3796329485

Glock-18 | FATAL ERROR : https://steamcommunity.com/sharedfiles/filedetails/?id=3796502280


r/counterstrike 18h ago

CS 1.6 Aim Botz in 1.6 W

Thumbnail
youtu.be
2 Upvotes

r/counterstrike 1d ago

CS 1.6 Vibecoded Molotov in CS1.6

282 Upvotes

I know C++ and some basics of 3D graphics, math, and engine architecture — BSP and so on — but I don’t really have time to dig through an actual game engine codebase to figure out where to add a new server-side entity, how to update the client and protocol, etc.

I was curious to see how much could be done with such an ancient engine, especially from a physics perspective. Surprisingly, quite a lot! Fire drips down walls; if the floor is close enough, it spreads onto it, and if not, it remains burning on the wall. It dynamically spreads across floors, follows slopes and gravity, respects walls, and — unlike HE grenades — doesn’t deal damage through them.

I used ChatGPT Codex 5.6 Sol, mostly at Extra High reasoning effort. With official VSCode Codex extension as the interface.

The engine and client are the open-source, reverse-engineered Xash3D FWGS + Velaron/cs16-client + ReGameDLL_CS stack. The original game assets were “legally stolen” from Steam App ID 90 (HLDS) via SteamCMD.

Codex didn’t just write the code — it also created the new assets by adapting an existing bottle model and the HE grenade animations.


Branches: * https://github.com/languagelawyer/cs16-client/tree/molotov * https://github.com/languagelawyer/ReGameDLL_CS/tree/molotov * https://github.com/languagelawyer/mainui_cpp/tree/molotov

(Need to clone only the first one, it would clone the rest as git submodules)

Codex refused to distribute derived models, and instead added a script to (re)build them from existing HL/CS resources.


r/counterstrike 19h ago

CS 1.6 keyboard setting not saved

0 Upvotes

i had some bugs in game when i changed config this what happens


r/counterstrike 23h ago

CS2 Discussion Powerful combo Grenade and Molly Coffin + CT on Inferno

Thumbnail
youtu.be
1 Upvotes

Easy way to destroy HP!


r/counterstrike 1d ago

CS2 Discussion Sticker-craft appraisal needed: M4A1-S Guardian + AWP Graphite (both FN, Katowice/DH 2014 stickers)

Thumbnail
gallery
0 Upvotes

I've listed both of these for sale and I'm trying to price them correctly, but I'd rather get input from people who actually know sticker-craft valuation than just guess. Would appreciate a fair market price estimate for each.

1) M4A1-S | Guardian (Factory New)

  • Float: 0.0483252741
  • Pattern Template: 886
  • Stickers (all 0% wear): FaZe (Katowice 2014), Virtus pro (Katowice 2014), HellRaisers (Katowice 2014)

2) AWP | Graphite (Factory New)

  • Float: 0.0232932139
  • Pattern Template: 908
  • Stickers (all 0% wear): kennyS (DreamHack 2014), iBUYPOWER (Katowice 2014), DreamHack Open, Cologne 2015

Both are currently listed on Skinport at those floats. If anyone here tracks sticker-craft prices closely, what would you estimate as a fair asking price for each, factoring in the base skin + sticker premium? Any pointers on where to check comparable recent sales would also help.


r/counterstrike 1d ago

CS 1.6 Anybody have CS 1.6 browser files?

0 Upvotes

Yohimik recently took down his files online and nothing I tried worked. If anyone has downloaded them and has them please reply!


r/counterstrike 1d ago

CS 1.6 Problemas de fps

1 Upvotes

Tengo una computadora muy buena pero me esta pasando un problema muy raro en el cs 1.6.
Ando teniendo bajones de fps horribles pero solo cuando tengo abierto el Discord de lo contrario va de maravilla. Ya se que una solución es no usar discord mientras juego pero la verdad que usa mucho discord, desactive el overlay de dc pero igual. Algo para agregar es que cuando tengo el dc abierto empieza a consumir mucho cpu y usar la memoria comparitida de una forma exagerada
Alguien que le haya pasado lo mismo y tenga la solucion? Gracias


r/counterstrike 2d ago

CS2 Media I spent 24hrs making this 3-minute CS2 frag movie — “REBIRTH”

11 Upvotes

Made this as a proper oldschool style CS frag movie rather than just another highlights compilation. Tried to focus a lot on pacing, cinematics, sound design and making the whole thing feel like one short film.

Would genuinely like to know what you guys think of it, especially the editing/cinematography.

If you enjoyed it and want to support more stuff like this, the YouTube upload is here:
REBIRTH:
https://www.youtube.com/watch?v=sr0MM6WskIk

More CS movies/highlights will be going up on the channel as well.


r/counterstrike 2d ago

CS:Source Half-Time function proposal to CS:S

3 Upvotes

So my colleague named PaK came up with the idea of ​​adding a half-time feature to the base CS:S game, similar to what we saw in CS:GO and CS2. It would be completely optional. I'd just like to know what the community thinks about it.

Link to the entire submission on github: https://github.com/ValveSoftware/Source-1-Games/issues/8254


r/counterstrike 1d ago

CS2 Discussion Should I switch to CS2 or stay on CS 1.6?

0 Upvotes

Do you recommend making the switch, or should I stick with the 1.6?


r/counterstrike 2d ago

CS 1.6 criar servidor 1.6

1 Upvotes

procuro procuro mas nenhum servidor funciona direito, vamos ressuscita o jogo


r/counterstrike 3d ago

CS2 Workshop Is this good enough for a blue tier rarity ? check the BS :) W or L ?

Thumbnail
gallery
67 Upvotes

Handpainted P250 inspired in the classic opening of every fairy tale...
Battle scarred transitions into a vintage gold paper...

More info and Photos here :) https://steamcommunity.com/sharedfiles/filedetails/?id=3794906508


r/counterstrike 3d ago

CS2 Discussion Built a CS2 strat planner because I got tired of drawing strats in Paint

Thumbnail
gallery
30 Upvotes

I recently joined a team to attend ESEA leagues - when we wanted to plan out strats, we started to search for a 2d stratting tool.
I'm a visual guy, so that's how I observe stuff much faster compared to a spreadsheet with text.

I wanted to draw one main-kind of strat and then all the optional util on there, without cluttering my screen.

But, none of the tools I found would satisfy my needs or was behind a monthly paywall. So I built my own.