Portal 2
26 értékelés
How To Spawn Wheatley With Damaged Animations
Készítő: matt shatt
I could just incorporate this into my console command guide in general, but I don't really feel like it
If you don't know how to use the console, go to my other guides and find "Portal 2 Console Commands"
   
Díjazás
Kedvenc
Kedvenc
Törlés
Spawning
So basically, there is a standard string that you use

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_concerned

That will spawn Wheatley with the standard damaged animations
Alternatives
You can use almost all of Wheatley's animations with this, just by substituting the "sphere_damaged_idle_concerned" part with another animation.

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_angry

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_happy

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_neutral

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_scared

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_damaged_idle_sceptical


Here are a few unused level object reactions

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_fizzler_flinch

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_fizzler_freeze

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_fizzler_happy

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_fizzler_spin

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_laser_freeze

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_laser_ow

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_laser_scream

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_react_portal_happy


Space Core Animation

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence core01_idle
Undamaged Skin
To give Wheatley his undamaged skin upon spawning, just add this string to the end of the others:

; ent_fire npc_personality_core skin 1

The final command should look like this:

ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence core01_idle; ent_fire npc_personality_core skin 1
Requested Animations
If you want to see any specific animations, request them in the comments of this guide they will be put here (most of the time)
27 megjegyzés
specialist20011 okt. 14., 5:39 
:p2aperture: WOW :p2aperture:
MTDJ2011 máj. 10., 19:01 
The animation used for Wheatley when he is looking back is "sphere_idle_front" so if you use the following command; ent_create npc_personality_core; ent_fire npc_personality_core setidlesequence sphere_idle_front it should spawn Wheatley looking back
matt shatt  [készítő] márc. 10., 16:58 
@V2 Probably. You'd just have to find the actual like animation name, there's easy ways of doing it I just don't have the time to go find it :sob:
The Roaring Knight febr. 24., 17:01 
Is there a way to spawn him while he is looking back?
matt shatt  [készítő] 2024. szept. 23., 14:00 
No easy way
lincolnosadler 2024. szept. 22., 23:00 
any way to spawn wheatley with all his talks and animations matt shatt?
Lucky_Lucas542 2023. okt. 3., 1:28 
Is there a way to spawn him while he is looking back?
M3lon 2022. dec. 11., 0:07 
thanks
matt shatt  [készítő] 2022. dec. 10., 7:22 
@JAGG pretty sure you just remove the "_damaged" part of the string, cant remember completely though
M3lon 2022. dec. 10., 2:16 
how do you spawn him with fixed animations