External Console 1.0
508
6
508
6
-
Април 26, 2024
I made this for me, but decided to share incase anyone else found it useful.
Its purpose is straightforward:
it reads the contents of a text file (set to default to RagePluginHook.log) and displays them on a terminal.
You can effortlessly modify the script using a text editor like Notepad plus plus, or vs code.
Please note, typing into the terminal will not have any effect in-game. This is purely for reading your log files. You cannot run any in-game commands.
This could be useful for developers who want to have a constant eye on what's being logged.
While there are in-game consoles, you'd have to open them, scroll through, and then do what your original plan was, where this is open and running without the need to pause anything. Perfect for a dual monitor setup.
Its purpose is straightforward:
it reads the contents of a text file (set to default to RagePluginHook.log) and displays them on a terminal.
You can effortlessly modify the script using a text editor like Notepad plus plus, or vs code.
Please note, typing into the terminal will not have any effect in-game. This is purely for reading your log files. You cannot run any in-game commands.
This could be useful for developers who want to have a constant eye on what's being logged.
While there are in-game consoles, you'd have to open them, scroll through, and then do what your original plan was, where this is open and running without the need to pause anything. Perfect for a dual monitor setup.
Првпат Додадено: Април 24, 2024
Последно Ажурирање: Април 25, 2024
Последно Симнување: пред 3 саати
2 Коментари
I made this for me, but decided to share incase anyone else found it useful.
Its purpose is straightforward:
it reads the contents of a text file (set to default to RagePluginHook.log) and displays them on a terminal.
You can effortlessly modify the script using a text editor like Notepad plus plus, or vs code.
Please note, typing into the terminal will not have any effect in-game. This is purely for reading your log files. You cannot run any in-game commands.
This could be useful for developers who want to have a constant eye on what's being logged.
While there are in-game consoles, you'd have to open them, scroll through, and then do what your original plan was, where this is open and running without the need to pause anything. Perfect for a dual monitor setup.
Its purpose is straightforward:
it reads the contents of a text file (set to default to RagePluginHook.log) and displays them on a terminal.
You can effortlessly modify the script using a text editor like Notepad plus plus, or vs code.
Please note, typing into the terminal will not have any effect in-game. This is purely for reading your log files. You cannot run any in-game commands.
This could be useful for developers who want to have a constant eye on what's being logged.
While there are in-game consoles, you'd have to open them, scroll through, and then do what your original plan was, where this is open and running without the need to pause anything. Perfect for a dual monitor setup.
Првпат Додадено: Април 24, 2024
Последно Ажурирање: Април 25, 2024
Последно Симнување: пред 3 саати
-
so i could use this to monitor scripthook errors in realtime without having to keep re-opening the log file?
seems pretty neat, thanks!
Април 26, 2024
Придружи се на разговорот! Најави Се или Регистрирај се со сметка за да се придружиш на коментарите.
@mitto_backup Yes, you can use it to monitor any text/log file, and because it’s command prompt / terminal, you don’t have to be focused on the window and it’ll keep updating.
You’re welcome! Hope you find it useful!