Board index » Present Evidence » Games

Page 8 of 42[ 1674 posts ]
Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 42  Next
 


Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Just download Apollo using updater.exe!

I think the problem, though, was that the name should be normal(talk).

EDIT: BUG: Try setting phoenix to hearts(extra). Won't load because of the brackets.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Sep 17, 2008 8:25 pm

Posts: 26

Glad to know you're still working on it, saluk.

Btw, can you fix the whole opengl thing and the Cross-Examination/Witness Testimony animations?
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: None specified

Rank: Desk Jockey

Joined: Sun Aug 31, 2008 9:45 pm

Posts: 96

MrCheeze wrote:
Just download Apollo using updater.exe!

I think the problem, though, was that the name should be normal(talk).

EDIT: BUG: Try setting phoenix to hearts(extra). Won't load because of the brackets.


Wow, thanks. I feel stupid for not realizing that the updater was there in the first place. :garyuu:

Alright, I got my character to appear, now how do I change his animations?
Image
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

char maya
"I am normal."
char maya e=mad
"I am mad.{echeerful}Now I'm happy!"
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

After awhile I fired up Pywright the new version and now I get weird flickering as I try to play my case.
If you wouldn't mind please fixing this, it's kinda odd.
PS: My Windows OP is XP Home
Back, check out LOZ AA.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Does the flickering happen, when, say, you move to the next line of text? Or as objects are being added? If so, the problem is known but not yet solved. If it's a different kind of flickering, than I'm not sure.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: None specified

Rank: Desk Jockey

Joined: Sun Aug 31, 2008 9:45 pm

Posts: 96

I know this is probably a FAQ, but how do you stop the constant blinking animation that characters do?
Image
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Sep 17, 2008 8:25 pm

Posts: 26

I still can't get people to disappear with the hide command.

For example:

Code:
char skye/glasses(combined) nametag=Ema
"Good luck, Mr. Wright."
char skye/glasses(combined) nametag=Ema hide


won't make her go away. I have to use the clear command. I'm also wondering if there is a command to make the characters fade away.

Also, during the Phoenix Wright games, I remember some of the testimonies ending after I cross-examine. Is there anyway I can do that?
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

ξdgεε wrote:
I know this is probably a FAQ, but how do you stop the constant blinking animation that characters do?


If an emotion does not have a (blink) version, it will stop on the last frame of whatever ends up being used for talking. In later versions, I'm changing it to stop on the first instead of the last frame. The other option is to edit the [emotion].txt that corresponds to the image that is being used and add a line with this text:

Code:
blinkmode stop


That should have the same effect. Instead of playing the animation at random intervals, it will stop on the last frame.

If this modification is to existing art, and makes sense for me to change it in the repository, let me know what needs to be changed. I would rather not have people editing the core/official art files on their own.



lulzies wrote:
I still can't get people to disappear with the hide command.

The hide command means, this NEW character we are adding should not be visible. It doesn't say anything about what existing characters there are. It's main purpose is for an offscreen character to talk, in which case we usually DON'T want to delete the onscreen character. The clear or delete commands, or switching to a different character, are the only ways to remove characters. Very soon, maybe in the next version, I am going to make the delete command a lot more versatile, so there will be different ways to write queries about what you want to delete. Such as delete all characters, delete any artwork with this text in the artwork name, etc.

lulzies wrote:
I'm also wondering if there is a command to make the characters fade away.

Right now fading in is just sort of a built in property of objects. There is no fade out at the moment. I am in the process of rewriting fades as an action that you will have more control of, similar to the current implementation of the scroll action. Including of course fading in and out.

lulzies wrote:
Also, during the Phoenix Wright games, I remember some of the testimonies ending after I cross-examine. Is there anyway I can do that?

You'll have to be a bit more specific for me to be more helpful, but I'm sure a nice goto somewhere will do the trick. If you mean something like, it ends after every statement is pressed, using an addvar command in each press section, and then checking if the variable has reached the number of statements using the "is" command, should work.

Something like this, but I havent tested it
Code:
//Lets say there are 6 statements
set num_statements 6
set num_pressed 0

//Some typical cross exam code here

label press some_statement
//whatever the result of pressing the statement normally is
addvar num_pressed 1
is num_pressed 6 continue
resume

//Other statements, with the same last 3 lines

label continue
"Well, I guess there is no more I can divulge from this testimony."


Hope it helps!
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Sep 17, 2008 8:25 pm

Posts: 26

Oh, thanks for the heads up on the character deleting. And right now, I'm testing the cross-examination thing.

I know I might be asking too much again but is there a function that lets me add another statement in a cross-examination?
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Basically you will want to skip over the statement in question.

Untested code:
Code:
set enabled off

cross mycross
statement 1
"I have an alibi, how dare you pin this on me!"
is enabled off 3
statement 2
"Aw nuts, you found out my secret"
statement 3
"I got nothing more to say sir."
endcross

//Some more code, at some point you reveal the statement
char phoenix
"I know you're secret!"
set enabled on

Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

saluk wrote:
Does the flickering happen, when, say, you move to the next line of text? Or as objects are being added? If so, the problem is known but not yet solved. If it's a different kind of flickering, than I'm not sure.

The flickering happens all the time. Even the logo flickers. >_<
I'm probably going to be off tonight so this may be all I can give you for details... Damn Telus...
Back, check out LOZ AA.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

I'm in ur forums, killin' ur threads.

Gender: Female

Location: New Jersey

Rank: Suspect

Joined: Tue Aug 21, 2007 3:47 pm

Posts: 20

I've just starting using Pywright again, and now I'm working on testimonies. It's not really a problem, but right now my code looks like a giant mess of letters and numbers. Is there any way to make the code more 'streamlined'? Just wondering. :yogi:
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Choosing good names for things like labels and statements might help, beyond that I'm not sure. Send me your script and I'll see if there are any other pointers I can give you and/or improve syntax for later releases.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

i feel pretty

Gender: None specified

Location: Milton Keynes, England

Rank: Ace Attorney

Joined: Sun Oct 12, 2008 4:50 pm

Posts: 5484

Okay, this is probably gonna sound stupid, but i can't get any of my cases to work. it's the intro.txt thing. how exactly am i supposed to do that? am i supposed to create a new file called intro.txt or what? a little help would be appreciated. thx. :acro:
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

i feel pretty

Gender: None specified

Location: Milton Keynes, England

Rank: Ace Attorney

Joined: Sun Oct 12, 2008 4:50 pm

Posts: 5484

Lind_L_Tailor wrote:
Okay, this is probably gonna sound stupid, but i can't get any of my cases to work. it's the intro.txt thing. how exactly am i supposed to do that? am i supposed to create a new file called intro.txt or what? a little help would be appreciated. thx. :acro:


Don't worry, i worked out what i was doing wrong. :bellboy:
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Sep 17, 2008 8:25 pm

Posts: 26

