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 → How do you get Galek Fyyar to use a weapon?
How do you get Galek Fyyar to use a weapon?
2002-11-11, 6:28 AM #1
I've tried giving him a spawnscript, renaming the model, reconfiguring the npcs.cfg file and nothing will work. It's either he won't spawn at all or he'll spawn with no weapon and give up. [http://forums.massassi.net/html/confused.gif]
2002-11-11, 11:20 PM #2
I don't think you have to make him be a new NPC for this to work. You should be able to just use the original NPC and just make a script that gives him a weapon when he spawns.

-- SavageX

------------------
"Never trust a bartender with bad grammar." - one of the many one-liners of Kyle Katarn.
"Be kind to nerds because one day... one will be your boss."
SavageX's Editing Corner
2002-11-11, 11:54 PM #3
I already tried that. Here's the script I tried

//Generated by BehavEd

rem ( "Galek Fyyar" );
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_BLASTER" );
2002-11-12, 10:54 AM #4
You've implemented the script through the entity properties dialog?

spawnscript "filename.IBI"

If that doesn't work, set a targetname for your Galak (i.e. "moron"), then make a seperately run script like this:

affect ("moron", <AFFECT_TYPE> FLUSH)
{
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_BLASTER" );
}


That should work. Unless you are using the Galak NPC where he's in the orange suit thing. You probably can't change the weapon for that.

[This message has been edited by AKPiggott (edited November 12, 2002).]
Xbox Live/PlayStation Network/Steam: tone217
http://twitter.com/ourmatetone
2002-11-12, 2:53 PM #5
I've tried to script it both ways and he won't spawn. He doesn't want a weapon. I tried spawning him in the air and placing a blaster underneath him to land on and he didn't want to pick it up.
2002-11-15, 12:15 PM #6
With this script he'll spawn with a blaster in his hands but he'll shoot at the wall like an idiot. There's something different with this NPC.

//Generated by BehavEd

rem ( "comment" );
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_ADVANCE_FIGHT" );

2002-11-15, 11:28 PM #7
maybe try changing his class to imperial or something, cuz ive noticed classes seem to hold different AI settings
Shaving is not a high priority with Jedi.
Would you want to shave with a lightsaber?

I don't like quake, never liked quake, and don't like Star Wars quake. So basically jk2mp.exe never gets used on my computer.

↑ Up to the top!