SCRIPTING
Understand coding as the language of computer instruction, where humans craft commands that computers follow. Just like an author pens a story, coders write scripts, ranging from simple tasks to intricate algorithms, that dictate the actions a computer takes.
CINEMA 4D - PYTHON
A custom script might tell Cinema 4D to apply a specific effect to a model, or to animate a series of objects in a particular way. By using scripts, you can automate repetitive tasks, create complex effects that would be difficult to do manually, or even generate whole scenes or models from scratch, saving you time and effort in your 3D projects.
​
Example Scripts:
- Sort objects / layers alphabetically
- Update materials in scene from asset browser
- Measure light value at a given point

ARTIST ROLE
Chat GPT Prompting
Script Integration and Execution
RETROSPECTIVE
Utilizing Chat GPT marked a significant transformation in my ability to generate code for routine tasks. While Cinema 4D boasts a large array of in-built features, it fell short in providing the particular tools I required. The integration of Chat GPT has proven to be a powerful solution, bridging this gaps in my knowledge and allowing me to work more efficiently.
WINDOWS BAT FILES
Also known as batch files, they are a type of script file in Windows, essentially a list of commands that the operating system can execute in a certain order. By using BAT files, you can automate repetitive tasks, like renaming multiple files at once, backing up data, or launching a series of programs with a single click. They can be as simple or as complex as needed.
​
Example Scripts:
- Metadata title to match filename
- Remove special characters from filename

ARTIST ROLE
Chat GPT Prompting
Script Integration and Execution
RETROSPECTIVE
This project marked my inaugural journey into the realm of Windows scripting, where I leveraged the power of Chat GPT to assist in the creation of custom batch files. Thanks to these scripts, I automated the arduous process of renaming and altering the metadata of thousands of files. Without Chat GPT as a tool I would have been forced to invest countless hours in achieving the same outcome as opposed to a working script within an hour.
ROLL20 CUSTOM API
With the strategic deployment of scripts within Roll20, I'm empowered as Dungeon Master to administrate and monitor facets such as character attributes, weather phenomena, loot drops, and the inventories of town shops. Automating what would otherwise be a repetitive, demanding task. This ensures the game progresses smoothly and swiftly, and allows me to focus on fostering an entertaining and immersive experience for the players.
​
Example Scripts:
- Monster Loot Generator
- City Market Generator

ARTIST ROLE
Chat GPT Prompting
Script Integration and Execution
RETROSPECTIVE
The execution of these scripts proved to be a significant enabler of efficiency and diversity, liberating me from the monotonous task of manual, on-the-fly content creation. Ensuring me and the players a seamless continuity in the game's progress.