New NPCs

Media Gallery, Obsidian Material Only.
Gurluas
npc_combine_s
npc_combine_s
Posts: 303
Joined: Fri Sep 15, 2006 12:07 pm

Post by Gurluas »

you also forgot the tentacle, but any screenie of the hgrunts?
fragged131
npc_metropolice
npc_metropolice
Posts: 237
Joined: Sat Sep 23, 2006 2:25 am

Post by fragged131 »

Ok just drop the Hydra/Tentacle obssesion, ive played with both and they always suck, the hydra does the same movement animation over and over and attacks only from the left, its entertaining to put it with NPCs, but not in against a player. The tentacle is just boring.

if you want to see the hgrunt then do this with SV_cheats set to 1:

give monster_hgrunt --- it may be wrong, im kinda tired right now.
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Post by skidz »

[JSC]Steve wrote:Just wait for Episode Two for the Ministrider..also once that is out the strider buster could be implemented as well...

Here's a thought... would it be possible to code it so the new vehicle can pick up players as passengers and not just NPCs? I understand that is no easy task but think of the interesting gameplay it could offer...

Looking too far into the future here.. How big will that "Hunter" npc be? Small like a scanner or big like a gunship?
Valve have strider buster code in the sdk. But right now its just an object that sticks to the strider or walls. Would be easy to have it blow the strider up if shot at.

And the Hydra doesnt use animations, its bones are moved with uber Valve Math :wink:
The fox
Respected Member
Respected Member
Posts: 263
Joined: Tue Jul 25, 2006 7:53 pm

Post by The fox »

skidz wrote:
And the Hydra doesnt use animations, its bones are moved with uber Valve Math :wink:
Like 1+1=2? :O
User avatar
Lark
npc_advisor
npc_advisor
Posts: 1077
Joined: Sat Jun 10, 2006 3:21 am
Location: Termina
Contact:

Post by Lark »

whats the code for the hunter(the scaner with a gun) and how do I spawn a npc with a gun :oops: like spawning the hgrunt with a smg1 :oops: .
Tuskin
prop_physics
prop_physics
Posts: 125
Joined: Sun Jul 23, 2006 5:28 pm

Post by Tuskin »

gtaiiilc wrote:whats the code for the hunter(the scaner with a gun) and how do I spawn a npc with a gun :oops: like spawning the hgrunt with a smg1 :oops: .

you know how to spawn NPCs with guns a regular hl2? It is the same.

"npc_create_equipment weapon_weaponname"
Askaris
prop_static
prop_static
Posts: 71
Joined: Tue Aug 29, 2006 10:53 pm

Post by Askaris »

The fox wrote:
skidz wrote:
And the Hydra doesnt use animations, its bones are moved with uber Valve Math :wink:
Like 1+1=2? :O
This is Valve mathematics we're talking about. The actual answer is -5.
1/4 Life
Polygon
Polygon
Posts: 53
Joined: Mon Oct 02, 2006 5:25 pm

Post by 1/4 Life »

Nonono, the awnser is:

Code: Select all

void CNPC_Hydra::CalcGoalForces( )
{
	int i;

	int iFirst = 2;
	int iLast = m_body.Count() - 1;

	// keep head segment straight
	m_body[iLast].vecGoalPos = m_vecHeadGoal; // + m_vecHeadDir * m_body[iLast-1].flActualLength;
	m_body[iLast].flGoalInfluence = m_flHeadGoalInfluence;

	m_body[iLast-1].vecGoalPos = m_vecHeadGoal - m_vecHeadDir * m_idealSegmentLength;
	m_body[iLast-1].flGoalInfluence = 1.0; // m_flHeadGoalInfluence;


	// momentum?
	for (i = iFirst; i <= iLast; i++)
	{
		m_body[i].vecDelta = m_body[i].vecDelta * sv_hydraMomentum.GetFloat();
	}

	//Vector right, up;
	//VectorVectors( m_vecHeadDir, right, up );

	float flGoalSegmentLength = m_idealSegmentLength * ( m_idealLength / m_flCurrentLength);

(Theres more to it, but im not posting it all :X)
jeremy4343 hunters!!!
Polygon
Polygon
Posts: 23
Joined: Mon Oct 23, 2006 1:27 am

Post by jeremy4343 hunters!!! »

i have a qeustion when i spawn a hunter it comesd out like this:
City scanner with red light coming out front and ar2 shot gun i like messing around with them :twisted: is there a way to down load the patch ep2 comes owt to make it look like one of those hunters?
I got owned once...Its not pretty.Now a message from our news zombie Joe Carl Joe!(The news zombie)Obsidian Conflict needs a nice automatic shotgun! Jackhammer perhaps?*Farts*
jeremy4343 hunters!!!
Polygon
Polygon
Posts: 23
Joined: Mon Oct 23, 2006 1:27 am

Post by jeremy4343 hunters!!! »

qeuton for top pict on blue thing what map is that ive seen it on hl2 xbox screenshots but on OC how it get there? :?
I got owned once...Its not pretty.Now a message from our news zombie Joe Carl Joe!(The news zombie)Obsidian Conflict needs a nice automatic shotgun! Jackhammer perhaps?*Farts*
fragged131
npc_metropolice
npc_metropolice
Posts: 237
Joined: Sat Sep 23, 2006 2:25 am

Post by fragged131 »

jeremy4343 hunters!!! wrote:qeuton for top pict on blue thing what map is that ive seen it on hl2 xbox screenshots but on OC how it get there? :?
This kid fails at English...and life.
Chandler
npc_hunter
npc_hunter
Posts: 559
Joined: Thu Jun 22, 2006 5:06 am

Post by Chandler »

I actually agree with fragged on this one


GTFO NEWB!


the xbox version of Half Life 2 is terrible. So much longer loading times.
nefarious
npc_metropolice
npc_metropolice
Posts: 200
Joined: Wed Aug 09, 2006 6:11 am

Post by nefarious »

I have it and its bugged in so many places and loading takes forever but its still nice to play as your going to sleep in your bed instead of being on a computer and you dont have to deal with steamingpileofshit
Image
Mutant Enemy
npc_strider
npc_strider
Posts: 617
Joined: Tue Jun 27, 2006 8:01 am
Location: Australia

Post by Mutant Enemy »

nefarious wrote:I have it and its bugged in so many places and loading takes forever but its still nice to play as your going to sleep in your bed instead of being on a computer and you dont have to deal with steamingpileofshit
Agrees
Ben-freeman
Vertex
Vertex
Posts: 14
Joined: Mon Oct 23, 2006 7:19 pm

Re: New NPCs

Post by Ben-freeman »

Image[/url]
Image


BullSquid
Image

They are from the beta is there any more npc's you could add?

Maybe the zombie_assassin 8)

Image

I would love to fight zombie_assassin :)
Post Reply