Skip to content

Instantly share code, notes, and snippets.

@DCxDemo
DCxDemo / steam_cards_list.txt
Last active March 16, 2025 09:46
Steam trading cards list (dcxdemo)
3/5 = i have 3 cards out of a set of 5 cards (including repeating)
i specifically look for cross set trades as i dont really need cards for the sets listed under [H]
if it doesn't add duplicates on my side, i'll accept any fair 1:1 within the list, 5-6 sets 1:1 is fine, 5-9 better be 1:2.
don't send gems or pick cards from W list.
last updated: 16/03/25
[H]
starship: nova strike (3/5)
fiends of imprisonment (3/5)
@DCxDemo
DCxDemo / Program.cs
Created February 23, 2025 15:21
Fight'n Rage asset extractor
using System;
using System.IO;
using System.IO.Compression;
using System.Threading;
internal class Program
{
static void Main(string[] args)
{
try