Skip to content

Releases: hyuntoe/obs-script1

v1.0.4

27 Mar 08:21
Compare
Choose a tag to compare
  • remove meaningless source selector combobox
  • It will function to only the "Title" text source. if not exist, create it.
  • when "Title" text source activated after deactivated, display correct contents.

#install ( update )
copy myluascript.lua file to OBS script folder (e.g."C:\Program Files\obs-studio\data\obs-plugins\frontend-tools\scripts")
then click refresh button in OBS script dialog box ( it locates after minus button at left-below side of box )

#install ( new )
copy myluascript.lua file to OBS script folder (e.g."C:\Program Files\obs-studio\data\obs-plugins\frontend-tools\scripts")
then click plus button in OBS script dialog box, and select upper file you copied

v1.0.3

16 Mar 12:28
Compare
Choose a tag to compare

simplified codes

v1.0.2

02 Jan 07:23
6ffe79a
Compare
Choose a tag to compare

add disaster select
title text has 2 lines

  • upper line : dlc, mod, disaster info
  • lower line : mic, chat tts, bgm info

v1.0.1

01 Dec 15:52
Compare
Choose a tag to compare

no enhanced

What's Changed

  • delete some remarks and unused var by @hyuntoe in #5
  • change some property components ( int_slider to bool )

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Nov 15:46
bda9830
Compare
Choose a tag to compare

first working properly

copy to {Program Files}\obs-studio\data\obs-plugins\frontend-tools\scripts

What's Changed

New Contributors

Full Changelog: https://github.com/hyuntoe/obs-script1/commits/v1.0.0