Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

ScriptWriter

An asset by ACB_Gamez
The page banner background of a mountain and forest
ScriptWriter thumbnail image
ScriptWriter thumbnail image
ScriptWriter thumbnail image
ScriptWriter hero image

Quick Information

0 ratings
ScriptWriter icon image
ACB_Gamez
ScriptWriter

This plugin simulates a user writing a script. It is made for the purpose of making video tutorials.If you spend any amount of time with notepad open in one window and Godot in another — copy/pasting or typing out some script while you are recording — this plugin is for you.

Supported Engine Version
3.5
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

README Untitled

ScriptWriter-Plugin

A simple plugin to virtually type out scripts for making tutorial videos. You can set some settings in the plugin.gd script such as CPM (characters per minute) and PAUSE_BETWEEN (amount of time to pause between writing blocks). Note: this turns script autocomplete off before starting, and back on after finishing. Thus, if you exit out of the editor or disable the plugin while it is writing, your autocomplete will remain off until you go to Editor Settings > Text Editor > Completion.

Once enabled, you can use the following commands to use the plugin:

Commands:

  1. #/from saves the current script as the from_script. IE the script that will be written to the to_script. This saves the text, not the file.
  2. #/to writes the from script to the current script. This clears the current script.
  3. #/clear clears the current script. Be careful, this cannot be undone with ctrl+z / cmd+z
  4. #/ + integer divides the from script into blocks (optional). Every line below these commands until another block command is encountered will be included in this block. Thus, you can have several different secions written in the order of the integer provided.

FROM EXAMPLE

README FromGIF

TO EXAMPLE

README ToGIF

This plugin simulates a user writing a script. It is made for the purpose of making video tutorials.

If you spend any amount of time with notepad open in one window and Godot in another — copy/pasting or typing out some script while you are recording — this plugin is for you.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ScriptWriter icon image
ACB_Gamez
ScriptWriter

This plugin simulates a user writing a script. It is made for the purpose of making video tutorials.If you spend any amount of time with notepad open in one window and Godot in another — copy/pasting or typing out some script while you are recording — this plugin is for you.

Supported Engine Version
3.5
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers