External Console 1.0
491
6
491
6
-
26 avril 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.
Première mise en ligne : 24 avril 2024
Dernière mise à jour : 25 avril 2024
Téléchargé pour la dernière fois : il y a 3 jours
2 commentaires
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.
Première mise en ligne : 24 avril 2024
Dernière mise à jour : 25 avril 2024
Téléchargé pour la dernière fois : il y a 3 jours
-
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 avril 2024
Joignez la conversation ! Connectez-vous ou enregistrez-vous pour pouvoir commenter.
@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!