External Console 1.0
491
6
491
6
-
26 de abril de 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.
Subido por primera vez: 24 de abril de 2024
Última actualización: 25 de abril de 2024
Descarga más reciente: hace 3 días
2 Comentarios
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.
Subido por primera vez: 24 de abril de 2024
Última actualización: 25 de abril de 2024
Descarga más reciente: hace 3 días
-
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 de abril de 2024
¡Únete a la conversación! Inicia sesión o regístrate para comentar.
@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!