Jump to content

Prefab for Specific Balloon Shapes/Colors


Recommended Posts

Is there any way to spawn in one of the Wes balloons (the basic ones, that are just a balloon animal of random color) using console commands, but having agency on the color or shape?

For example, is there a prefab such as:

balloon_beefalo_red
image.png.a015fcc44dd76389660a85414591a12b.png

 

balloon_spider_green
image.png.4aa135f86e8b6184dfd8ba2a96b1bf13.png

They don't have distinct prefabs but you can set certain variables to achieve it, normally it would be a bit lengthy to apply them but you can use their OnLoad function to do the work for you:

c_spawn("balloon") c_sel():OnLoad({num = 1, colour_idx = 1})

Spoiler

Shapes :

  1. Basic
  2. Beefalo
  3. Pig
  4. Spider
  5. Butterfly
  6. Hound
  7. Merm
  8. Tentacle
  9. Bunnyman

Colors :

  1. Red
  2. Green
  3. Blue
  4. Yellow
  5. Purple
  6. Orange

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...