Skip to content

Instantly share code, notes, and snippets.

View PolyMeilex's full-sized avatar

Bartłomiej Maryńczak PolyMeilex

  • Self employed / Warsaw Stock Exchange
  • 17:44 (UTC +02:00)
View GitHub Profile
@PolyMeilex
PolyMeilex / momentum-css.md
Created April 25, 2026 15:24
Momentum Mod: How to get Counter Strike Source assets mounted for free (legally, with not piracy)

Momentum Mod is a source based movement game, that at times requires Counter Strike source assets. Personally I don't own or intend to own Counter Strike Source, so here is how to get the assets for free, without involving any piracy.

The trick is to simply install the free server build of Counter Strike Source (it contains textures for some reason)

I do this with steamcmd

steamcmd
login anonymous
app_update 232330 validate
use std::os::unix::io::RawFd;
use std::path::Path;
use std::rc::Rc;
use std::{cell::RefCell, collections::HashMap};
use input::{Libinput, LibinputInterface};
use libseat::{Seat, SeatEvent};
struct Interface {
seat: Rc<RefCell<Seat>>,