Skip to content

Callisto95/Helldivers-2-Automaton-language-maker

Repository files navigation

Helldivers 2 Automaton Language maker

Notice: I do not own the copyright to Helldivers 2. All rights go to Arrowhead and Sony.

Compilation

./gradlew jar

This builds a jar in build/libs/HD2BotLang.jar, which can be run using java -jar HD2BotLang.jar (or java -jar build/libs/HD2BotLang.jar)

Usage

Every argument is directly translated into a line.

That means

java -jar HD2BotLang.jar Some Text

will have two lines of text. it is equivalent to

Some
Text

To get a single line, use quotes

java -jar HD2BotLang.jar "Some Text" "Another line"

will get you

Some Text
Another line

Environment Variables

  • VERTICAL: if 1, create vertical text
  • SCALE: how much the image should be scaled. 1 means a letter is 5x5 Pixel. Default: 10
  • PRIMARY, SECONDARY: the symbol and background colours respectively. Given in RGB hex format without leading # (so full red is FF0000 instead of #FF0000)

The output file, which is always out.png, will be created in the same directory as the terminal. There is NO check to see if the file already exists. It will be overwritten.

Reference

Language Reference

About

Create sentences in the language of the Automatons from Helldivers 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages