Skip to content

Fanny-Pack-Studios/Ruake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruake

Allows a terminal that runs gdscript to be opened while the game is running.

It also opens the scene tree and by clicking nodes in the tree you can evaluate code directly in their context!

A spaceship game is running and a panel similar to quake's console is opened. The panel has a console in which code can be evaluated, and also has a section with a scene tree. Items from the scene tree can be clicked and that makes the code evaluated in the console be interpreted as being evaluated in the context of that node.

How to install

Download the project and copy the addon folder into your godot project.

Go to Project Settings > Plugins, and enable Ruake.

How to use

You need to choose which action will be used to open ruake: For example, in the image I'm choosing a toggle_ruake action that I need to set up in the Input Map. image

You can also configure which layer Ruake is displayed in and if it should pause the scene tree when it's opened.