Forum Mod Bakery Docs

My mod is not being recognized, what is wrong?

Posted in Support
Donut Team is still learning about the original poster. Therefore, we can not guarantee all information on this page to be safe or reliable.
Please sign in to reply to this topic.
I'm trying to spawn the squeaky voice teen in the krusty burger next to the springfield school in level 1. I need some help because it is not being recognized.

what I did to make this mod is: I went to the level 7's "demoi.mfk" archive in the game's files. Copied the squeaky voice teen "ambient character" and pasted it in my own demoi.mfk file, inside of CustomFiles/scripts/missions/level01


this is the text I copied:

AddAmbientCharacter("teen", "ambient_svt", 1.3); //rail 2
AddAmbientNPCWaypoint( "teen", "ambient_svt" );
AddAmbientNPCWaypoint( "teen", "svt_walk1" );
AddAmbientNPCWaypoint( "teen", "svt_walk2" );
AddAmbientNPCWaypoint( "teen", "svt_walk3" );
AddAmbientNPCWaypoint( "teen", "svt_walk2" );
AddAmbientNPCWaypoint( "teen", "svt_walk1" );
AddAmbientNPCWaypoint( "teen", "ambient_svt" );

what went wrong? Am I missing something? The game opens up normally and does not even crash, it just doesn't recognize my mod

demoi.mfk is not what controls where these characters are. I believe it would be leveli.mfk

First of all, thank u so much for answering!! :)

Would I need to add conversation and dialog.spt too?