Jump to content

Extensive Prefab List?


Recommended Posts

I don't think anyone has a list like that, but you can make a search through all the game files searching for: return Prefab(

That should get you almost all prefab creations. Some prefab files may have made a function that calls Prefab(), for example the player prefabs use the MakeCharacterPrefab function (I think that's what it's called), but it should get you most of the way there.

You can search for a text string through all the game files using CTRL-SHIFT-F (Find in files) in Notepad++.

Link to comment
Share on other sites

can you be more specific , if you wanna find the code names for things in the game you can check it up on the wiki but other than that i'm not sure what ya want. dragon fly spawner is simply dragonfly_spawner

 

btw i mean wiki fandom

 

Edited by thomas4845
Link to comment
Share on other sites

Do you mean prefablist.lua?

-- Generated by exportprefabs.lua
PREFABFILES = {
  "abigail",
  "abigail_flower",
  "acorn",
  "adventure_portal",
  "altar_prototyper",
  "amulet",
  "animal_track",
  "antlion",
  "antlion_sinkhole",
  "antlion_spawner",
  "antliontrinket",
  "armor_dragonfly",
  "armor_grass",
  "armor_lavaarena",
  "armor_marble",
  "armor_ruins",
  "armor_sanity",
  "armor_skeleton",
  "armor_slurper",
  "armor_snurtleshell",
  "armor_wood",
  "arrowsign",
  "ash",
  "atrium_fence",
  "atrium_gate",
  "atrium_gate_activatedfx",
  "atrium_gate_pulsesfx",
  "atrium_key",
  "atrium_light",
  "atrium_overgrowth",
  "atrium_pillar",
  "atrium_rubble",
  "atrium_statue",
  "attunable_classified",
....

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...