eukara / freecs

Clean-room Counter-Strike 1.5 in QuakeC, using Nuclide SDK. Previously known as OpenCS! (2016)
https://www.frag-net.com/projects.html
ISC License
183 stars 16 forks source link

dump cvarlist to file? #39

Closed atomGit closed 4 months ago

atomGit commented 4 months ago

i tried cvarlist cvar * > cvarlist.txt

eukara commented 4 months ago

You can abuse condump to save anything in the buffer:

clear;cvarlist;condump cvarlist.txt

atomGit commented 4 months ago

tanks :)