View Single Post
DemomanMoment
Junior Member
Join Date: Feb 2022
Old 07-25-2022 , 12:30   Re: Boss Models show error for Unofficial FF2
Reply With Quote #22

Quote:
Originally Posted by Kolaxie View Post
Rage weapon slot is invalid, need to be 0.

Code:
		"arg4"			"`" //Weapon Slot
Not boss breaking but can be removed if not used.

Code:
	"sound_begin"
	{
	}
	"sound_win"
	{
	}
	"sound_lastman"
	{
	}
	"sound_death"
	{
	}
	"sound_hit"
	{
	}
	"sound_kspree"
	{
	}
	"sound_ability"
	{
	}
	"catch_phrase"
	{
	}
	"sound_stabbed"
	{
	}
Same for these

Code:
		"name1"		"" //Music's name.
		"artist1"	"" //Music's artist.
Having space can sometime create issue remove them or use _

Code:
"path1"		"freak_fortress_2\evilpyro\Toy Story 2 OST  Bombs Away.mp3"
Code:
	"mod_download"
	{
		"1"		"models\freak_fortress_2\evilpyro\evil king pyro"
	}

Also make sure you have all the plugins needed for the boss. Check console error you will see if boss is missing plugin
I need ffbat_defaults :I
do you have this
DemomanMoment is offline