Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AuraVix Studio

7
Posts
3
Topics
10
Followers
A member registered May 04, 2026 · View creator page →

Creator of

Recent community posts

If you write Ren'Py, you know the failure mode: everything is fine until you walk the one route you have not touched in a week, and the game dies on a jump to a label you renamed.


VN Architect is a free desktop IDE that reads a Ren'Py project the way the engine resolves it and reports that class of bug before you launch:

  • undefined labels, characters and variables
  • dead ends, unreachable labels, infinite jump loops
  • variable typos — player_nme against player_name — and reads before assignment
  • show / scene / play lines pointing at files that are not in the project

There is also a story-flow graph (every label a node, every jump and menu choice a connection, exports to PNG/SVG/Mermaid/DOT) and an optional AI agent that plans before it edits, shows every change as a diff, and runs the Ren'Py linter on its own work. The agent runs on your own API key, or on Ollama locally for free — and everything else in the app works with no AI and no internet at all.

Quickest way to judge it: hit Open demo project on the welcome screen. It loads a tiny bundled visual novel that is broken on purpose in five different ways, and analyses it immediately, so you can see what it catches in about a minute.

Free for personal and commercial work, Windows / macOS / Linux. Two honest caveats: the macOS build is Apple Silicon only right now, and this is not a WYSIWYG screen designer — it is an editor, an analyser, a graph and an assistant.

https://auravix-studio.itch.io/vn-architect

Ren'py, like Python itself, has many variables and is very flexible, so the import passer doesn't handle everything. I emphasized in the tutorial that import is an experimental feature and that you should make a backup copy before using it.

(1 edit)

Hey everyone!

I just released VN Shift — a desktop tool that translates Ren'Py .rpy 

scripts using AI models like ChatGPT, Gemini, Claude, Grok, DeepSeek, 

and local Ollama. No coding required.

🔧 Key features:

- 7 AI engines to choose from (cloud + local/offline)

- Rolling Context — AI remembers the story across thousands of lines

- Semantic Translation Memory — reuses past translations for consistency

- Vision AI — upload character images for better tone & gender detection

- QA Editor — side-by-side review with tag validation

- AI Proofreading Mode — improve an existing translation without redoing it

- Auto-save (.vnproj) — pause and resume large projects anytime

🎬 Full tutorial on YouTube:

https://www.youtube.com/watch?v=eQM60hbvZ_Y

🛒 Available here on itch.io:

https://auravix-studio.itch.io/vn-shift

Hi, click the first option on the left. This will allow you to create a new project and go to the main program window, where there's a drop-down menu at the top right for language selection.
You can see what to click in the tutorial.

Yes, I would like to release a version for Linux and MAC.

Hey everyone! 👋

I just launched VN Studio Pro — a free desktop IDE for building Ren'Py visual novels visually.

Instead of writing .rpy script by hand, you get a timeline editor to build each scene, a node graph to connect labels and wire up branching choices, a character manager, asset browser, and screen designer — then export clean, standard .rpy files ready to run in Ren'Py.

Built-in validator catches broken jumps, missing assets, and duplicate labels before every export. You can also import existing Ren'Py projects and it reconstructs the full graph automatically.

It's free — pay what you want (including $0).

👉auravix-studio.itch.io/vn-studio-pro


This is the goal of this program, so that creators can focus on the story and not the coding.