Skip to content

Instantly share code, notes, and snippets.

@nickbudi
nickbudi / README.md
Last active August 15, 2024 19:54
Budi's Counter-Strike: Global Offensive config

Budi's CS:GO Config

This is my constantly updated CS:GO autoexec config. Changelogs can be found under revisions here

Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg or take what you want from it and add to your autoexec config!

After the Wild West Simulator 2015 update, video.txt needs to be put in ...\Steam\userdata\<Steam3 ID>\730\local\cfg

Launch Options

@rjmcdonald83
rjmcdonald83 / markdown_to_prawn
Created July 23, 2012 16:52
Markdown to Prawn Parser
class TermsPdf < Prawn::Document
def initialize(application)
super()
@application = application
@listing = @application.listing
@host = @listing.organization
@guest = @application.guest_organization
font "Times-Roman"
default_leading 2