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

AI Context Generator

An asset by rainlizard
The page banner background of a mountain and forest
AI Context Generator hero image

Quick Information

0 ratings
AI Context Generator icon image
rainlizard
AI Context Generator

This Godot plugin is for conveniently copying all your scripts into one giant text block that you can easily paste into an AI.For more info go to: https://github.com/rainlizard/AI-Context-Generator

Supported Engine Version
4.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

AI-Context-Generator

This Godot plugin is for conveniently copying all your scripts into one giant text block that you can easily paste into an AI.

README Untitled

An API key isn't necessary here. I made this plugin to use with Claude Opus as you can fit your entire game into its token context window and then get very intelligent responses. The more context you feed an AI the better its answers will be.

This plugin can be used with ChatGPT Plus as well, but that one has a smaller context window so you might have to be more picky with the scripts you select. There's a Token estimator which may help you figure out if you're fitting into your AI's token context window.

Quick Guide

  • Click the AI button in the top right corner to open the AI-Context-Generator window.
  • File Types and Exclude directories filter the display of your scripts that you can choose from.
  • Click Select All or manually click on scripts to select which ones you want to feed the AI.
  • Click Send to Clipboard, this will copy all the scripts so that you can right-click paste (or CTRL+V) them all at once.
  • Click Open URL to go to your specified AI website and paste the script text along with your request like "code me a function that does X" or "optimize my code", etc.

To help the AI out, separators between scripts are automatically inserted into the text block. They look like this:

-------------------
# File: res://src/scenes/Player.gd

This Godot plugin is for conveniently copying all your scripts into one giant text block that you can easily paste into an AI.

For more info go to: https://github.com/rainlizard/AI-Context-Generator

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
AI Context Generator icon image
rainlizard
AI Context Generator

This Godot plugin is for conveniently copying all your scripts into one giant text block that you can easily paste into an AI.For more info go to: https://github.com/rainlizard/AI-Context-Generator

Supported Engine Version
4.2
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year 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