• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Info Volumes

Svarii

New member
Hi!

I have been trying to figure out how to get some popup text in my prefab, I was first trying to use the buffs.xml file and then I noticed the Info Volume below Sleeper Volume in the prefab editor.  I found virtually no information on how to set up an info volume, or if it is in fact, used for subtitles messages.

The best I could come up with is to add the Info Volume and then save the prefab.  In my prefab XML I then found the follow code:

<property name="InfoVolumeSize" value="26, 3, 3" />
<property name="InfoVolumeStart" value="0, 4, 0" />




I came across zero search results on the topic of Info Volumes, so I asked the robot and it said this should work:

<property name="InfoVolumeSize" value="26, 3, 3" />
<property name="InfoVolumeStart" value="0, 4, 0" />
<property name="InfoVolume" value="true" />
<property name="InfoVolumeText" value="Hello world" />




It does not, I tried it in the prefab playtest and created a world to test it.  Neither works.

This seems a lot more straight forward than trying to get it to work with buffs.xml

Is anyone able to point me in the right direction to learn how to use Info Volumes?

 
Back
Top