AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   SRCDS command-line autocompletion 1.0.1 (https://forums.alliedmods.net/showthread.php?t=286937)

Peace-Maker 08-28-2016 04:25

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

This extension enables command and convar autocompletion in the server command-line.
Shows matching commands in the command-line on <tab> or suggests valid arguments for a command, if the command supports it (try changelevel <tab>).

The argument suggestions use the builtin ConCommand::AutoCompleteSuggest just like the windows SRCDS GUI does.

Installation
  • Drag & drop

I've only tested on CS:GO and CS:S on windows and linux. There are binaries for CS:GO, CS:S, TF2, DOD:S, HL2:DM, L4D, L4D2, Nuclear Dawn, Black Mesa Source, Insurgency and SourceSDK 2013 mods included though. Post if there are problems with your game.

Thanks to Didrole for his MethodScanner class and giving me access to his SourceCurses code to get me started.

Download
Sourcecode
Gamedata

Changelog:
Spoiler

shavit 08-29-2016 02:42

Re: SRCDS command-line autocompletion
 
Insanely useful, thank you!

ofir753 08-29-2016 12:57

Re: SRCDS command-line autocompletion
 
Seems useful thanks, for some reason I have this problem.
PHP Code:

<FAILEDfile "autocomplete.ext.2.csgo.so"Could not find interface: IGameHelpers 


sneaK 08-29-2016 13:20

Re: SRCDS command-line autocompletion
 
Quote:

Originally Posted by ofir753 (Post 2449310)
Seems useful thanks, for some reason I have this problem.
PHP Code:

<FAILEDfile "autocomplete.ext.2.csgo.so"Could not find interface: IGameHelpers 


Requires Sourcemod 1.8+

ofir753 08-29-2016 13:55

Re: SRCDS command-line autocompletion
 
Quote:

Originally Posted by blackhawk74 (Post 2449315)
Requires Sourcemod 1.8+

Thanks!

ImACow 08-30-2016 17:38

Re: SRCDS command-line autocompletion
 
Holy shit, thanks for this

Peace-Maker 12-04-2016 20:14

Re: SRCDS command-line autocompletion 1.0.1
 
Updated to 1.0.1
Code simplifications and support for more games.
  • Fix CS:GO gamedata
  • Add support for Left 4 Dead, Left 4 Dead 2, Nuclear Dawn, Black Mesa Source and SourceSDK 2013 mods
  • Switch to SourceMod's IMemoryUtils instead of using own class to handle signature lookup
  • Change gamedata layout to be similar to SM's supported libraries ('@' in front of symbols etc)

wazer 06-03-2017 17:04

Re: SRCDS command-line autocompletion 1.0.1
 
Remember to update here :D

Spirit_12 06-13-2017 00:31

Re: SRCDS command-line autocompletion 1.0.1
 
Working flawlessly on L4D2. Comes pretty handy when you want to get things done quick.

Peace-Maker 07-13-2017 06:03

Re: SRCDS command-line autocompletion 1.0.1
 
Quote:

Originally Posted by Spirit_12 (Post 2528244)
Working flawlessly on L4D2. Comes pretty handy when you want to get things done quick.

Thanks, did you test on windows too?


All times are GMT -4. The time now is 17:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.