Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Outcast and Jedi Academy Editing Forum → custom npc
custom npc
2002-07-23, 3:06 AM #1
Has anyone had any luck changing npc's I have followed the tut by emon a thousand times and it works sorta but I always get a stormtrooper no matter what files I extract from assets.0pk3 I wanted a reborn fighting style rodian but he comes out as a stormtrooper?
2002-07-23, 5:53 AM #2
copy this to your npcs.cfg right below one of the reborns
Code:
Rebornrodian
{
	playerModel	rodianjedi
	saberColor	red
	reactions	1
	aim			1
	move		1
	aggression	1
	evasion		1
	intelligence	1
	hfov		120
	vfov		120
	scale		94
	playerTeam	enemy
	enemyTeam	player
//	race		human
	class		reborn
	snd			rodian2
	sndcombat	rodian2
	sndjedi		rodian2
	yawSpeed	60
	walkSpeed	45
	runSpeed	180
	health		40
	dismemberProbHead	0
	dismemberProbArms	20
	dismemberProbLegs	0
	dismemberProbHands	30
	dismemberProbWaist	0
}

then put the npcs.cfg in a .pk3 (call it whatever you want) and make sure that the pathname is ext_data.
then put it in a folder called NPCtest (or anything else you would like to name it) in your Gamedata directory. Then fire up JO and load it as a mod, start a new level and do the console command
npc spawn rebornrodian
and it should be spawned in front of you

If you need add it to JK2Radiant, follow the tutorial because I havn't tried it yet.

Hope that helped [http://forums.massassi.net/html/smile.gif]

------------------
Last week I cudn't evn spel grajuat, but now I is one.

[This message has been edited by Stormtrooper (edited July 23, 2002).]

[This message has been edited by Stormtrooper (edited July 23, 2002).]
2002-07-23, 6:25 AM #3
Wait a sec, you have to extract all the rodian files to the gamedata\base\models\players and then rename the directory it's in from rodian to rodianjedi.

Hope that helps [http://forums.massassi.net/html/smile.gif]

------------------
Last week I cudn't evn spel grajuat, but now I is one.

[This message has been edited by Stormtrooper (edited July 23, 2002).]
2002-07-23, 9:54 PM #4
Hey thanks.

↑ Up to the top!