From b67634ef41b60aa2d8668ffd005923d7fac1279e Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 2 Jan 2026 22:13:23 +0100 Subject: [PATCH] script: rename | readme: script --- README.md | 9 ++++++++- examples/{test.lua => basic.lua} | 0 2 files changed, 8 insertions(+), 1 deletion(-) rename examples/{test.lua => basic.lua} (100%) diff --git a/README.md b/README.md index b1bc5b7..f6188fd 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,11 @@ Aside from all that, this it loads and executes the script at "%LOCALAPPDATA%\RD ## Why? -Ask Jan Kolar why his funny little rds decoder doesn't have Enchanced RT (excluding the 0x6552 to ERT mapping of course) \ No newline at end of file +Ask Jan Kolar why his funny little rds decoder doesn't have Enchanced RT (excluding the 0x6552 to ERT mapping of course) + +# Scripts +Inside of the examples folder you have `basic.lua` which mostly replaced the `basic.dll` plugin in RDS Spy + +Note that you can double click on the buttons, if you try it + +Another note is that on menu 0 you have the PI and PS in a large font, why? democracy? or something like that ([forum post](https://pira.cz/forum/index.php?topic=1124.0)) \ No newline at end of file diff --git a/examples/test.lua b/examples/basic.lua similarity index 100% rename from examples/test.lua rename to examples/basic.lua