This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
Captain ALM Command Console Release 1.0.3.2
API enhancement + bugfixes.
Check the following commits for more information:
5ad0162 (1.0.3.2)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.
Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.