obs-lua

所属分类:编译器/解释器
开发工具:Lua
文件大小:0KB
下载次数:0
上传日期:2023-08-01 09:08:26
上 传 者sh-1993
说明:  与开放广播公司软件(OBS)一起使用的轻量级、高级、多范式编程语言脚本,
(Lightweight, high-level, multi-paradigm programming language Script used with Open Broadcaster Software (OBS),)

文件列表:
Export-Import-Scene-test.lua (12304, 2023-12-13)
List Script Functions.lua (18556, 2023-12-13)
ListScriptFunctions-[0.2].lua (18634, 2023-12-13)
MediaSwitchScene.lua (36208, 2023-12-13)
ScoreBoard.lua (80946, 2023-12-13)
Script [find-source-location[0.8]]--data ($date_stamp).json [2023-09-24_01.50.46].json (10306, 2023-12-13)
Script [find-source-location[0.8]]--data ($date_stamp).json [2023-09-24_01.52.33].json (10313, 2023-12-13)
Script [find-source-location[0.8]]--data ($date_stamp).json [2023-09-24_01.53.43].json (10313, 2023-12-13)
Snip/ (0, 2023-12-13)
Snip/Snip.json (6128, 2023-12-13)
Snip/snip.lua (16314, 2023-12-13)
SourceStatusMonitor.lua (49283, 2023-12-13)
StopWatch-[4.10].lua (270474, 2023-12-13)
StopWatch-[5.0].lua (330957, 2023-12-13)
StopWatch-[5.1].lua (391908, 2023-12-13)
StopWatch-[5.2].lua (408158, 2023-12-13)
StopWatch-[5.3].lua (409957, 2023-12-13)
StopWatch-[5.4].lua (410224, 2023-12-13)
StopWatch-[5.5].lua (410341, 2023-12-13)
StopWatch-[5.6].lua (410913, 2023-12-13)
StopWatch-no-comments.zip (10129, 2023-12-13)
StopWatch.lua (327940, 2023-12-13)
StopWatch.version.3.4.lua (78692, 2023-12-13)
enable-source-all.lua (2383, 2023-12-13)
find-source-location.lua (32635, 2023-12-13)
find-source-location[0.7].lua (52565, 2023-12-13)
find-source-location[0.8].lua (54025, 2023-12-13)
find-source-location[0.9].lua (54176, 2023-12-13)
find-source-location[1.0].lua (58658, 2023-12-13)
group-activator.lua (4958, 2023-12-13)
group-source-visibility-switcher.lua (5992, 2023-12-13)
linked-source-switcher.lua (9367, 2023-12-13)
media-source-switcher.lua (7810, 2023-12-13)
remove-comments.lua (9076, 2023-12-13)
source-visibility-timer.lua (7512, 2023-12-13)

[//]: # "https://pandao.github.io/editor.md/en.html" # Lua (programming language) ------- ## [Contents](https://github.com/midnight-studios/obs-lua/) **1. [Source Visibility Timer](https://github.com/midnight-studios/obs-lua/source-visibility-timer.lua)** [Code adapted from Original Developer](https://github.com/cg2121/obs-visibility-timer) * Set an interval in Milliseconds to change visibility of a Target Source - [x] Mode - Show source after specified time - [x] Mode - Hide source after specified time - [x] Mode - Repeat Hide / Show Setting - [x] Target Group only and if required extends to target Group Items - [x] Allows to enable or disable script **2. [Linked Source Switcher](https://github.com/midnight-studios/obs-lua/blob/main/linked-source-switcher.lua)** [Code adapted from Original Developer](https://github.com/exeldro/obs-source-switcher) * Set an interval in Milliseconds to change visibility of a Target Source - [x] Toggle the visibility of Scene Items (Sources) - [x] Link siblings (Sources) - [x] Allow Scene Items (Sources) to be exluded - [x] Affects Scene Items (Sources) and if a Defined Scene Item (Source) is a 'Group', it will only affect the Group. - [x] Allows to enable or disable script **3. [Group Source Switcher](https://github.com/midnight-studios/obs-lua/blob/main/group-source-visibility-switcher.lua)** * Toggle visibility of Group & all of the children items - [x] Toggle the visibility of Scene Items (Sources) - [ ] Link siblings (Sources) - [x] Allow Scene Items (Sources) to be exluded - [x] Affects all Groups in Scenes. - [x] Allows to enable or disable script **4. [Group Activator](https://github.com/midnight-studios/obs-lua/blob/main/group-activator.lua)** * Activate visibility of Group when visibility of any item inside the Group is activated - [x] Make group visible if Group Item is made visible - [ ] Link siblings (Sources) - [x] Allow Scene Items (Sources) to be exluded - [x] Affects all Groups in all Scenes. - [x] Allows to enable or disable script - [x] Activator will affect at minimum top most group item **5. [Advanced Timer](https://github.com/midnight-studios/obs-lua/blob/main/advanced-timer.lua)** * [Original Script Developer:](https://github.com/cg2121) * Set On screen timer - [x] Count Down - [x] Count Up - [x] Specific Date - [x] Switch to Scene - [x] Time Text Formating - [x] Text Source - [x] Global (Activation Mode) - [x] On Activation (Activation Mode) - [x] Hotkey Support (Pause) - [x] Hotkey Support (Reset) - [x] Offset - [ ] Allows to enable or disable script **6. [Media Scene Switch](https://github.com/midnight-studios/obs-lua/blob/main/media-switch-scene.lua)** * [Original Script Developer:](https://github.com/exeldro) - [x] Switch When Media End - [x] Select Scene from list - [x] Auto stop Streaming - [x] Auto stop Recording - [x] Allows to enable or disable script **7. [Source Enable All](https://github.com/midnight-studios/obs-lua/blob/main/enable-source-all.lua)** * All your sources are black? They are probably not enabled. - [x] Auto execute routine **8. [StopWatch](https://github.com/midnight-studios/obs-lua/blob/main/StopWatch.lua)** * [Contributor:](https://github.com/Geigerkind) - [x] Reset - [x] Start / Pause - [x] Auto Start on Visible - [x] Hotkey Support **9. [Find Source Location](https://github.com/midnight-studios/obs-lua/blob/main/find-source-location.lua)** - [x] Filter by source type - [x] List Sources *** ### Disclaimer _Use at own risk._ ### Description _Lightweight, high-level, multi-paradigm programming language Script used with Open Broadcaster Software (OBS) that is a simple script that do not warrant an entire program_ ### How to use: ##### Open Broadcaster Software - Script To start working with the Script right away, copy the file to your OBS lua Script Folder then load from:
OBS > Tools > Scripts. ### Dependencies [Open Broadcaster Software](https://obsproject.com/download/)

近期下载者

相关文件


收藏者