Extra mapping capabilities with base_entranced

Discuss siege map projects.
User avatar
Duo
Posts: 1070
Joined: Mon May 25, 2009 3:36 pm
Reputation: -25
Location: Chile

Extra mapping capabilities with base_entranced

Post by Duo »

With base_entranced we can add additional support for custom classflags, npc flags, entities, etc in siege maps. For example, I have already added a couple of extra .npc file flags that mapmakers can yews:

dempProof 1 = NPC is invulnerable to DEMP damage
specialKnockback 1 = NPC cannot be knockbacked by red team
specialKnockback 2 = NPC cannot be knockbacked by blue team
specialKnockback 3 = NPC cannot be knockbacked by any team

These two flags enable mapmakers to get creative with some "kill-the-NPC" objectives. dempProof will prevent a team from killing the NPC through the wall with demp, and specialKnockback ensures that he won't fly all over the place when getting attacked, or that a particular team can intentionally move the NPC to a desired location.

On a related note, CFL_SINGLE_ROCKET will soon be fixed so you can't get more rocket ammo. This will enable you to yews that classflag properly.

Post any requests for custom mapmaking stuff here.
Image

User avatar
aradorasxeon
Posts: 680
Joined: Thu Dec 22, 2011 6:16 pm
Reputation: 0

Re: Extra mapping capabilities with base_entranced

Post by aradorasxeon »

So how about fixing the npc's waypoint finding mechanism in multiplayer (yeah probably I have no idea how big of an ask is). Since there are waypoints for the wampa, and rancors to move around in any given map. It would be nice, also not sure if this is true for every NPCs, but monster NPCs don't attack people in vehicles in multiplayer.
Maybe if this get fixed my first map would be played more (just kidding, probably people don't like optional objective order).
Also NPCs' scripting doesn't work at all in multiplayer.
E.g.: In p_D I have 3 NPCs (NPC_Impworker) with spawnscripts: t1_fatal/spawncorpse(number here)
If I check it singleplayer, corpses appear, but in multiplayer, they don't even spawn.

I have no idea how much work this desire, so if it can't be done or it would take very long, just simply say it to me.
Image

2014.05.05. Thanks for al the fun!

"Nah, I go."

User avatar
Duo
Posts: 1070
Joined: Mon May 25, 2009 3:36 pm
Reputation: -25
Location: Chile

Re: Extra mapping capabilities with base_entranced

Post by Duo »

That's weird about your script. Have you tried other scripts? Other animations?

This script works fine for me in my new map for getting NPCs to stand still with their arms at their sides:

Code: Select all

set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_CINEMATIC" );
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_NONE" );
set ( /*@SET_TYPES*/ "SET_ANIM_BOTH", /*@ANIM_NAMES*/ "BOTH_STAND1" );
set ( /*@SET_TYPES*/ "SET_ANIM_HOLDTIME_BOTH", -1 );


Is there a reason you want monsters to attack vehicles? Most vehicles could out-run a monster easily...
Image

User avatar
Duo
Posts: 1070
Joined: Mon May 25, 2009 3:36 pm
Reputation: -25
Location: Chile

Re: Extra mapping capabilities with base_entranced

Post by Duo »

Considering two new abilities for jan:

Remote-controlled shields. You can run around freely as jan and press a button to activate/deactivate your shield from a distance. However, if you die while it's down, it's gone permanently.

Deployable health station. Gives an area-of-effect healing buff to nearby allies for 30 seconds.
Image

User avatar
Turquoise Dragon
The Scaled One
Posts: 2042
Joined: Tue May 04, 2010 12:11 am
Reputation: 8
Location: Looking in your window. Hi.

Re: Extra mapping capabilities with base_entranced

Post by Turquoise Dragon »

I like the health station idea. How about a remote hacking device item? Can be placed on a hack and the player moves away while it works. Takes 1.5x as long to hack, and can be destroyed. Maybe a chance of failure or getting stuck as well. Would keep a player in the fight while allowing a hack to get done, but takes longer and can be stopped by the opposing team.
Image

User avatar
Duo
Posts: 1070
Joined: Mon May 25, 2009 3:36 pm
Reputation: -25
Location: Chile

Re: Extra mapping capabilities with base_entranced

Post by Duo »

Not a bad idea.
Image

User avatar
Magyk
Graphics Guru
Posts: 4129
Joined: Mon May 25, 2009 4:39 pm
Reputation: -87
Location: East Coast, USA

Re: Extra mapping capabilities with base_entranced

Post by Magyk »

inb4 laser commissions blackout to make a soccer map using the knockback flag and a jawa npc
Image

User avatar
Duo
Posts: 1070
Joined: Mon May 25, 2009 3:36 pm
Reputation: -25
Location: Chile

Re: Extra mapping capabilities with base_entranced

Post by Duo »

Magyk wrote:inb4 laser commissions blackout to make a soccer map using the knockback flag and a jawa npc


Could be done with relegating knockback to only one weapon (i.e. pistol or melee), and/or even doubling/tripling knockback for that particular weapon.
Image

Darth_Wayne
kera and sfail's fiend
Posts: 898
Joined: Wed May 27, 2009 5:11 pm
Reputation: -73
Location: In the projects with Puff, the Magic Dragon

Re: Extra mapping capabilities with base_entranced

Post by Darth_Wayne »

Duo wrote:On a related note, CFL_SINGLE_ROCKET will soon be fixed so you can't get more rocket ammo. This will enable you to yews that classflag properly.


CFL_YO_ROCKET
Image

User avatar
Laser
Kopite
Posts: 2326
Joined: Sat Jun 13, 2009 4:15 am
Reputation: -9

Re: Extra mapping capabilities with base_entranced

Post by Laser »

Football map pls.
Less QQ more Pew Pew
Image
Image
Image
Image
Image

Locked