External Console 1.0
491
6
491
6
-
2024年4月26日
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.
首次上传时间: 2024年4月24日
最后更新时间: 2024年4月25日
最后下载: 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.
首次上传时间: 2024年4月24日
最后更新时间: 2024年4月25日
最后下载: 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!
2024年4月26日
@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!