The whole cross-examine thing doesn't work, although I know how to end a cross-examination after I press one statement. I wanted a function that will make me end a cross-examination after I press all statements.

Also, I can't go back and forth from statements during cross-examinations.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Here's an example of what you want:

Code:
set _debug on

macro maya
bg witness
char maya
fg wbench
endmacro

macro phoenix
bg defence
char phoenix
fg dbench
endmacro

"Exam ends when all statements are pressed"
fg Cross-ExaminationAnim fade

set stmt1 0
set stmt2 0
set stmt3 0
set stmt4 0

cross thecross

statement first
{maya}
"This is the first statement"

statement second
{maya}
"This is the second statement"

statement third
{maya}
"This is the third statement"

statement fourth
{maya}
"This is the fourth statement"

endcross

goto thecross

label press first
{phoenix}
"Are you sure that's the first statement?"
{maya}
"Of course it is!"
set stmt1 1
is stmt1 1 AND stmt2 1 AND stmt3 1 AND stmt4 1 out
resume


label press second
{phoenix}
"Are you sure that's the second statement?"
{maya}
"Of course it is!"
set stmt2 1
is stmt1 1 AND stmt2 1 AND stmt3 1 AND stmt4 1 out
resume


label press third
{phoenix}
"Are you sure that's the third statement?"
{maya}
"Of course it is!"
set stmt3 1
is stmt1 1 AND stmt2 1 AND stmt3 1 AND stmt4 1 out
resume


label press fourth
{phoenix}
"Are you sure that's the fourth statement?"
{maya}
"Of course it is!"
set stmt4 1
is stmt1 1 AND stmt2 1 AND stmt3 1 AND stmt4 1 out
resume

label none
goto thecross

label out
{phoenix}
"I think that's all I'm{n}getting from this witness."


It is a bit messy, but it seems to do the job.

To cycle between statements, you need to use the left and right arrow keys. There isn't a clickable interface for it yet.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

You wouldn't happen to know how to fix this problem I am having, saluk? With the flickering?
Back, check out LOZ AA.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

It's possible that my change of glFlush to glFinish will help, but I'm not sure. If 10.5 doesn't fix it I will have to do some more intense debugging.

Just to be clear, opengl is on? And the flicker is relatively recent (i.e, after beta 10)? Was opengl turned on before when it didn't flash?
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

NONE of all those newly-uploaded cases will download (content-length error). I think it's safe to say either the uploading or downloading has an error.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Klavice Gavin wrote:
You wouldn't happen to know how to fix this problem I am having, saluk? With the flickering?


Turn off OpenGL.
ImageImage
ImageImage
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

Thanks Jibber. I haven't really been keeping up and it works perfectly now.
I guess I'll have to stick with OpenGL being off until saluk can iron out the bugs in it.
Back, check out LOZ AA.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Thassokay. I was having this problem until I randomly tried turning it off :godot:
ImageImage
ImageImage
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Yikes, now there are two confirmations of the flickering opengl bug. Can you guys post/pm me your system information? Use an export of dxdiag.exe if you can, or just give me as much info about your systems as possible.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Here's the dxdiag.exe thing...

Code:
------------------
System Information
------------------
Time of this report: 10/31/2008, 19:18:48
       Machine name: RUBEN-PC
   Operating System: Windows Vista™ Home Premium (6.0, Build 6001) Service Pack 1 (6001.vistasp1_gdr.080917-1612)
           Language: English (Regional Setting: English)
System Manufacturer: Acer, inc.
       System Model: Aspire 5050     
               BIOS: v1.3303
          Processor: n/a
             Memory: 766MB RAM
          Page File: 1415MB used, 375MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 10
DX Setup Parameters: Not found
     DxDiag Version: 6.00.6001.18000 32bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No problems found.
        Sound Tab 2: No problems found.
          Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (retail)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
        Card name: ATI Radeon Xpress 1100
     Manufacturer: ATI Technologies Inc.
        Chip type: ATI Radeon Xpress Series (0x5975)
         DAC type: Internal DAC(400MHz)
       Device Key: Enum\PCI\VEN_1002&DEV_5975&SUBSYS_010F1025&REV_00
   Display Memory: 382 MB
 Dedicated Memory: 255 MB
    Shared Memory: 127 MB
     Current Mode: 1280 x 800 (32 bit) (60Hz)
          Monitor: Generic PnP Monitor
      Driver Name: atiumdag.dll,atiumdva.dat,atitmmxx.dll
   Driver Version: 7.14.0010.0464 (English)
      DDI Version: 9Ex
Driver Attributes: Final Retail
 Driver Date/Size: 1/8/2007 20:06:02, 2671104 bytes
      WHQL Logo'd: Yes
  WHQL Date Stamp:
