User talk:BEARD!

From Valve Developer Community
Jump to: navigation, search

Nice going beard. This can be neater if there was only 1 table. Once you're finished I would actually move this to an actual VDC page instead of being in your profile.

I might try and edit it and help --Chickenmobile 16:07, 11 April 2012 (PDT)


Ok so I edited it so then it looks better. Not sure if you added commented out values though. Probably a good idea to strike-through all the values which have been commented out and you cannot use. --Chickenmobile 19:26, 11 April 2012 (PDT)


Got your message. Yes that site would be majorly helpful but we would have to follow a million different leads from the code to get there in the first place. Do you have an autogenerated script or something I could use? I noticed that in the page when I was editing it, there was a note saying it was.

--Chickenmobile 01:17, 16 April 2012 (PDT)

Added new scenetable

Added this one in last night.

Portal_2_VCDs/glados_scenetable_include_manual

--Chickenmobile 07:17, 16 April 2012 (PDT)

Thanks for the script and...

For the one with the missing lines: we can assume that Glados says all of them, seeing as there are no other character speaking except when the announcer speaks at the end bts levels of each course.

We could check out the vcd files mentioned when it is put in the scenetable array: e.g.

SceneTable["-606_03"] <- 
{
	vcd=CreateSceneEntity("scenes/npc/sphere03/OpeningOutside02.vcd"),
	char="wheatley"
	postdelay = 0.0,
	predelay = 1.0
	next = "-606_04"
}

They always have the character speaking in the scene file. <- though this involves a lot of manual work --Chickenmobile 21:22, 16 April 2012 (PDT)