Skip to content

Philipp15b/Captioneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captioneer

With Captioneer you can easily create your own Closed Captions for Source-based Games, like for Team Fortress 2.

Prerequisites

Make sure you have installed the Source SDK!

Usage

1. Configuration

Captioneer is very easy to use. Just edit the captions.txt file and add captions in the following format:

name: value

with one caption per line.

You can also use variables, to define them just add a $ before the name, like so:

$my.variable: my value

To use variables in your captions, write

$(my.variable)

and the variable value will be inserted.

All lines beginning with a // or # will be treated as comments and ignored.

You can find an example already in captions.txt.

2. Compiling

captioneer filename [--language="english"]

Run captioneer with the filename input path and optionally the language on the command line. It will then create a closecaption_language.dat in the current directory.

About

A tool to write and compile closed captions for Source Engine-based games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages