Search the Community
Showing results for tags 'bank'.
Found 2 results
-
I'm trying to create a character that uses a build that doesn't share its prefab name. Normally, a character called "example" would default to using the anim file called "example.zip", unless instructed otherwise. I can't seem to convince it to use any build other than its own, however. I've read that the proper way to do this is to assign a new build using: inst.AnimState:SetBuild("differentbuild") however, it doesn't seem to work. The character defaults to the anim file with the same name, or simply becomes invisible if the anim with the same name is not provided. Here's the full prefab: local MakePlayerCharacter = require "prefabs/player_common" local assets = { Asset("ANIM", "anim/domo.zip"), Asset("ANIM", "anim/chanti.zip"), } local common_postinit = function(inst) end local master_postinit = function(inst) inst.AnimState:SetBuild("chanti") end return MakePlayerCharacter("domo", prefabs, assets, common_postinit, master_postinit) Both build files are standard character builds, compatible with the standard player stategraph. Can anyone fill me in on what I'm doing wrong, or anything I'm missing? Thank you so much!
-
What is wrong with my mods? [00:00:28]: Could not find anim build OUTOFSPACE[00:00:28]: Could not find anim bank [OUTOFSPACE][00:00:28]: Could not find anim build OUTOFSPACE[00:00:28]: Could not find anim bank [OUTOFSPACE][00:00:28]: Could not find anim build OUTOFSPACE[00:00:28]: Could not find anim bank [OUTOFSPACE][00:00:28]: Could not find anim build OUTOFSPACE[00:00:28]: Could not find anim bank [OUTOFSPACE] How to find exact name of bad file and number of line?
- 3 replies
-
- OUTOFSPACE
- anim
-
(and 2 more)
Tagged with: