Raised This Month: $51 Target: $400
 12% 

I am trying to Make a new saxton help me please.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
aybarsius
Junior Member
Join Date: Jan 2013
Old 02-04-2013 , 07:28   I am trying to Make a new saxton help me please.
Reply With Quote #1

Hi I am trying to make a new saxton.I have made some new saxtons but they were normal not great.Now I am trying to make a different one with a model.Please help me When I try to do !ff2_special dragonborn it says boss not be found.Here is my .cfg file please help me.
"character"
{
"name" "DragonBorn"
"class" "4"
"model" "models\freak_fortress_2\dragonborn\headless_ hatman.mdl"
"ragedist" "600.0"
"sound_block_vo" "1"

"description_en" "Evet Arkadaşlar Aybarsius Başka bir bossla Karşınızda DragonBorn İyi Oyunlar Dilerim."
"description_ru" "Дэмопан:\n''Прочный Кивер за 2 очищенных!''\nСупер Прыжок: альт.огонь, посмотри наверх и встань.\nСупер-падение: в воздухе смотри вниз и присядь.\nЯрость (оглушение вблизи + спам торгами): сделай насмешку, когда Счетчик Ярости полон.\nРывок щита: кнопка перезарядки."

"weapon1"
{
"name" "tf_weapon_sword"
"index" "132"
}
"ability1"
{
"name" "charge_weightdown"
"arg0" "2"
"buttonmode" "2"
"plugin_name" "default_abilities"
}
"ability2"
{
"name" "charge_teleport"
"arg0" "1"
"arg1" "4"
"arg2" "45"
"arg3" "ghost_appearation"
"plugin_name" "default_abilities"
}
"ability3"
{
"name" "rage_stun"
"arg1" "5.0"
"plugin_name" "default_abilities"
}
"ability4"
{
"name" "rage_preventtaunt"
"plugin_name" "default_abilities"
}
"ability5"
{
"name" "rage_stunsg"
"arg1" "7.0"
"plugin_name" "default_abilities"
}
"sound_begin"
{
"1" "vo\halloween_eyeball\eyeball_biglaugh01. wav"
}
"sound_kspree"
{
"1" "vo\halloween_eyeball\eyeball_laugh01.wav "
"2" "vo\halloween_eyeball\eyeball_laugh02.wav "
"3" "vo\halloween_eyeball\eyeball_laugh03.wav "
}
"sound_win"
{
"1" "vo\halloween_eyeball\eyeball11.wav"
}
"sound_death"
{
"1" "vo\halloween_eyeball\eyeball_mad01.wav"
"2" "vo\halloween_eyeball\eyeball_mad03.wav"
"3" "vo\halloween_eyeball\eyeball_mad02.wav"
"4" "vo\halloween_eyeball\eyeball_boss_pain01.wav "
}
"sound_lastman"
{
"1" "vo\halloween_eyeball\eyeball10.wav"
}
"sound_ability"
{
"1" "ui\notification_alert.wav"
"2" "vo\halloween_eyeball\eyeball_teleport01. wav"
"slot2" "1"
}
"mod_download"
{
"1" "models\freak_fortress_2\dragonborn\headless_ hatman.mdl"
}
}
aybarsius is offline
nope.avi
Senior Member
Join Date: Jan 2012
Location: Australia
Old 02-04-2013 , 07:43   Re: I am trying to Make a new saxton help me please.
Reply With Quote #2

Steps to CFG troubleshooting:
1. Anything on the console? Are you missing { or } somewhere, some EOF error?
2. Is it in characters.cfg?
3. Remove all other bosses from ^ except DragonBorn, and a normal boss. Will he spawn at all?
4. Is he a failed name civilian scout?
__________________
I quit the FF2 business, I can only provide some assistance and feedback. I was previously a 3D modeler, texture artist and boss maker.
nope.avi is offline
aybarsius
Junior Member
Join Date: Jan 2013
Old 02-04-2013 , 11:56   Re: I am trying to Make a new saxton help me please.
Reply With Quote #3

ty for replying sir.
1.) I didnt see an error.
2.) Yep he is in the characters.cfg
3.) I will try it now.
aybarsius is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 02-04-2013 , 21:10   Re: I am trying to Make a new saxton help me please.
Reply With Quote #4

i bet it is not in the list

/ff2boss

you probably dont have it listed in characters.cfg
BBG_Theory is offline
Huntereb
>:) (:<
Join Date: Jul 2012
Old 02-05-2013 , 09:48   Re: I am trying to Make a new saxton help me please.
Reply With Quote #5

Quote:
Originally Posted by BBG_Theory View Post
you probably dont have it listed in characters.cfg
Correctly at least.

Your "characters.cfg" should look similar to the following:

Code:
"Freak Fortress 2"
{
	"1" "seeman"
	"2" "seeldier"
	"3" "demopan"
	"4" "vagineer_hale"
	"5" "brutal_sniper_hale"
	"6" "ninjaspy"
	"7" "gentlespy"
}
Now insert this line behind the rest of your bosses, replacing the "#" with which number follows the last boss':

Code:
	"#" "DragonBorn"
It should then look like this:

Code:
"Freak Fortress 2"
{
	"1" "seeman"
	"2" "seeldier"
	"3" "demopan"
	"4" "vagineer_hale"
	"5" "brutal_sniper_hale"
	"6" "ninjaspy"
	"7" "gentlespy"
	"8" "DragonBorn"
}
Save the file, change the server's map. If your boss still isn't playable, then something is wrong with your cfg. When I get home I can test this and upload a working version, if it doesn't work after these steps.
Huntereb is offline
aybarsius
Junior Member
Join Date: Jan 2013
Old 02-05-2013 , 10:25   Re: I am trying to Make a new saxton help me please.
Reply With Quote #6

Sir its on the list I am not that Noob Is there anything wrong with my codding?And Now I will try to spawn him by deleting all of the other saxtons in charachters.cfg expect of "dragonborn"
EDIT:I have tried and he is a failed name

Last edited by aybarsius; 02-05-2013 at 10:30.
aybarsius is offline
Huntereb
>:) (:<
Join Date: Jul 2012
Old 02-05-2013 , 11:38   Re: I am trying to Make a new saxton help me please.
Reply With Quote #7

Quote:
Originally Posted by aybarsius View Post
EDIT:I have tried and he is a failed name
I will mess with him tonight then. Mind uploading the exact cfg file to him instead of just pasting it into the message box? I don't need any of the other files, if he works as an "error" model he should work for you with the actual models.
Huntereb is offline
aybarsius
Junior Member
Join Date: Jan 2013
Old 02-05-2013 , 13:53   Re: I am trying to Make a new saxton help me please.
Reply With Quote #8

ty sir really ty sir here is the .cfg file http://pastebin.com/bgtQ67GG
aybarsius is offline
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 02-05-2013 , 15:14   Re: I am trying to Make a new saxton help me please.
Reply With Quote #9

Quote:
Originally Posted by aybarsius View Post
ty sir really ty sir here is the .cfg file http://pastebin.com/bgtQ67GG

i think it might have somthing to do using a bot for some reason is my guess.
RavensBro is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 02-05-2013 , 18:04   Re: I am trying to Make a new saxton help me please.
Reply With Quote #10

Quote:
Originally Posted by Huntereb View Post
Correctly at least.

Your "characters.cfg" should look similar to the following:

Code:
"Freak Fortress 2"
{
    "1" "seeman"
    "2" "seeldier"
    "3" "demopan"
    "4" "vagineer_hale"
    "5" "brutal_sniper_hale"
    "6" "ninjaspy"
    "7" "gentlespy"
}
Now insert this line behind the rest of your bosses, replacing the "#" with which number follows the last boss':

Code:
    "#" "DragonBorn"
It should then look like this:

Code:
"Freak Fortress 2"
{
    "1" "seeman"
    "2" "seeldier"
    "3" "demopan"
    "4" "vagineer_hale"
    "5" "brutal_sniper_hale"
    "6" "ninjaspy"
    "7" "gentlespy"
    "8" "DragonBorn"
}
Save the file, change the server's map. If your boss still isn't playable, then something is wrong with your cfg. When I get home I can test this and upload a working version, if it doesn't work after these steps.
well.. assuming his config name is DragonBorn.cfg

try this, have your config file named dragonborn.cfg and your characters.cfg like:

Code:
"Freak Fortress 2"
{
"1" "seeman"
"2" "seeldier"
"3" "demopan"
"4" "vagineer_hale"
"5" "brutal_sniper_hale"
"6" "ninjaspy"
"7" "gentlespy"
"8" "dragonborn"
}
then do /ff2boss in chat, is the boss there?

also! do not specify the .mdl extention at the end of your config
Code:
 "mod_download"
 {
 "1" "models\freak_fortress_2\dragonborn\headless_ hatman"
 }

Last edited by BBG_Theory; 02-05-2013 at 18:12.
BBG_Theory is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode