Author Topic: Dynamic Console (Scripter Tool)  (Read 2718 times)

My current projects:


Dynamic Console
A client-sided mod that gives your console a more dynamic use.

Media




Features
Re-sizable - Drag and drop button in lower right corner.
Save/Paste - Save works even if you restart. Paste sets the enter text field to what you have saved.
Console Rebinding - Rebinding can be found in [Options > Controls].

Downloads
puu.sh (fast but not permanent).
mediafire.com (slower, but permanent).

Credits
Honor (me) - Scripting/Art
---------------------
DAProgs - Testing
Xon - Testing
Ipquarx - Testing

Notes
There may be some add-ons that conflict with this add-on. It's unlikely, but please report any bugs you find.
« Last Edit: July 15, 2015, 07:41:11 PM by Honorabl3 »


does paste just set the field to the clipboard contents or does it append the clipboard contents

the latter would be infinitely more useful (though ctrl+c and ctrl+v already work, not everyone is used to that tho)

does paste just set the field to the clipboard contents or does it append the clipboard contents

the latter would be infinitely more useful (though ctrl+c and ctrl+v already work, not everyone is used to that tho)
"S" saves the current line into a .txt.
"P" sets the contents of the line to what was in the .txt.

EDIT AS OF THIS POSTS TIME (DOWNLOAD LINKS HAVE BEEN UPDATED):
"P" Now pastes the contents of the saved .txt between wherever the Entry cursor is located at.
« Last Edit: July 15, 2015, 07:39:07 PM by Honorabl3 »

Where is the txt file located?

Where is the txt file located?
config/client/DynamicConsole/pasteFile.txt


"S" saves the current line into a .txt.
"P" sets the contents of the line to what was in the .txt.

EDIT AS OF THIS POSTS TIME (DOWNLOAD LINKS HAVE BEEN UPDATED):
"P" Now pastes the contents of the saved .txt between wherever the Entry cursor is located at.
it needs a clear button if you're gonna do that with P