Jump to content

Home

problems with misc_weapon_shooter and misc_turretG2


d_eisenga

Recommended Posts

I've tried everything i could think of, but they just won't appear on my maps. with misc_turretG2, the console reports that its not a spawn function, but with misc_weapon_shooter i get no message at all.

 

I've looked around a bit and haven't found an answer to my problem. So if anyone could help, it would be much appreciated.

 

PS, i have gotten the ordinary misc_turret to work, but that's not the one I need.

Link to comment
Share on other sites

hm, this post is only part bump... the other half is yet another question.

 

if I want to affect the player character in a script, it should be affect ( "player", FLUSH ), shouldnt it? I'm trying to set the force power levels. It doesnt have any effect however. the rest of the script does work. The script is run at the start of the level, but the entire force meter is gone and there are no force powers in the datapad thing, as if the force is completely removed for the player.

 

I am completely lost. Can anyone help me?

Link to comment
Share on other sites

  • 2 weeks later...

i was on my way to bump this post(surely somebody knows the answer) but i thought of anpther question to ask.

 

how can i use a script to move an NPC while this NPC is using a specific animation? i made a script that makes the NPC use one of the knockback animations but he just stays in place while the animation plays. the only way i know of moving an NPC is with SET_NAVGOAL, but that just makes him walk.

 

I've tried the move commands and setting X and Y velocity but nothing works. can anyone help me with these questions?

Link to comment
Share on other sites

well, this is what i have:

 

set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_KNOCKDOWN2" );

set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );

wait ( 2000.000 );

set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_GETUP_BROLL_B" );

 

during the knockdown animation, his position in the room remains the same, he just looks like he's flying backwards. then he lies on the floor for a whil and gets up. during the 'get up' animation, he does move backwards.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...