?Problem?How to add a vivid Wheatley into the level?
Quote from Freeman|TR on November 22, 2014, 3:15 amI've almost finished my recent work but it won't be perfect without Wheatley. I have already succeeded to make a monitor showing Wheatley. But first, using the model "glados_wheatley_boss_screen.mdl", which got wheatley and a whole bunch of his wires and cables seems to be big. Although wheatley has already become the boss, will it be better to use the model of only a wheatley core? Also any tips for choosing and managing his animation?
Second is, how do you guys put these voicelines into work? When I use ambient_generic(known it's not the best way) to open the sound browser, I can't play these vcd scene files. Then I used VIDE, Valve Integrated Development Environment, to open one of the .vpks. I found the vcd files inside and exported them out. But no media player could play them. I also got the DTLite, which seems to be some kind of virtual drive, also didn't work. Since I can't even play the voiceline out, I have completely no idea how to make wheatley speak something that make sense. Could you plz help me out?
I've almost finished my recent work but it won't be perfect without Wheatley. I have already succeeded to make a monitor showing Wheatley. But first, using the model "glados_wheatley_boss_screen.mdl", which got wheatley and a whole bunch of his wires and cables seems to be big. Although wheatley has already become the boss, will it be better to use the model of only a wheatley core? Also any tips for choosing and managing his animation?
Second is, how do you guys put these voicelines into work? When I use ambient_generic(known it's not the best way) to open the sound browser, I can't play these vcd scene files. Then I used VIDE, Valve Integrated Development Environment, to open one of the .vpks. I found the vcd files inside and exported them out. But no media player could play them. I also got the DTLite, which seems to be some kind of virtual drive, also didn't work. Since I can't even play the voiceline out, I have completely no idea how to make wheatley speak something that make sense. Could you plz help me out?
Quote from CamBen on November 22, 2014, 4:53 pmUsually for already existing voice lines, mappers (at least I'd do this, and it isn't too hard) will usually go on the wiki or something to preview voice lines, then find the line you want using Ctrl F, then right click on the line and open it in a new tab. The name of the file should be at the top, and should correspond almost perfectly to the same vcd file
Usually for already existing voice lines, mappers (at least I'd do this, and it isn't too hard) will usually go on the wiki or something to preview voice lines, then find the line you want using Ctrl F, then right click on the line and open it in a new tab. The name of the file should be at the top, and should correspond almost perfectly to the same vcd file
Aperture Science: We do our science asbestos we can!
Quote from TeamSpen210 on November 22, 2014, 5:13 pmFor the screen, Valve has provided the instances/monitor/wheatley_studio.vmf instance, which contains Wheatley already setup with lighting and a camera. There's also the wheatley_bigscreen instance in the same folder which gives you a screen, with animations and logic to shatter it when the player flings into it. Position it flush in the wall, then send an input to make it extend. There's inputs on the studio instance to make Wheately "enter"/"leave" the camera.
VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.
To find lines, either extract sounds/vo from the VPK (dlc1 and 2 have some more lines), or go to the Portal wiki's voice line list.
For the screen, Valve has provided the instances/monitor/wheatley_studio.vmf instance, which contains Wheatley already setup with lighting and a camera. There's also the wheatley_bigscreen instance in the same folder which gives you a screen, with animations and logic to shatter it when the player flings into it. Position it flush in the wall, then send an input to make it extend. There's inputs on the studio instance to make Wheately "enter"/"leave" the camera.
VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.
To find lines, either extract sounds/vo from the VPK (dlc1 and 2 have some more lines), or go to the Portal wiki's voice line list.
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]
Quote from FelixGriffin on November 24, 2014, 10:13 amTeamSpen210 wrote:VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.One little clarification: if you're using a logic_choreographed_scene, it will load and play the proper sound for the voice line automatically to save you the trouble of syncing up the sound with the animation.
One little clarification: if you're using a logic_choreographed_scene, it will load and play the proper sound for the voice line automatically to save you the trouble of syncing up the sound with the animation.
Quote from Freeman|TR on November 30, 2014, 8:33 amTeamSpen210 wrote:For the screen, Valve has provided the instances/monitor/wheatley_studio.vmf instance, which contains Wheatley already setup with lighting and a camera. There's also the wheatley_bigscreen instance in the same folder which gives you a screen, with animations and logic to shatter it when the player flings into it. Position it flush in the wall, then send an input to make it extend. There's inputs on the studio instance to make Wheately "enter"/"leave" the camera.VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.
To find lines, either extract sounds/vo from the VPK (dlc1 and 2 have some more lines), or go to the Portal wiki's voice line list.
Thanks for the detailed explanation! I finally know where is "sounds/vo". It's the sound browser in hammer..! Well do you mean I only need to set the .vcd in the logic_choreograph_scenes, and the animation will be played automatically too?
VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.
To find lines, either extract sounds/vo from the VPK (dlc1 and 2 have some more lines), or go to the Portal wiki's voice line list.
Thanks for the detailed explanation! I finally know where is "sounds/vo". It's the sound browser in hammer..! Well do you mean I only need to set the .vcd in the logic_choreograph_scenes, and the animation will be played automatically too?
Quote from Freeman|TR on November 30, 2014, 8:40 amFelixGriffin wrote:TeamSpen210 wrote:VCD files don't contain the sound (that's in sounds/vo/ in the VPK). They are played with logic_choreographed_scenes, and contain information for what the "actors" will be doing to synchronise with the audio lines. This means that as long as you have correctly named NPCs (@sphere for wheatley, @glados/@glados2 for GLaDOS, Announcer, various for Cave) all animations and things like PoTaTOS's light will play in perfect sync without you needing to do anything. The VCDs usually have the exact same filename as the associated WAV, so it's easy to figure out which match what.One little clarification: if you're using a logic_choreographed_scene, it will load and play the proper sound for the voice line automatically to save you the trouble of syncing up the sound with the animation.
Got it, Thanks!
One little clarification: if you're using a logic_choreographed_scene, it will load and play the proper sound for the voice line automatically to save you the trouble of syncing up the sound with the animation.
Got it, Thanks!
Quote from Freeman|TR on November 30, 2014, 8:56 amCamBen wrote:Usually for already existing voice lines, mappers (at least I'd do this, and it isn't too hard) will usually go on the wiki or something to preview voice lines, then find the line you want using Ctrl F, then right click on the line and open it in a new tab. The name of the file should be at the top, and should correspond almost perfectly to the same vcd fileI almost know what I need to do. In the sound browser I found not too much vcd with filter "wheatley". Maybe there are others with filter "core" or "sphere"...
I almost know what I need to do. In the sound browser I found not too much vcd with filter "wheatley". Maybe there are others with filter "core" or "sphere"...
Quote from Freeman|TR on November 30, 2014, 9:40 amI'm following the tutorial https://developer.valvesoftware.com/wik ... aDOS_speak. Thank god I succeeded to have a Glados line spoken. But when I switched the name of generic_actor to @sphere, .vcd changed to wheatley's lines, it played something like"oh...what now..." which is actually a Game sound named error.
I think I'm messing up with the names. So basically, what is the name for generic_actor, prop_dynamic(with whealey's model) and logic_choreograph_scene? I set both generic_actor and prop_dynamic with name @sphere...
I'm following the tutorial https://developer.valvesoftware.com/wik ... aDOS_speak. Thank god I succeeded to have a Glados line spoken. But when I switched the name of generic_actor to @sphere, .vcd changed to wheatley's lines, it played something like"oh...what now..." which is actually a Game sound named error.
I think I'm messing up with the names. So basically, what is the name for generic_actor, prop_dynamic(with whealey's model) and logic_choreograph_scene? I set both generic_actor and prop_dynamic with name @sphere...
Quote from TeamSpen210 on November 30, 2014, 11:10 amNo generic_actor is used, you should use either a npc_personality_core (core form), or npc_wheatley_boss (monitors, GLaDOS body)
No generic_actor is used, you should use either a npc_personality_core (core form), or npc_wheatley_boss (monitors, GLaDOS body)
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]
Quote from Freeman|TR on December 1, 2014, 7:21 amTeamSpen210 wrote:No generic_actor is used, you should use either a npc_personality_core (core form), or npc_wheatley_boss (monitors, GLaDOS body)Yeah. See how I forget things, like the Wheatley. When I removed the generic_actor and added the npc_wheatley_boss, I succeeded playing several wheatley lines. However, many of the lines in the sound browser seemed not be able to played. In game it played a voice like "Oh fxxxxx things, what now" instead, which is actually a Game Sound named "error" in the sound browser. Also I didn't see the animation synced. So could you tell me what is wrong? I don't know how to name the logic_choreograph_scene entity and the prop_dynamic model for Wheatley.
Yeah. See how I forget things, like the Wheatley. When I removed the generic_actor and added the npc_wheatley_boss, I succeeded playing several wheatley lines. However, many of the lines in the sound browser seemed not be able to played. In game it played a voice like "Oh fxxxxx things, what now" instead, which is actually a Game Sound named "error" in the sound browser. Also I didn't see the animation synced. So could you tell me what is wrong? I don't know how to name the logic_choreograph_scene entity and the prop_dynamic model for Wheatley.