Forum

> > CS2D > Mods > NPC Pack: Ideas
ForenübersichtCS2D-Übersicht Mods-ÜbersichtEinloggen, um zu antworten

Englisch NPC Pack: Ideas

70 Antworten
Seite
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang

alt Re: NPC Pack: Ideas

Starkkz
Moderator Off Offline

Zitieren
Hello there, I'm not sure if anyone else is still interested but I'm probably going to add even more NPCs to this pack, I'm currently focused on Half-Life NPCs so please give: skins, sounds and explain how the behaviour of the NPC that you want to be added should be like.

alt Re: NPC Pack: Ideas

Pagyra
User Off Offline

Zitieren
user Pagyra hat geschrieben
Can you do full pack monsters of Half-life?
IMG:https://unrealsoftware.de/u_scr/u87cd_4d93a32fs1.jpg

hl1 strooper
hl1 bullsquid
hl1 pit drone
hl1 gargantua
hl2 ant
hl2 poison headcrab
hl2 fast zombie
...


Can you write a script, which improves intelligence of standard NPCs?
I can help you with it, and I sent you some information about standart NPCs that can help you to improve it - so use it in your lua scripts.

alt Re: NPC Pack: Ideas

Starkkz
Moderator Off Offline

Zitieren
@user Mora: That would be quite complicated, besides that I don't have a mouth animation.

@user Masea: Do you have stats? Damage/Health/Speed

alt Re: NPC Pack: Ideas

Starkkz
Moderator Off Offline

Zitieren
I still would need to know how much distance in how many milliseconds it should move, I'm currently using the HoundEye script as base. (Which is about 16 pixels every 150 milliseconds)

alt Re: NPC Pack: Ideas

Masea
Super User Off Offline

Zitieren
if bullsquid near of you(128pixels) will attack with melee. if pixels > 128 bullsquid will throwing toxics to you. did you understand me know, sorry for bad english.

alt Re: NPC Pack: Ideas

Starkkz
Moderator Off Offline

Zitieren
Another thing, I wiped the memory of my computer and I'm not able to know the duration of the pain sounds. Could you get those for me too? Otherwise I'd have to install a audio software to know that.

alt Re: NPC Pack: Ideas

Starkkz
Moderator Off Offline

Zitieren
Sound durations in millisecond units. It's for the code.
1
2
3
4
5
npc_bullsquid.HitSound = {
	{Dir = "starkkz/npc/bullchicken/bc_pain1.wav", Duration = 683},
	{Dir = "starkkz/npc/bullchicken/bc_pain2.wav", Duration = 536},
	{Dir = "starkkz/npc/bullchicken/bc_pain3.wav", Duration = 940},
}
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang
Einloggen, um zu antworten Mods-ÜbersichtCS2D-ÜbersichtForenübersicht