Device Identifier: {D7B71EE2-1A35-11CF-4572-0521A1C2CA35}
        Vendor ID: 0x1002
        Device ID: 0x5975
        SubSys ID: 0x010F1025
      Revision ID: 0x0000
      Revision ID: 0x0000
      Video Accel: ModeMPEG2_A ModeMPEG2_C
 Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                   {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
     DDraw Status: Enabled
       D3D Status: Enabled
       AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Speakers (High Definition Audio Device)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_10250000&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: HdAudio.sys
         Driver Version: 6.00.5840.16387 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 11/2/2006 07:36:49, 235520 bytes
            Other Files:
        Driver Provider: Microsoft
         HW Accel Level: Basic
              Cap Flags: 0xF1F
    Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
 Static/Strm HW 3D Bufs: 0, 0
              HW Memory: 0
       Voice Management: No
 EAX(tm) 2.0 Listen/Src: No, No
   I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

            Description: Digital Output Device (SPDIF) (High Definition Audio Device)
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_10250000&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: HdAudio.sys
         Driver Version: 6.00.5840.16387 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 11/2/2006 07:36:49, 235520 bytes
            Other Files:
        Driver Provider: Microsoft
         HW Accel Level: Basic
              Cap Flags: 0xF1F
    Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
 Static/Strm HW 3D Bufs: 0, 0
              HW Memory: 0
       Voice Management: No
 EAX(tm) 2.0 Listen/Src: No, No
   I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

---------------------
Sound Capture Devices
---------------------
            Description: Microphone (High Definition Audio Device)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: HdAudio.sys
         Driver Version: 6.00.5840.16387 (English)
      Driver Attributes: Final Retail
          Date and Size: 11/2/2006 07:36:49, 235520 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

            Description: Line In (High Definition Audio Device)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: HdAudio.sys
         Driver Version: 6.00.5840.16387 (English)
      Driver Attributes: Final Retail
          Date and Size: 11/2/2006 07:36:49, 235520 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

            Description: Microphone (High Definition Audio Device)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: HdAudio.sys
         Driver Version: 6.00.5840.16387 (English)
      Driver Attributes: Final Retail
          Date and Size: 11/2/2006 07:36:49, 235520 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

-------------------
DirectInput Devices
-------------------
      Device Name: Mouse
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Keyboard
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x1002, 0x4375
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 1/19/2008 05:53:42, 194560 bytes
| Driver: usbd.sys, 1/19/2008 05:53:17, 5888 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ Launch Manager
| Matching Device ID: *pnp0303
| Upper Filters: DKbFltr
| Service: i8042prt
| Driver: DKbFltr.sys, 11/2/2006 13:29:38, 21264 bytes
| Driver: i8042prt.sys, 1/19/2008 05:49:18, 54784 bytes
| Driver: kbdclass.sys, 1/19/2008 07:41:52, 35384 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 1/19/2008 05:49:18, 54784 bytes
| Driver: kbdclass.sys, 1/19/2008 07:41:52, 35384 bytes
|
+ Synaptics PS/2 Port TouchPad
| Matching Device ID: *syn1003
| Upper Filters: SynTP
| Service: i8042prt
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 1/19/2008 07:42:19, 54328 bytes
| Driver: sermouse.sys, 1/19/2008 05:49:16, 19968 bytes
| Driver: mouclass.sys, 1/19/2008 07:41:52, 34360 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 6.0 GB
Total Space: 34.3 GB
File System: NTFS
      Model: Hitachi HTS541680J9SA00 ATA Device

      Drive: D:
 Free Space: 33.9 GB
Total Space: 34.0 GB
File System: NTFS
      Model: Hitachi HTS541680J9SA00 ATA Device

      Drive: E:
      Model: PIONEER DVD-RW DVR-K17RS ATA Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6001.18000 (English), 1/19/2008 05:49:51, 67072 bytes

--------------
System Devices
--------------
     Name: Atheros AR5005G Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_001A&SUBSYS_04181468&REV_01\4&928CDF&0&20A4
   Driver: n/a

     Name: ENE CB-712/714/810 Cardbus Controller
Device ID: PCI\VEN_1524&DEV_1412&SUBSYS_010F1025&REV_10\4&928CDF&0&08A4
   Driver: C:\Windows\system32\DRIVERS\pcmcia.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:35, 179256 bytes

     Name: ENE PCI Secure Digital / MMC Card Reader Controller
Device ID: PCI\VEN_1524&DEV_0551&SUBSYS_010F1025&REV_01\4&928CDF&0&0CA4
   Driver: C:\Windows\system32\DRIVERS\ESD7SK.sys, 5.01.2600.2000 (English), 11/13/2006 02:02:00, 42240 bytes

     Name: SDA Standard Compliant SD Host Controller
Device ID: PCI\VEN_1524&DEV_0550&SUBSYS_010F1025&REV_01\4&928CDF&0&0AA4
   Driver: C:\Windows\system32\DRIVERS\sdbus.sys, 6.00.6001.18000 (English), 1/19/2008 05:32:56, 88576 bytes

     Name: ENE PCI Memory Stick Card Reader Controller
Device ID: PCI\VEN_1524&DEV_0530&SUBSYS_010F1025&REV_01\4&928CDF&0&09A4
   Driver: C:\Windows\system32\DRIVERS\EMS7SK.sys, 5.01.2600.2000 (English), 11/13/2006 02:02:00, 62208 bytes

     Name: ENE PCI SmartMedia / xD Card Reader Controller
Device ID: PCI\VEN_1524&DEV_0520&SUBSYS_010F1025&REV_01\4&928CDF&0&0BA4
   Driver: C:\Windows\system32\DRIVERS\ESM7SK.sys, 5.01.2600.2000 (English), 11/13/2006 02:02:00, 76928 bytes

     Name: Realtek RTL8139/810x Family Fast Ethernet NIC
Device ID: PCI\VEN_10EC&DEV_8139&SUBSYS_010F1025&REV_10\4&928CDF&0&10A4
   Driver: C:\Windows\system32\DRIVERS\Rtnicxp.sys, 6.108.0331.2008 (English), 3/31/2008 04:41:06, 51200 bytes

     Name: AMD Miscellaneous Configuration
Device ID: PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&13C0B0C5&1&C3
   Driver: n/a

     Name: AMD DRAM and HyperTransport(tm) Trace Mode Configuration
Device ID: PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&13C0B0C5&1&C2
   Driver: n/a

     Name: AMD Address Map Configuration
Device ID: PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&13C0B0C5&1&C1
   Driver: n/a

     Name: AMD HyperTransport(tm) Configuration
Device ID: PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&13C0B0C5&1&C0
   Driver: n/a

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5A3F&SUBSYS_010F1025&REV_00\3&13C0B0C5&1&08
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5A39&SUBSYS_010F1025&REV_00\3&13C0B0C5&1&38
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5A38&SUBSYS_010F1025&REV_00\3&13C0B0C5&1&30
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5A37&SUBSYS_010F1025&REV_00\3&13C0B0C5&1&28
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5A36&SUBSYS_010F1025&REV_00\3&13C0B0C5&1&20
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

     Name: ATI Radeon Xpress 1100
Device ID: PCI\VEN_1002&DEV_5975&SUBSYS_010F1025&REV_00\4&86E6844&0&2808
   Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 7.01.0001.0569 (English), 1/8/2007 20:16:50, 2313216 bytes
   Driver: C:\Windows\system32\DRIVERS\ativcaxx.cpa, 10/1/2006 21:10:35, 328162 bytes
   Driver: C:\Windows\system32\DRIVERS\ativcaxx.vp, 10/1/2006 21:10:35, 929 bytes
   Driver: C:\Windows\system32\DRIVERS\ativvpxx.vp, 1/8/2007 20:35:58, 38192 bytes
   Driver: C:\Windows\system32\DRIVERS\ativpkxx.vp, 10/1/2006 21:10:35, 2096 bytes
   Driver: C:\Windows\system32\DRIVERS\ativokxx.vp, 10/1/2006 21:10:35, 2096 bytes
   Driver: C:\Windows\system32\DRIVERS\ativdkxx.vp, 8/24/2006 01:26:56, 2096 bytes
   Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0009 (English), 1/8/2007 19:38:22, 49152 bytes
   Driver: C:\Windows\system32\atiumdag.dll, 7.14.0010.0464 (English), 1/8/2007 20:06:02, 2671104 bytes
   Driver: C:\Windows\system32\atiumdva.dll, 7.14.0010.0135 (English), 1/8/2007 19:55:46, 2676736 bytes
   Driver: C:\Windows\system32\atitmmxx.dll, 6.14.0011.0017 (English), 1/8/2007 20:08:56, 159744 bytes
   Driver: C:\Windows\system32\atiicdxx.dat, 12/22/2006 23:43:38, 145112 bytes
   Driver: C:\Windows\system32\atiumdva.dat, 1/8/2007 19:55:28, 3107788 bytes
   Driver: C:\Windows\system32\Ati2evxx.exe, 6.14.0010.4155 (English), 1/8/2007 20:06:58, 557056 bytes
   Driver: C:\Windows\system32\Ati2evxx.dll, 6.14.0010.4155 (English), 1/8/2007 20:07:58, 229376 bytes
   Driver: C:\Windows\system32\atipdlxx.dll, 6.14.0010.2514 (English), 1/8/2007 20:08:46, 237568 bytes
   Driver: C:\Windows\system32\ati2edxx.dll, 6.14.0010.2510 (English), 1/8/2007 20:08:26, 42496 bytes

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1002&DEV_5950&SUBSYS_010F1025&REV_10\3&13C0B0C5&1&00
   Driver: n/a

     Name: High Definition Audio Controller
Device ID: PCI\VEN_1002&DEV_437B&SUBSYS_010F1025&REV_01\3&13C0B0C5&1&A2
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6001.17036 (English), 1/19/2008 04:30:49, 53760 bytes

     Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_1002&DEV_4379&SUBSYS_010F1025&REV_80\3&13C0B0C5&1&90
   Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6001.18000 (English), 1/19/2008 07:41:13, 16440 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:10, 45112 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6001.18000 (English), 1/19/2008 07:41:30, 21560 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6001.18000 (English), 1/19/2008 07:43:06, 110136 bytes

     Name: ATI I/O Communications Processor LPC Controller
Device ID: PCI\VEN_1002&DEV_4377&SUBSYS_00000000&REV_80\3&13C0B0C5&1&A3
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/19/2008 07:41:14, 16440 bytes

     Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_1002&DEV_4376&SUBSYS_00000000&REV_80\3&13C0B0C5&1&A1
   Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6001.18000 (English), 1/19/2008 07:41:13, 16440 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:10, 45112 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6001.18000 (English), 1/19/2008 07:41:30, 21560 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6001.18000 (English), 1/19/2008 07:43:06, 110136 bytes

     Name: ATI I/O Communications Processor USB 1.1 OHCI controller
Device ID: PCI\VEN_1002&DEV_4375&SUBSYS_010F1025&REV_80\3&13C0B0C5&1&99
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:21, 19456 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:25, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:42, 194560 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 07:34:25, 15872 bytes

     Name: ATI I/O Communications Processor USB 1.1 OHCI controller
Device ID: PCI\VEN_1002&DEV_4374&SUBSYS_010F1025&REV_80\3&13C0B0C5&1&98
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:21, 19456 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:25, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:42, 194560 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 07:34:25, 15872 bytes

     Name: ATI I/O Communications Processor USB 2.0 EHCI controller
Device ID: PCI\VEN_1002&DEV_4373&SUBSYS_010F1025&REV_80\3&13C0B0C5&1&9A
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:21, 39424 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:25, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6001.18000 (English), 1/19/2008 05:53:42, 194560 bytes
   Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 09:46:05, 8704 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 07:34:25, 15872 bytes

     Name: ATI I/O Communications Processor SMBus Controller
Device ID: PCI\VEN_1002&DEV_4372&SUBSYS_00000000&REV_83\3&13C0B0C5&1&A0
   Driver: n/a

     Name: ATI I/O Communications Processor PCI Bus Controller
Device ID: PCI\VEN_1002&DEV_4371&SUBSYS_00000000&REV_80\3&13C0B0C5&1&A4
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6001.18000 (English), 1/19/2008 07:42:20, 151096 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMAPro over S/PDIF DMO,0x00600800,1,1,,
WMSpeech Decoder DMO,0x00600800,1,1,,
MP3 Decoder DMO,0x00600800,1,1,,
Mpeg4s Decoder DMO,0x00800001,1,1,,
WMV Screen decoder DMO,0x00600800,1,1,,
WMVideo Decoder DMO,0x00800001,1,1,,
Mpeg43 Decoder DMO,0x00800001,1,1,,
Mpeg4 Decoder DMO,0x00800001,1,1,,
PP PCM Wrapper,0x00200000,1,1,ppPCMEnc.ax,1.01.0000.0321
PP MPEG-1 Splitter,0x00200000,1,2,ppM1Splter.ax,2.02.0000.3710
CyberLink Video/SP Decoder,0x00600000,2,3,DVVSD.ax,6.00.0000.2130
CyberLink Video/SP Decoder (PCM45),0x00200000,2,3,CLVSD.ax,6.00.0000.1821
CyberLink MPEG Muxer,0x00200000,2,1,DVMpgMux.ax,5.00.0000.3131
Full Screen Renderer,0x00200000,1,0,,6.06.6001.18063
CyberLink Audio Decoder,0x00601000,1,1,DVCLAud.ax,6.00.0000.3210
CyberLink Video Effect,0x00200000,1,1,DVCLVidFx.ax,1.00.0000.3207
CyberLink Scene Detect Filter 2,0x00200000,1,1,CLScnDt2.dll,1.01.0000.3202
Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
CyberLink Demultiplexer,0x00200000,1,0,cldemuxer.ax,1.00.0000.4417
WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
CyberLink DVD Navigator,0x00600000,0,3,PPNavX.ax,6.00.0000.3328
CyberLink Editing Service 3.0 (Source),0x00200000,0,2,CLEdtKrn.dll,3.00.0000.1508
MDR TL MPEG Splitter,0x00200000,1,2,MDTLMSplter.ax,3.01.0000.1220
PP Video Regulator,0x00200000,1,1,ppResample.ax,2.05.0000.1818
DV Muxer,0x00400000,0,0,,6.06.6001.18000
PP YUY2 Deinterlace,0x00200000,1,1,ppDItlYuY2.ax,2.05.0000.2703
Color Space Converter,0x00400001,1,1,,6.06.6001.18063
WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
AVI Splitter,0x00600000,1,1,,6.06.6001.18063
CyberLink Video Effect (PCM45),0x00200000,1,1,CLVidFx.ax,1.00.0000.1523
CyberLink DDR,0x00200000,1,0,DVRender.ax,2.00.0002.0026
VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6001.18063
PP IDM,0x00200000,1,1,ppIDMF.ax,1.00.0000.3909
Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7000
CyberLink Audio Decoder (PCM45),0x00200000,1,1,CLAud.ax,6.00.0000.3413
PP Video Effect,0x00200000,1,1,ppVidFx.ax,1.00.0000.2329
Cyberlink TS Information,0x00200000,1,0,ppTSInfo.ax,1.00.0000.1705
IDM Filter,0x00200000,1,1,idmf.ax,1.00.0000.2207
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6001.18000
CyberLink MP3 Wrapper-PCM,0x00600000,1,1,CLMP3Wrap.ax,1.00.0000.0000
CyberLink Audio Decoder (PCM45),0x00200000,1,1,CLAud.ax,6.00.0000.1718
WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
9x8Resize,0x00200000,1,1,WMM2FILT.dll,
CyberLink VAudAna Filter,0x00200000,1,0,MDVAudAna.dll,1.01.0000.0826
PP Video Decoder,0x00200000,2,3,ppGenericVSD.ax,6.00.0000.3313
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6001.18000
CyberLink Audio Resampler,0x00200000,1,1,ppAuRsmpl.ax,2.00.0000.0905
WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6001.18000
MJPEG Decompressor,0x00600000,1,1,,6.06.6001.18063
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6001.18000
Cyberlink TS Information,0x00200000,1,0,DVCLTSInfo.ax,1.00.0000.1926
PP Dump Dispatch Filter,0x00200000,1,0,PPDumpDispatch.ax,1.02.0001.2412
MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6001.18063
SAMI (CC) Parser,0x00400000,1,1,,6.06.6001.18063
Cyberlink SubTitle Importor (PCM45),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1604
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
CyberLink Video/SP Decoder,0x00200000,2,3,CLVSD.ax,6.00.0000.2130
CyberLink Video/SP Decoder (PCM45),0x00200000,2,3,CLVSD.ax,6.00.0000.3119
CyberLink Double Pin Tee,0x00200000,1,2,DVDoubleTee.ax,1.00.0000.1224
CyberLink TL MPEG-1 Splitter,0x00804500,1,2,MDTLM1Splter.ax,2.02.0000.2213
CyberLink Line21 Decoder Filter (PCM45),0x00200000,0,2,CLLine21.ax,4.00.0000.4520
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6001.18000
CyberLink AudioCD Filter (PCM45),0x00600000,0,1,CLAudioCD.AX,5.00.0000.2512
PP File Reader (Async.),0x00200000,0,1,ppReader.ax,2.00.0000.0812
WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
PP Snapshot Filter,0x00200000,1,0,ppSnapshot.ax,1.00.0000.0001
AsyncEx,0x00200000,0,1,AsyncEx.ax,
muvee HXImage Filter,0x00200000,1,1,HXImageFilter.ax,4.00.0004.0000
PP Dump Filter,0x00200000,1,0,ppDump.ax,3.00.0000.3322
Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
File Source (MP3),0x00400000,0,1,MP3Source.ax,
PP DV Buffer,0x00200000,2,0,ppDVBuffer.ax,2.00.0000.1610
CyberLink DV Buffer,0x00200000,0,1,ppDVDump.ax,2.00.0001.0002
Cyberlink Dump Dispatch Filter,0x00200000,1,0,CLDumpDispatch.ax,1.02.0001.2412
Stretch Video,0x00200000,1,1,WMM2FILT.dll,
Internal Script Command Renderer,0x00800001,1,0,,6.06.6001.18063
CyberLink MPEG Video Encoder,0x00200000,1,1,CLVidEnc.ax,6.01.0001.1805
MPEG Audio Decoder,0x03680001,1,1,,6.06.6001.18063
CyberLink Audio Encoder,0x00200000,2,0,CLAudEnc.ax,2.00.0000.3516
CyberLink Audio Decoder,0x00200000,1,1,claud.ax,6.00.0000.3507
PDR Video Effect,0x00200000,1,1,CLVidFx.ax,1.00.0000.0001
CyberLink DVD Navigator (PCM45),0x00600000,0,3,CLNavX.ax,6.00.0000.3230
PP DDR,0x00200000,1,0,ppRender.ax,2.00.0002.0026
CyberLink Video Regulator,0x00200000,1,1,CLRGL.ax,2.00.0000.3328
DV Splitter,0x00600000,1,2,,6.06.6001.18000
CyberLink TL MPEG Splitter,0x00200000,1,2,CLTLMSplter.ax,3.01.0000.1928
Video Mixing Renderer 9,0x00200000,1,0,,6.06.6001.18063
CyberLink DVSD Modifier,0x00200000,1,1,dvsdModifier.ax,1.00.0000.0930
PP TL MPEG Splitter,0x00200000,1,2,ppTLMSplter.ax,3.01.0000.1704
CyberLink AVI Audio Time Regulator,0x00200000,1,1,DVAVI_AudTR.ax,1.00.0001.0213
CyberLink Load Image Filter,0x00200000,0,1,CLImage.ax,3.00.0000.0907
PP M2V Writer,0x00200000,1,0,PPM2VWriter.ax,1.03.0000.2523
CyberLink AVI Audio Time Regulator,0x00200000,1,1,AVI_AudTR.ax,1.00.0000.1515
CyberLink Audio Commercial Cut Analyzer,0x00200000,1,1,CLAudCM.ax,1.00.0000.1725
PP DV TCR,0x00200000,1,1,ppDVTCR.ax,2.01.0000.2910
Cyberlink Sub-Picture Filter,0x00200000,1,1,CLSubPic.ax,3.00.0000.0728
PP DV Reader Filter,0x00200000,0,1,ppDVMRd.ax,1.02.0009.0021
PP Audio Encoder,0x00200000,2,0,ppAudEnc.ax,2.00.0000.3516
CyberLink DV Buffer,0x00200000,2,0,DVBuffer.ax,3.00.0005.0006
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6001.7000
Frame Eater,0x00200000,1,1,WMM2FILT.dll,
CyberLink Audio Encoder,0x00200000,2,0,MDAudEnc.ax,2.00.0000.2927
CyberLink Load Image Filter,0x00200000,0,1,CLImage.ax,3.00.0000.0907
Cyberlink Dump Filter,0x00200000,1,0,DVcldump.ax,4.00.0000.6714
CyberLink YUY2 Sub-Sampling,0x00200000,1,1,DVSubYUY2.ax,2.05.0000.2923
Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
CyberLink Video/SP Decoder,0x00200001,2,3,MDVSD.ax,6.00.0000.2130
CyberLink AudAna Filter,0x00200000,1,0,MDAudAna.dll,2.00.0000.1520
PP MPEG Muxer,0x00200000,2,1,ppMpgMux.ax,5.00.0000.2820
CyberLink Audio Effect (PCM45),0x00200000,1,1,claudfx.ax,6.00.0000.1223
CyberLink MPEG Muxer,0x00200000,2,1,MpgMux.ax,5.00.0000.3131
ACM Wrapper,0x00600000,1,1,,6.06.6001.18063
CyberLink Frame Parser,0x00200000,2,0,CLFParser.ax,2.00.0000.0616
Video Renderer,0x00800001,1,0,,6.06.6001.18063
CyberLink Audio Encoder,0x00200000,2,0,DVCLAudEnc.ax,2.00.0000.3516
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6001.18000
CyberLink TimeStretch Filter (PCM45),0x00200000,1,1,clauts.ax,1.00.0000.2927
Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
Cyberlink Byte Counter Filter,0x00200000,1,1,DVbytecounter.ax,1.00.0000.1224
Line 21 Decoder,0x00600000,1,1,,6.06.6001.18000
Video Port Manager,0x00600000,2,1,,6.06.6001.18063
CyberLink Demultiplexer (PCM45),0x00400000,1,0,CLDemuxer.ax,1.00.0000.2728
Video Renderer,0x00400000,1,0,,6.06.6001.18063
CyberLink VidAna Filter,0x00200000,1,1,MDVidAna.dll,1.02.0000.1802
Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
Proxy Source,0x00200000,0,1,WMM2FILT.dll,
WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
CyberLink Demultiplexer (PCM45),0x00200000,1,0,CLDemuxer.ax,1.00.0000.2728
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6001.18000
CyberLink Demultiplexer,0x00200000,1,0,ppDemuxer.ax,1.00.0000.3322
Cyberlink SubTitle Importor (PCM45),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1604
WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
File writer,0x00200000,1,0,,6.06.6001.18000
PP YUY2 Sub-Sampling,0x00200000,1,1,ppSubYUY2.ax,2.05.0000.2628
CyberLink SnapShotTIP Filter,0x00200000,1,1,DVCLSShot.ax,
CyberLink DVD Navigator (PCM45),0x00600000,0,3,CLNavX.ax,6.00.0000.3118
CyberLink Audio Decoder,0x00200001,1,1,MDAUD.ax,6.00.0000.2610
Cyberlink Dump Filter,0x00200000,1,0,CLDump.ax,4.00.0000.6714
CyberLink Audio Commercial Cut Analyzer,0x00200000,1,1,CLAudCM.ax,1.00.0000.2026
Cyberlink Dump Dispatch Filter,0x00200000,1,0,MDDumpDispatch.ax,1.02.0001.2412
PP Audio Effect,0x00200000,1,1,CLAudFx.ax,6.00.0000.1223
PP WAV Dest,0x00200000,0,0,PPWavDest.ax,1.00.0000.0002
CyberLink Demultiplexer,0x00200000,1,0,DVcldemuxer.ax,1.00.0000.4417
CyberLink TL MPEG Splitter,0x00200000,1,2,DVTLMSplter.ax,3.01.0000.1815
CyberLink MPEG Video Encoder,0x00200000,1,1,MDVidEnc.ax,6.00.0001.2226
Honestech VCD/SVCD Encoder,0x00200000,2,0,htvcdsvcd70.ax,1.00.0000.0000
CyberLink YUY2 DeInterlace,0x00200000,1,1,DVDItlYuY2.ax,2.01.0000.1715
IDM Filter,0x00200000,1,1,MDIDMF.ax,1.00.0000.3909
PP Audio Decoder,0x00200000,1,1,claud.ax,6.00.0000.3403
CyberLink DV Filter,0x00200000,1,1,DVTCR.ax,2.01.0000.2910
DVD Navigator,0x00200000,0,3,,6.06.6001.18000
WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
CyberLink Audio Decoder,0x00200000,1,1,PPAud.ax,6.00.0000.3403
CyberLink Video/SP Decoder,0x00200000,2,3,PPVSD.ax,6.00.0000.1221
CyberLink Video/SP Decoder (ShEX),0x00200000,2,3,CLImageVSD.ax,6.00.0000.1625
CyberLink Load Image Filter,0x00200000,0,1,CLImage.ax,3.00.0000.0907
PP MPEG-2 Splitter,0x00200000,1,2,ppM2Splter.ax,2.02.0000.3710
Cyberlink Scene Detect Filter,0x00200000,1,1,ppScnDt.ax,1.00.0000.0813
CyberLink Stamp Effect,0x00200000,1,1,DVStampEffect.ax,1.00.0000.1129
Overlay Mixer2,0x00200000,1,1,,6.06.6001.18000
CyberLink Audio Resampler,0x00200000,1,1,DVAuRsmpl.ax,2.00.0000.0519
CyberLink Audio Null Renderer Filter,0x00200000,1,0,MDAudioNullRenderer.dll,1.00.0000.0310
PP Audio Noise Reduction (CES),0x00200000,1,1,CLAuNRWrapper.ax,2.00.0000.1415
AVI Draw,0x00600064,9,1,,6.06.6001.18063
muvee Video Analyser,0x00200000,1,0,mvvanalyse.ax,4.00.0004.0000
muvee Music Analyser,0x00200000,1,0,mvmanalyse.ax,4.00.0004.0000
PP Gate Filter,0x00200000,1,1,ppGate.ax,1.00.0000.0001
Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
CyberLink Audio Effect (PCM45),0x00200000,1,1,claudfx.ax,6.00.0000.1223
CyberLink MPEG Muxer,0x00200000,2,1,MDMpgMux.ax,5.00.0000.2211
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6001.18000
Record Queue,0x00200000,1,1,WMM2FILT.dll,
Cyberlink Dump Filter,0x00200000,1,0,MDDump.ax,3.00.0000.5303
DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
CyberLink Video Effect,0x00200000,1,1,CLVidFx.ax,1.00.0000.3207
CyberLink Editing Service 3.0 (Source),0x00200000,0,2,CLEdtKrn.dll,3.00.0000.1830
PP DV Dump Filter,0x00200000,1,0,ppDVDump.ax,2.00.0001.0002
CyberLink MP3 Wrapper-PCM,0x00600000,1,1,CLMP3Wrap.ax,1.00.0000.0000
Cyberlink Dump Dispatch Filter,0x00200000,1,0,DVCLDumpDispatch.ax,1.02.0001.2412
CyberLink TimeStretch Filter (CES),0x00200000,1,1,clauts.ax,1.00.0000.2212
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6001.18000
Null Renderer,0x00200000,1,0,qedit.dll,6.06.6001.18000
CyberLink Video Stabilizer,0x00200000,1,1,CLVideoStabilizer.ax,1.00.0000.1017
CyberLink Demultiplexer,0x00200000,1,0,MDDemuxer.ax,1.00.0000.3823
WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
CyberLink Editing Service 3.0 (Source),0x00200000,0,2,CLEdtKrn.dll,3.00.0000.1830
CyberLink MPEG Video Encoder,0x00200000,1,1,DVVidEnc.ax,6.01.0001.1618
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6001.18000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6001.7000
WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
PP WAV Dest,0x00200000,0,0,CLWavDest.ax,1.00.0000.0002
CyberLink Video/SP Decoder (ShEX),0x005ffc18,2,3,CLImageVSD.ax,6.00.0000.1625
CyberLink Audio Resampler,0x00200000,1,1,ClAuRsmpl.ax,2.00.0000.0519
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6001.18000
PowerProducer Double Tee,0x00200000,1,2,ppDoubleTee.ax,1.00.0000.1224
Smart Tee,0x00200000,1,2,,6.06.6001.18000
Overlay Mixer,0x00200000,0,0,,6.06.6001.18000
AVI Decompressor,0x00600000,1,1,,6.06.6001.18063
WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
CyberLink AudioCD Filter (PCM45),0x00600000,0,1,CLAudioCD.AX,5.00.0000.2512
NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000
PP Video Regulator,0x00200000,1,1,CLRGL.ax,2.00.0000.3328
CyberLink Audio Commercial Cut Analyzer,0x00200000,1,1,CLAudCM.ax,2.00.0000.1228
CyberLink Video Regulator,0x00200000,1,1,CLRGL.ax,2.00.0000.4305
CyberLink Video Effect (PCM45),0x00200000,1,1,CLVidFx.ax,1.00.0000.1523
CyberLink Video Effect,0x00200000,1,1,CLVidFx.ax,1.00.0000.2030
PP SnapShotTIP Filter,0x00200000,1,1,ppSShot.ax,1.00.0000.1905
AVI/WAV File Source,0x00400000,0,2,,6.06.6001.18063
WMT Volume,0x00200000,1,1,WMM2FILT.dll,
Wave Parser,0x00400000,1,1,,6.06.6001.18063
MIDI Parser,0x00400000,1,1,,6.06.6001.18063
Multi-file Parser,0x00400000,1,1,,6.06.6001.18063
File stream renderer,0x00400000,1,1,,6.06.6001.18063
IDM Filter,0x00200000,1,1,idmf.ax,1.00.0000.3909
CyberLink TimeStretch Filter (PCM45),0x00200000,1,1,clauts.ax,1.00.0000.2927
CyberLink MPEG Decoder,0x005fff00,2,3,MDMVD.ax,5.00.0000.0929
Cyberlink Video Regulator,0x00200000,1,1,DVResample.ax,2.05.0000.1818
CyberLink DV Reader Filter,0x00200000,0,1,DVDVMrd.ax,2.01.0000.2211
WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
CyberLink TL MPEG-2 Splitter,0x00804500,1,2,MDTLM2Splter.ax,2.02.0000.2213
CyberLink TimeStretch Filter,0x00200000,1,1,clauts.ax,1.00.0000.4024
PP Video Stabilizer,0x00200000,1,1,CLVideoStabilizer.ax,1.00.0000.1017
Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000
CyberLink Audio Resampler,0x00200000,1,1,MDAuRsmpl.ax,1.00.0000.2625
AVI Mux,0x00200000,1,0,,6.06.6001.18000
Line 21 Decoder 2,0x00600002,1,1,,6.06.6001.18063
File Source (Async.),0x00400000,0,1,,6.06.6001.18063
File Source (URL),0x00400000,0,1,,6.06.6001.18063
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6001.18000
CyberLink Line21 Decoder Filter (PCM45),0x00200000,0,2,CLLine21.ax,4.00.0000.4520
PP Byte Counter,0x00200000,1,1,ppByteCounter.ax,1.00.0000.1224
CyberLink AVI Audio Time Regulator,0x00200000,1,1,AVI_AudTR.ax,1.00.0000.1515
AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6001.18000
AudioRecorder Wave Form,0x00200000,0,0,,6.00.6001.18000
SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6001.18000
PP MPEG Video Encoder,0x00200000,1,1,ppVidEnc.ax,6.00.0001.2714
CyberLink Audio Noise Reduction,0x00200000,1,1,CLAuNRWrapper.ax,2.00.0000.1805
Cyberlink Gate Filter,0x00200000,1,1,DVGate.ax,1.00.0000.0001
CyberLink MPEG Splitter,0x00200000,1,2,CLSplter.ax,3.01.0000.1928
CyberLink Audio Noise Reduction,0x00200000,1,1,CLAuNRWrapper.ax,2.00.0000.1017
CyberLink DV Dump Filter,0x00200000,1,0,DVDump.ax,2.01.0034.0028
Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
PP TimeStretch Filter (CES),0x00200000,1,1,clauts.ax,1.00.0000.2212
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6001.18000
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6001.18061
MPEG Video Decoder,0x40000001,1,1,,6.06.6001.18063
CyberLink SnapShot Filter,0x00200000,1,0,DVSnapShot.ax,1.00.0003.0026
CyberLink Audio Effect,0x00200000,1,1,CLAudFx.ax,6.00.0000.2731

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000

WDM Streaming Data Transforms:
Microsoft Kernel DRM Audio Descrambler,0x00200000,1,1,,6.00.6001.18000

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
MJPEG Compressor,0x00200000,0,0,,6.06.6001.18063
Cinepak Codec by Radius,0x00200000,1,1,,6.06.6001.18000
Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000
Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000
Microsoft RLE,0x00200000,1,1,,6.06.6001.18000
Microsoft Video 1,0x00200000,1,1,,6.06.6001.18000

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,,
WMAudio Encoder DMO,0x00600800,1,1,,
IMA ADPCM,0x00200000,1,1,,6.06.6001.18063
PCM,0x00200000,1,1,,6.06.6001.18063
Microsoft ADPCM,0x00200000,1,1,,6.06.6001.18063
GSM 6.10,0x00200000,1,1,,6.06.6001.18063
Messenger Audio Codec,0x00200000,1,1,,6.06.6001.18063
CCITT A-Law,0x00200000,1,1,,6.06.6001.18063
CCITT u-Law,0x00200000,1,1,,6.06.6001.18063
MPEG Layer-3,0x00200000,1,1,,6.06.6001.18063

Audio Capture Sources:
Microphone (High Definition Aud,0x00200000,0,0,,6.06.6001.18000
Line In (High Definition Audio ,0x00200000,0,0,,6.06.6001.18000

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,,6.06.6001.18063
Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6001.18063

WDM Streaming Capture Devices:
HD Audio Mixed capture,0x00200000,1,1,,6.00.6001.18000

WDM Streaming Rendering Devices:
HD Audio Headphone/Speakers,0x00200000,1,1,,6.00.6001.18000
HD Audio SPDIF out,0x00200000,1,1,,6.00.6001.18000

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6001.18061
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6001.18061
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6001.18061
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6001.18061
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.6001.18000

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.6001.18061
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.6001.18000

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,0,EncDec.dll,6.06.6001.18061
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.6001.18061
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.6001.18061

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000

Audio Renderers:
Speakers (High Definition Audio,0x00200000,1,0,,6.06.6001.18063
CyberLink Audio Renderer (PCM45),0x00200000,1,0,CLADR.ax,6.00.0000.1727
CyberLink Audio Renderer (PCM45),0x00200000,1,0,CLADR.ax,6.00.0000.1727
Default DirectSound Device,0x00800000,1,0,,6.06.6001.18063
Default WaveOut Device,0x00200000,1,0,,6.06.6001.18063
Digital Output Device (SPDIF) (,0x00200000,1,0,,6.06.6001.18063
DirectSound: Digital Output Device (SPDIF) (High Definition Audio Device),0x00200000,1,0,,6.06.6001.18063
DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,,6.06.6001.18063


ImageImage
ImageImage
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: None specified

Rank: Desk Jockey

Joined: Sun Aug 31, 2008 9:45 pm

Posts: 96

Does anyone know the easiest way to have the objection image come up and then disappear? (Like it does in the games.)
Image
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Sep 17, 2008 8:25 pm

Posts: 26

Here:

Code:
------------------
System Information
------------------
Time of this report: 10/31/2008, 18:05:42
       Machine name: LILIBETH-PC
   Operating System: Windows Vista™ Home Premium (6.0, Build 6001) Service Pack 1 (6001.vistasp1_gdr.080917-1612)
           Language: English (Regional Setting: English)
System Manufacturer: HP-Pavilion
       System Model: GC670AA-ABA a6120n
               BIOS: Phoenix - AwardBIOS v6.00PG
          Processor: Intel(R) Core(TM)2 CPU          4400  @ 2.00GHz (2 CPUs), ~2.0GHz
             Memory: 2038MB RAM
          Page File: 1365MB used, 2949MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 10
DX Setup Parameters: /PackageInstall
     DxDiag Version: 6.00.6001.18000 32bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No problems found.
        Sound Tab 2: No problems found.
        Sound Tab 3: No problems found.
        Sound Tab 4: No problems found.
        Sound Tab 5: No problems found.
        Sound Tab 6: No problems found.
        Sound Tab 7: No problems found.
        Sound Tab 8: No problems found.
        Sound Tab 9: No problems found.
        Sound Tab 10: No problems found.
        Sound Tab 11: No problems found.
        Sound Tab 12: No problems found.
        Sound Tab 13: No problems found.
        Sound Tab 14: No problems found.
        Sound Tab 15: No problems found.
        Sound Tab 16: No problems found.
        Sound Tab 17: No problems found.
        Sound Tab 18: No problems found.
          Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (retail)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
        Card name: Intel(R) 82945G Express Chipset Family
     Manufacturer: Intel Corporation
        Chip type: Intel(R) 82945G Express Chipset Family
         DAC type: Internal
       Device Key: Enum\PCI\VEN_8086&DEV_2772&SUBSYS_2A5E103C&REV_02
   Display Memory: 256 MB
 Dedicated Memory: 0 MB
    Shared Memory: 256 MB
     Current Mode: 1440 x 900 (32 bit) (60Hz)
          Monitor: HP w1907 Wide LCD Monitor
      Driver Name: igdumd32.dll
   Driver Version: 7.14.0010.1461 (English)
      DDI Version: 9Ex
Driver Attributes: Final Retail
 Driver Date/Size: 3/25/2008 16:44:28, 3301376 bytes
      WHQL Logo'd: n/a
  WHQL Date Stamp: n/a
Device Identifier: {D7B78E66-6432-11CF-3976-540AA3C2CA35}
        Vendor ID: 0x8086
        Device ID: 0x2772
        SubSys ID: 0x2A5E103C
      Revision ID: 0x0002
      Revision ID: 0x0002
      Video Accel: ModeMPEG2_A ModeMPEG2_C
 Deinterlace Caps: {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                   {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
     DDraw Status: Enabled
       D3D Status: Enabled
       AGP Status: Enabled


ξdgεε wrote:
Does anyone know the easiest way to have the objection image come up and then disappear? (Like it does in the games.)


Code:
fg ObjectionAnim

then some new bg/fg

I think
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Oh, and we need a greyscale mode.

With how complainy I always sound, I hope you know that I still appreciate the work you've put into this.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Ok some news:

10.5 is still in progress. Could be beta 11 or version 0.5 or something, depends on how much I do.

I think I have found why it flickers on some computers - I wasn't using double buffering. I also added a glFinish call to make sure all opengl commands are processed before the screen tries to display. Hopefully these two fixes can make the rendering smooth. It's really important that opengl mode works for everyone, because as I add more flashy effects and features, I will be less likely to fully support software rendering. I had thought about emulating 3d in 2d for software rendering, but for now that would be way more work than it's really worth.

Other than that I am mostly working on scripting features/power, and interpreter bugs. It will take a while before I feel it is ready to be released again, but it's pretty close. Macros are getting a major improvement, to be much more versatile. If you are an advanced user, you will wonder how you got by without them before :) I also plan to include an extensive set of macros built-in to make some situations or edge cases a lot easier to write.

I will NOT be adding any major new engine features, still waiting for the bugs to disappear and for the scripting language to solidify some more before I really upgrade it.

I've also started conceptualizing my fan game. I threw out my old idea for something quite different. I'll announce it for real when I am further along. The good thing about it is, it does enough new things that I will have to improve pywright quite a bit before I can implement it. Or as I implement it anyway. I don't have a timeline for this unfortunately :(
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

My php server cannot handle spaces in game names, please make sure your game name has NO SPACES in it before you upload. I'll look for a solution to this problem, but until then use underscores (_) instead of spaces ( ).

Also, all of those "turnabout" etc games that someone uploaded look to me like cases instead of games. They should all be placed in a single game folder instead of uploaded separately.

EX:
My_Game/Turnabout_Songstress/intro.txt etc
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

saluk wrote:
My php server cannot handle spaces in game names, please make sure your game name has NO SPACES in it before you upload. I'll look for a solution to this problem, but until then use underscores (_) instead of spaces ( ).

Also, all of those "turnabout" etc games that someone uploaded look to me like cases instead of games. They should all be placed in a single game folder instead of uploaded separately.

EX:
My_Game/Turnabout_Songstress/intro.txt etc
Why can your PHP server not handle %20 in the file name? that seems rather daft to be honest.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Meh, just have the updater convert to underscores.

Okay, so now it works, but whoever uploaded them apparently had no idea what the updater was for (or how to make a case).
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

DDRKhat wrote:
Why can your PHP server not handle %20 in the file name? that seems rather daft to be honest.

Not really sure how I coded it wrong, but I'm no php expert.

MrCheeze wrote:
Okay, so now it works, but whoever uploaded them apparently had no idea what the updater was for (or how to make a case).

I should probably disable upload until people really have things to upload. And add some kind of spam protection before I enable it again.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Nov 08, 2008 3:09 pm

Posts: 42

I have to say that this case-maker is wonderful!
By the way, anybody knows how to make mia object?
I have this in mi script.
Spoiler:
sfx mia\takethat.ogg

But,she says it too fast!Can you help me,please?
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

!!!

Serves me right for not testing them all in-game. Apparently some of those files use a really odd sound-rate, and the engine is speeding it up to a match. The only way I know to fix it is to convert the sounds again, so it will be fixed in the next version. The next version is nearly done, for sure it will be out in a few days at the most.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

I can't wait!
ImageImage
ImageImage
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Nov 08, 2008 3:09 pm

Posts: 42

I can't either!
By the way,the broblem with the Save & Resume will be fixed too?
You know, I save...Perfect.
I try to resume the game and it ends in failure! :larry:
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Save+resume may or may not be fixed. Until there are games being finished it's not a priority. If you need save + resume to help with writing and testing, it's better to add a "script current_script_im_testing" to the top of intro.txt, or if you have any setup stuff in intro.txt, add that command to the end of the setup code. Even if save+load worked, if you save, modify the scripts, and try to load it will be broken. Sometimes when I'm working on something I just put new code at the top of intro.txt and then cut/paste to the appropriate place when it's finished.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 10.4Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Nov 08, 2008 3:09 pm

Posts: 42

OK,thank you...
I'm really waiting for the update!
Page 8 of 42 [ 1674 posts ] 
Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 42  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 6 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO