Announcing the redmaw-tg-toolkit suite of Python scripts for Terragen

Started by Kevin Kipper, January 30, 2025, 07:19:05 PM

Previous topic - Next topic

Kevin Kipper

You can now download all the Python scripts for Terragen that I've posted on the Planetside Software forums in one convenient ZIP file. 

This new repository of scripts is called redmaw-tg-toolkit.  It contains the dashboard script which will generate a UI with buttons to launch each of the scripts.  You can customize the dashboard by way of its config file, which can be easily edited in a text editor.

As new scripts become available, we'll add them to the repository and you'll be able to update existing scripts or sync with the repository to download the new scripts.

We've tested the scripts on Windows and Mac operating systems, and while there are slight differences in the way the UI's are displayed, all of them are working across both platforms.

The ZIP file contains a README file with the requirements, installation, and usage instructions.

To download the ZIP file, go to the link below, and click on the green CODE button and select "Download ZIP".
https://github.com/RedMawVFX/redmaw-tg-toolkit

Extract the ZIP archive to your computer, wherever you want to save your scripts.

GitHub_Redmaw_tg_toolkit.JPG



You'll need to have a version of Terragen 4 with the remote procedure call (RPC) feature and Python installed on your computer and modules listed below.

Terragen 4 Professional (v4.6.31 or later)
or Terragen 4 Creative (4.7.15 or later)
or Terragen 4 Free (4.7.15 or later)
https://planetside.co.uk/

Python
https://www.python.org/

Tom's Obvious, Minimal Language module
https://pypi.org/project/toml/

Pillow
https://pypi.org/project/Pillow/

terragen-rpc
https://github.com/planetside-software/terragen-rpc

Happy scripting!