Page 1 of 1

Component data viewer until we get the asset pack

Posted: Thu Nov 13, 2014 10:42 pm
by QuintinStone
I've started working on a drop-in lua script that grabs component info from game objects and dumps the data to a scroll. I'll let us see existing component values until the mod asset pack is out.

For example, a dump of the Monster component of a blue slime:
http://steamcommunity.com/sharedfiles/f ... =341205413

I didn't know if anyone else was working on something like this?

My current plan is to spawn a scroll at the player's location with the info in it. With space limitations, I might have to restrict each scroll to 1 component.