An open API service indexing awesome lists of open source software.

https://github.com/peace-maker/srcds-autocomplete

Command-line tab-completion for the SRCDS
https://github.com/peace-maker/srcds-autocomplete

autocomplete sourcemod srcds

Last synced: 4 months ago
JSON representation

Command-line tab-completion for the SRCDS

Awesome Lists containing this project

README

          

# SRCDS command-line autocompletion
Command-line tab-completion for the SRCDS

Shows matching commands in the command-line on `` or suggests valid arguments for a command, if the command supports it (try `changelevel `).

## Installation
* Copy the extension .dll/.so into sourcemod/extensions
* Copy autocomplete.games.txt into sourcemod/gamedata
* Create an autocomplete.autoload next to the extension in the sourcemod/extensions folder.

## Credits
* Didrole - ModuleScanner library and access to his SourceCurses code