![]() |
command and cvar lookup tool (cacs) - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Configuration Tips (https://forums.xonotic.org/forumdisplay.php?fid=19) +--- Thread: command and cvar lookup tool (cacs) (/showthread.php?tid=5429) |
command and cvar lookup tool (cacs) - -z- - 04-03-2015 I rebooted an old tool from the Nexuiz days, the command and cvar search tool (cacs). I plan to integrate it into the main site at some point but for now, if you'd like a handy way to look up cmds and cvars outside of the game, you can find it here: http://z.github.io/cacs/ It's open-source and should work with most quake-based games that have similar console output for cmdlist and cvarlist. Feel free to make feature or pull requests. https://github.com/z/cacs/ RE: command and cvar lookup tool (cacs) - Matuka - 04-03-2015 This is pretty cool, I can see myself using this quite a bit. Good work! xoxo RE: command and cvar lookup tool (cacs) - -z- - 04-04-2015 I have integrated this tool into the main site, you can check it out here: http://xonotic.org/tools/cacs/ Announcement here: http://xonotic.org/posts/2015/2015-04-04-command-and-cvar-search/ Also feel free to use this thread to make comments or feature request. Cheers. RE: command and cvar lookup tool (cacs) - Antibody - 04-04-2015 I think the one feature request I'd have: we should add anchor links to each individual cvar. In IRC we can then link people to individual CVARs like "go to xonotic.org/tools/cacs#cl_allow_uid2name" to reference it. I haven't looked at the code to see if this is possible or not, but it would be nice! RE: command and cvar lookup tool (cacs) - -z- - 04-04-2015 Yes, that's a good idea. I will add that as I add a new feature I realized we need, ALIASES! Integrating these changes into the stand alone tool first. Will make another merge request when this feature is added. RE: command and cvar lookup tool (cacs) - Antibody - 04-08-2015 I've just updated the tool with the latest merge request (#4). Everyone can now link to their searches and filters. Thank you -z-! |