Jump to content

nwmafia

Members
  • Posts

    80
  • Joined

  • Last visited

Posts posted by nwmafia

  1.   
    --In order to render the browser on the full screen, we need to know the dimensions. 
    local screenWidth, screenHeight = guiGetScreenSize() 
      
    --Let's create a new browser in remote mode. 
    local window = guiCreateWindow(0, 0, screenWidth, screenHeight, "Webbrowser", false) 
    local browser = guiCreateBrowser(0, 0, 800, 600, false, false, false, window) 
      
    -- The event onClientBrowserCreated will be triggered, after the browser has been initialized. 
    -- After this event has been triggered, we will be able to load our URL 
    local theBrowser = guiGetBrowser(browser) -- Get the browser element from gui-browser 
    addEventHandler("onClientBrowserCreated", theBrowser, 
        function() 
            -- After the browser has been initialized, we can load [url=https://www.youtube.com]https://www.youtube.com[/url] 
            loadBrowserURL(source, "https://www.youtube.com") 
        end 
    ) 
      
    function open() 
    guiSetVisible(window,true) 
    end 
    addCommandHandler("browser",open) 
      
      
    

    Sorry this did not work. As soon I started the resource the browser immediately opened. I want to be able to start the resource, then open the browser with a command.

    lol copy and paste again

    Fixed it. You're a genious.

  2.   
    --In order to render the browser on the full screen, we need to know the dimensions. 
    local screenWidth, screenHeight = guiGetScreenSize() 
      
    --Let's create a new browser in remote mode. 
    local window = guiCreateWindow(0, 0, screenWidth, screenHeight, "Webbrowser", false) 
    local browser = guiCreateBrowser(0, 0, 800, 600, false, false, false, window) 
      
    -- The event onClientBrowserCreated will be triggered, after the browser has been initialized. 
    -- After this event has been triggered, we will be able to load our URL 
    local theBrowser = guiGetBrowser(browser) -- Get the browser element from gui-browser 
    addEventHandler("onClientBrowserCreated", theBrowser, 
        function() 
            -- After the browser has been initialized, we can load [url=https://www.youtube.com]https://www.youtube.com[/url] 
            loadBrowserURL(source, "https://www.youtube.com") 
        end 
    ) 
      
    function open() 
    guiSetVisible(window,true) 
    end 
    addCommandHandler("browser",open) 
      
      
    

    Sorry this did not work. As soon I started the resource the browser immediately opened. I want to be able to start the resource, then open the browser with a command.

  3. I need help opening the in-game CEF browser with a command. Can anyone give me some help?

    Here's what I've tried, but it does not work.

    --In order to render the browser on the full screen, we need to know the dimensions. 
    local screenWidth, screenHeight = guiGetScreenSize() 
      
    --Let's create a new browser in remote mode. 
    local window = guiCreateWindow(0, 0, screenWidth, screenHeight, "Webbrowser", false) 
    local browser = guiCreateBrowser(0, 0, 800, 600, false, false, false, window) 
      
    -- The event onClientBrowserCreated will be triggered, after the browser has been initialized. 
    -- After this event has been triggered, we will be able to load our URL 
    local theBrowser = guiGetBrowser(browser) -- Get the browser element from gui-browser 
    addEventHandler("onClientBrowserCreated", theBrowser, 
        function LoadBrowser() 
            -- After the browser has been initialized, we can load [url=https://www.youtube.com]www.youtube.com[/url] 
            loadBrowserURL(source, "https://www.youtube.com") 
        end 
    ) 
    addCommandHandler ("browser", LoadBrowser)  
      
      
    

  4. I was thinking about starting up a project with my friend, that relies heavily on MySQL. So I was wondering what VPS host would be the best for under $15.00 Canadian Dollars, and has unlimited bandwidth. The VPS will be used for a few months, until the required money is allocated to invest in a Dedicated Server.

    The VPS must be under $15.00 CAD, have unlimited bandwidth, and be in North America. Thank you to anyone who helps me with some suggestions.

    I'd prefer if it's OS was Windows, but Linux/Ubuntu will do.

  5. I smell vG here lol... Simply just enter in the data you want to customize in MySQL, then type in "refresh" in your console. Then restart the resource you've changed.

    If it's vG scripts, and you're currently an admin, type in /ah for the cmds.

  6. I have pretty low FPS when on Multi Theft Auto, usually 15 - 20fps, but when in single player on GTA:SA I get 50+FPS

    Here's my current MTA Settings

    Resolution: 1366x768x32

    FX Quality: Low

    Draw Distance: 0

    Anisotropic Filtering: 0

    Anti Aliasing: Off

    Aspect Ratio: 4:3

    Map Rendering Opacity: 0

    Mip Mapping: Off

    Here's my Laptop Specifications

    Toshiba Satellite C650D

    Processor: AMD Fusing C-50 1.0GHz Dual Core

    RAM: 3GB DDR3 400MHz

    HDD: 320GB 5400RPM

    GFX: AMD Radeon HD 6250 (Total Memory 1459mb, Dedicated Memory 384mb, Shared Memory 1075mb) 400MHz

    Wireless: 54.0Mbps

    OS: Windows 7 Home Premium 32-bit

    DXDIAG Information

    ------------------

    System Information

    ------------------

    Time of this report: 12/23/2012, 21:29:09

    Machine name: TOSHIBA-PC

    Operating System: Windows 7 Home Premium 32-bit (6.1, Build 7600) (7600.win7_gdr.120830-0334)

    Language: English (Regional Setting: English)

    System Manufacturer: TOSHIBA

    System Model: Satellite C650D

    BIOS: InsydeH2O Version CCB.03.60.341.60

    Processor: AMD C-50 Processor (2 CPUs), ~1.0GHz

    Memory: 3072MB RAM

    Available OS Memory: 2662MB RAM

    Page File: 1701MB used, 3622MB available

    Windows Dir: C:\Windows

    DirectX Version: DirectX 11

    DX Setup Parameters: Not found

    User DPI Setting: Using System DPI

    System DPI Setting: 96 DPI (100 percent)

    DWM DPI Scaling: Disabled

    DxDiag Version: 6.01.7600.16385 32bit Unicode

    ------------

    DxDiag Notes

    ------------

    Display Tab 1: No problems found.

    Sound Tab 1: 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: AMD Radeon HD 6250 Graphics

    Manufacturer: Advanced Micro Devices, Inc.

    Chip type: AMD Radeon HD 6250 Graphics (0x9804)

    DAC type: Internal DAC(400MHz)

    Device Key: Enum\PCI\VEN_1002&DEV_9804&SUBSYS_FDE81179&REV_00

    Display Memory: 1447 MB

    Dedicated Memory: 372 MB

    Shared Memory: 1075 MB

    Current Mode: 1366 x 768 (32 bit) (60Hz)

    Monitor Name: Generic PnP Monitor

    Monitor Model: unknown

    Monitor Id: LGD02DC

    Native Mode: 1366 x 768(p) (59.996Hz)

    Output Type: Internal

    Driver Name: aticfx32.dll,aticfx32.dll,aticfx32.dll,atiumdag.dll,atidxx32.dll,atiumdva.cap

    Driver File Version: 8.17.0010.1151 (English)

    Driver Version: 9.2.0.0

    DDI Version: 10.1

    Driver Model: WDDM 1.1

    Driver Attributes: Final Retail

    Driver Date/Size: 9/27/2012 17:43:28, 935424 bytes

    WHQL Logo'd: Yes

    WHQL Date Stamp:

    Device Identifier: {D7B71EE2-DB44-11CF-B676-E2DDBEC2C535}

    Vendor ID: 0x1002

    Device ID: 0x9804

    SubSys ID: 0xFDE81179

    Revision ID: 0x0000

    Driver Strong Name: oem11.inf:ATI.Mfg.NTx86.6.1:ati2mtag_Wrestler:9.2.0.0:pci\ven_1002&dev_9804

    Rank Of Driver: 00E62001

    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

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {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

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=

    D3D9 Overlay: Not Supported

    DXVA-HD: Not Supported

    DDraw Status: Enabled

    D3D Status: Enabled

    AGP Status: Enabled

    -------------

    Sound Devices

    -------------

    Description: Speakers (Conexant SmartAudio HD)

    Default Sound Playback: Yes

    Default Voice Playback: Yes

    Hardware ID: HDAUDIO\FUNC_01&VEN_14F1&DEV_5069&SUBSYS_1179FDE8&REV_1003

    Manufacturer ID: 1

    Product ID: 100

    Type: WDM

    Driver Name: CHDRT32.sys

    Driver Version: 8.54.0001.0000 (English)

    Driver Attributes: Final Retail

    WHQL Logo'd: Yes

    Date and Size: 2/14/2011 12:42:26, 1283200 bytes

    Other Files:

    Driver Provider: Conexant

    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 2.0 Listen/Src: No, No

    I3DL2 Listen/Src: No, No

    Sensaura ZoomFX: No

    ---------------------

    Sound Capture Devices

    ---------------------

    Description: Internal Microphone (Conexant SmartAudio HD)

    Default Sound Capture: Yes

    Default Voice Capture: Yes

    Driver Name: CHDRT32.sys

    Driver Version: 8.54.0001.0000 (English)

    Driver Attributes: Final Retail

    Date and Size: 2/14/2011 12:42:26, 1283200 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, 0x4397

    | Matching Device ID: usb\root_hub

    | Upper Filters: libusb0

    | Service: usbhub

    | Driver: usbhub.sys, 3/24/2011 19:06:46, 258560 bytes

    | Driver: usbd.sys, 3/24/2011 19:06:06, 5888 bytes

    ----------------

    Gameport Devices

    ----------------

    ------------

    PS/2 Devices

    ------------

    + Standard PS/2 Keyboard

    | Matching Device ID: *pnp0303

    | Service: i8042prt

    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes

    | Driver: kbdclass.sys, 7/13/2009 17:20:36, 42576 bytes

    |

    + Terminal Server Keyboard Driver

    | Matching Device ID: root\rdp_kbd

    | Upper Filters: kbdclass

    | Service: TermDD

    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes

    | Driver: kbdclass.sys, 7/13/2009 17:20:36, 42576 bytes

    |

    + PS/2 Compatible Mouse

    | Matching Device ID: *pnp0f13

    | Service: i8042prt

    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes

    | Driver: mouclass.sys, 7/13/2009 17:20:44, 41552 bytes

    |

    + Terminal Server Mouse Driver

    | Matching Device ID: root\rdp_mou

    | Upper Filters: mouclass

    | Service: TermDD

    | Driver: termdd.sys, 7/13/2009 17:19:10, 51776 bytes

    | Driver: sermouse.sys, 7/13/2009 15:45:08, 19968 bytes

    | Driver: mouclass.sys, 7/13/2009 17:20:44, 41552 bytes

    ------------------------

    Disk & DVD/CD-ROM Drives

    ------------------------

    Drive: C:

    Free Space: 230.2 GB

    Total Space: 305.2 GB

    File System: NTFS

    Model: TOSHIBA MK3265GSXN ATA Device

    Drive: E:

    Model: DTSOFT Virtual CdRom Device

    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (English), 7/13/2009 15:11:26, 108544 bytes

    Drive: D:

    Model: TSSTcorp CDDVDW TS-L633F ATA Device

    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (English), 7/13/2009 15:11:26, 108544 bytes

    --------------

    System Devices

    --------------

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1718&SUBSYS_00000000&REV_00\3&2411E6FE&1&C5

    Driver: n/a

    Name: AMD Radeon HD 6250 Graphics

    Device ID: PCI\VEN_1002&DEV_9804&SUBSYS_FDE81179&REV_00\3&2411E6FE&1&08

    Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1266 (English), 9/27/2012 18:20:20, 9107968 bytes

    Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/27/2012 17:09:48, 53248 bytes

    Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6278 (English), 9/27/2012 17:12:10, 370176 bytes

    Driver: C:\Windows\system32\atiumdag.dll, 9.14.0010.0926 (English), 9/27/2012 18:22:56, 5557928 bytes

    Driver: C:\Windows\system32\atiumdva.dll, 8.14.0010.0370 (English), 9/27/2012 17:22:30, 2691584 bytes

    Driver: C:\Windows\system32\atitmmxx.dll, 6.14.0011.0023 (English), 9/27/2012 17:36:42, 163840 bytes

    Driver: C:\Windows\system32\atiicdxx.dat, 5/23/2012 07:31:02, 632252 bytes

    Driver: C:\Windows\system32\amdpcom32.dll, 8.14.0010.0023 (English), 9/27/2012 17:12:48, 56832 bytes

    Driver: C:\Windows\system32\atimpc32.dll, 8.14.0010.0023 (English), 9/27/2012 17:12:48, 56832 bytes

    Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1116 (English), 9/27/2012 17:13:28, 405504 bytes

    Driver: C:\Windows\system32\atiumdva.cap, 9/27/2012 17:21:20, 2920000 bytes

    Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/27/2012 17:36:34, 20992 bytes

    Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/27/2012 18:03:52, 163840 bytes

    Driver: C:\Windows\system32\ativvsva.dat, 7/27/2012 17:30:54, 157144 bytes

    Driver: C:\Windows\system32\ativvsvl.dat, 7/27/2012 17:30:54, 204952 bytes

    Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1131 (English), 9/27/2012 17:38:02, 217600 bytes

    Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1131 (English), 9/27/2012 17:38:42, 473088 bytes

    Driver: C:\Windows\system32\ati2edxx.dll, 6.14.0010.2514 (English), 9/27/2012 17:36:26, 43520 bytes

    Driver: C:\Windows\system32\atidemgy.dll, 4.00.4653.37177 (English), 9/27/2012 17:39:14, 442368 bytes

    Driver: C:\Windows\system32\atioglxx.dll, 6.14.0010.11931 (English), 9/27/2012 17:41:14, 19624960 bytes

    Driver: C:\Windows\system32\aticaldd.dll, 6.14.0010.1741 (English), 9/27/2012 17:57:20, 13703168 bytes

    Driver: C:\Windows\system32\aticalrt.dll, 6.14.0010.1741 (English), 9/27/2012 18:02:28, 46080 bytes

    Driver: C:\Windows\system32\aticalcl.dll, 6.14.0010.1741 (English), 9/27/2012 18:02:20, 44032 bytes

    Driver: C:\Windows\system32\atipblag.dat, 9/12/2011 14:06:16, 3917 bytes

    Driver: C:\Windows\system32\atiu9pag.dll, 8.14.0001.6278 (English), 9/27/2012 17:10:58, 82944 bytes

    Driver: C:\Windows\system32\atigktxx.dll, 8.14.0001.6278 (English), 9/27/2012 17:13:00, 33280 bytes

    Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6278 (English), 9/27/2012 17:13:12, 14848 bytes

    Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/11/2009 16:35:30, 118784 bytes

    Driver: C:\Windows\system32\atiapfxx.blb, 9/27/2012 18:07:04, 304128 bytes

    Driver: C:\Windows\system32\atidxx32.dll, 8.17.0010.0453 (English), 9/27/2012 17:39:36, 6536192 bytes

    Driver: C:\Windows\system32\atiuxpag.dll, 8.14.0001.6278 (English), 9/27/2012 17:11:16, 109568 bytes

    Driver: C:\Windows\atiogl.xml, 9/14/2012 07:00:12, 38452 bytes

    Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 6/22/2009 10:34:20, 45056 bytes

    Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 8/27/2010 13:32:08, 294912 bytes

    Driver: C:\Windows\system32\aticfx32.dll, 8.17.0010.1151 (English), 9/27/2012 17:43:28, 935424 bytes

    Driver: C:\Windows\system32\coinst_9.002.dll, 1.00.0004.0008 (English), 9/27/2012 18:05:36, 58880 bytes

    Name: Standard Enhanced PCI to USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&9A

    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:12, 43008 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1716&SUBSYS_00000000&REV_00\3&2411E6FE&1&C6

    Driver: n/a

    Name: PCI standard PCI-to-PCI bridge

    Device ID: PCI\VEN_1002&DEV_43A1&SUBSYS_00001002&REV_00\3&2411E6FE&1&A9

    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:45, 153680 bytes

    Name: Standard Enhanced PCI to USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&92

    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:12, 43008 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1704&SUBSYS_00000000&REV_00\3&2411E6FE&1&C4

    Driver: n/a

    Name: PCI standard PCI-to-PCI bridge

    Device ID: PCI\VEN_1002&DEV_43A0&SUBSYS_00001002&REV_00\3&2411E6FE&1&A8

    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:45, 153680 bytes

    Name: Standard Dual Channel PCI IDE Controller

    Device ID: PCI\VEN_1002&DEV_4390&SUBSYS_FF1E1179&REV_40\3&2411E6FE&1&88

    Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:45, 12368 bytes

    Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 17:19:03, 42560 bytes

    Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 17:26:15, 21584 bytes

    Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (English), 7/13/2009 17:26:15, 133200 bytes

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1703&SUBSYS_00000000&REV_00\3&2411E6FE&1&C3

    Driver: n/a

    Name: PCI standard ISA bridge

    Device ID: PCI\VEN_1002&DEV_439D&SUBSYS_FF1E1179&REV_40\3&2411E6FE&1&A3

    Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:43, 13888 bytes

    Name: ATI I/O Communications Processor SMBus Controller

    Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_FF1E1179&REV_42\3&2411E6FE&1&A0

    Driver: n/a

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1702&SUBSYS_00000000&REV_00\3&2411E6FE&1&C2

    Driver: n/a

    Name: Standard OpenHCD USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&B0

    Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:11, 20480 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    Name: ATI I/O Communications Processor PCI Bus Controller

    Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_40\3&2411E6FE&1&A4

    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:45, 153680 bytes

    Name: Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)

    Device ID: PCI\VEN_1969&DEV_2060&SUBSYS_FF1E1179&REV_C1\4&19AF9A7D&0&00A9

    Driver: n/a

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1701&SUBSYS_00000000&REV_00\3&2411E6FE&1&C1

    Driver: n/a

    Name: Standard OpenHCD USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&98

    Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:11, 20480 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    Name: High Definition Audio Controller

    Device ID: PCI\VEN_1002&DEV_4383&SUBSYS_FF1E1179&REV_40\3&2411E6FE&1&A2

    Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7600.16385 (English), 7/13/2009 15:50:56, 108544 bytes

    Name: Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC

    Device ID: PCI\VEN_10EC&DEV_8176&SUBSYS_818210EC&REV_01\4&2F1EE2F0&0&00A8

    Driver: C:\Windows\system32\DRIVERS\rtl8192Ce.sys, 1005.12.0105.2011 (English), 1/5/2011 00:08:58, 1004136 bytes

    Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.01.7600.16385 (English), 7/13/2009 15:52:02, 19968 bytes

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1700&SUBSYS_00000000&REV_43\3&2411E6FE&1&C0

    Driver: n/a

    Name: Standard OpenHCD USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&90

    Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:11, 20480 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1719&SUBSYS_00000000&REV_00\3&2411E6FE&1&C7

    Driver: n/a

    Name: PCI standard host CPU bridge

    Device ID: PCI\VEN_1022&DEV_1510&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&00

    Driver: n/a

    Name: Standard Enhanced PCI to USB Host Controller

    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_FF1E1179&REV_00\3&2411E6FE&1&B2

    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:12, 43008 bytes

    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:25, 284160 bytes

    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16788 (English), 3/24/2011 19:06:46, 258560 bytes

    ------------------

    DirectShow Filters

    ------------------

    DirectShow Filters:

    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7600.16385

    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7600.16385

    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7600.16385

    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385

    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385

    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7600.16385

    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7600.16597

    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385

    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385

    VP6 Decompressor,0x00800000,1,1,vp6dec.ax,6.04.0002.0000

    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.00.0005.2036

    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912

    Record Queue,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912

    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912

    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912

    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912

    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,16.04.3505.0912

    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912

    CoreVorbis Audio Decoder,0x00800000,1,1,CoreVorbis.ax,1.01.0000.0079

    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.00.0005.2036

    ffdshow Audio Decoder,0x3fffffff,1,1,ffdshow.ax,1.00.0005.2036

    ATI Ticker,0x00200000,0,1,Ticker.ax,

    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7600.16385

    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7600.16905

    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7600.16385

    Video Memory Render Filter,0x00200000,1,0,VideoMemoryRenderFilter.ax,

    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7600.16385

    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7600.16905

    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7600.16905

    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7600.16724

    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000

    MONOGRAM AMR Splitter,0x00600000,1,1,mmamr.ax,1.00.0001.0000

    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7600.16724

    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7600.16724

    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16907

    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16905

    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7600.16385

    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7600.16905

    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905

    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385

    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,12.05.0000.20928

    ATI MPEG Video Decoder,0x00200000,1,2,atimpenc.dll,12.05.0000.20928

    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7600.16724

    MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.00.0000.0004

    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7600.16385

    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7600.16724

    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385

    FLV Splitter,0x00800001,1,1,FLVSplitter.ax,1.00.0000.0004

    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905

    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7600.16905

    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,

    WavPack Audio Decoder,0x00600000,1,1,WavPackDSDecoder.ax,1.01.0000.0484

    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7600.16385

    MONOGRAM AMR Decoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000

    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7600.16905

    MONOGRAM Musepack Decoder,0x00600000,1,1,mmmpcdec.ax,0.09.0001.0002

    Haali Media Splitter,0x00800001,0,1,splitter.ax,1.08.0122.0018

    Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.08.0122.0018

    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7600.16385

    MP4 Splitter,0x00600001,1,1,MP4Splitter.ax,1.00.0000.0004

    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20928

    File Source (Monkey Audio),0x00400000,0,1,MonkeySource.ax,

    AMD MJPEG Decoder,0x00800001,1,1,atimpenc.dll,12.05.0000.20928

    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7600.16905

    madFlac Decoder,0x00600000,1,1,madFlac.ax,1.08.0000.0000

    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905

    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7600.16724

    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7600.16905

    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7600.16905

    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7600.16905

    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20928

    Haali Video Renderer,0x00200000,1,0,dxr.dll,

    File Writer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912

    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,12.05.0000.20928

    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7600.16385

    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7600.16385

    FLV4 Video Decoder,0x00400000,1,1,FLVSplitter.ax,1.00.0000.0004

    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7600.16385

    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,

    File writer,0x00200000,1,0,qcap.dll,6.06.7600.16385

    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7600.16385

    Bandisoft MPEG-1 Video Decoder,0xff800001,1,1,bdfilters.dll,1.00.0004.0013

    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7600.16385

    ATI Video Scaler Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.20928

    Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.08.0122.0018

    DirectVobSub,0x00200000,2,1,vsfilter.dll,1.00.0001.0004

    Avi Splitter,0x00600001,1,1,avisplitter.ax,1.00.0000.0009

    DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,1.00.0001.0004

    MONOGRAM AMR Encoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000

    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7600.16905

    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,

    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16907

    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7600.16905

    Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.08.0122.0018

    AC3Filter,0x40000000,1,1,ac3filter.ax,1.03.0001.0000

    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7600.16905

    MONOGRAM AMR Mux,0x00600000,1,1,mmamr.ax,1.00.0001.0000

    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,

    DC-Bass Source,0x00400000,0,1,DCBassSource.ax,1.01.0001.0000

    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385

    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7600.16385

    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7600.16724

    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7600.16385

    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.00.0005.2036

    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7600.16385

    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7600.16385

    VP7 Decompressor,0x00800000,1,1,vp7dec.ax,7.00.0010.0000

    MONOGRAM Musepack Splitter,0x00600000,1,1,mmmpcdmx.ax,0.03.0001.0002

    madFlac Source,0x00600000,0,1,madFlac.ax,1.08.0000.0000

    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7600.16867

    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7600.16385

    FLV Source,0x00600001,0,0,FLVSplitter.ax,1.00.0000.0004

    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7600.16724

    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7600.16385

    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7600.16905

    Avi Source,0x00600001,0,0,avisplitter.ax,1.00.0000.0009

    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16905

    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7600.16385

    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7600.16905

    MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.00.0000.0004

    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905

    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905

    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905

    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7600.16905

    WavPack Audio Splitter,0x00600000,1,1,WavPackDSSplitter.ax,1.01.0000.0323

    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.00.0005.2036

    ATI Video Rotation Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.20928

    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000

    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7600.16724

    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7600.16385

    MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.00.0000.0004

    Bandisoft MPEG-1 Audio Decoder,0xff800001,1,1,bdfilters.dll,1.00.0004.0013

    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7600.16905

    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7600.16905

    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7600.16905

    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7600.16385

    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,

    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,

    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,

    Haali Video Sink,0x00200000,1,0,splitter.ax,1.08.0122.0018

    AC3File,0x00600000,0,1,ac3file.ax,

    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7600.16385

    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7600.16867

    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7600.16905

    IL FL Studio DXi,0x00200000,1,1,FLSTUD~2.DLL,1.00.0013.0000

    IL Multi FL Studio DXi,0x00200000,1,1,FLSTUD~1.DLL,1.00.0013.0000

    WDM Streaming Tee/Splitter Devices:

    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385

    Video Compressors:

    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385

    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385

    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385

    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7600.16385

    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.00.0005.2036

    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7600.16905

    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7600.16385

    DivX® 6.8.3 Codec (2 Logical CPUs),0x00200000,1,1,qcap.dll,6.06.7600.16385

    ffdshow Video Codec,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Fraps Video Decompressor,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Bandi MJPEG Video Decoder,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Bandi MPEG-1 Video Decoder,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7600.16385

    XviD MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Helix YV12 YUV Codec,0x00200000,1,1,qcap.dll,6.06.7600.16385

    Audio Compressors:

    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385

    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385

    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20928

    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905

    PCM,0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode1),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode2),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode3),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode1+),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode2+),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Ogg Vorbis (mode3+),0x00200000,1,1,quartz.dll,6.06.7600.16905

    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905

    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7600.16905

    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905

    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905

    MP2,0x00200000,1,1,quartz.dll,6.06.7600.16905

    AC-3 ACM Codec,0x00200000,1,1,quartz.dll,6.06.7600.16905

    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7600.16905

    Audio Capture Sources:

    Internal Microphone (Conexant S,0x00200000,0,0,qcap.dll,6.06.7600.16385

    PBDA CP Filters:

    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7600.16724

    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16724

    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16724

    Midi Renderers:

    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7600.16905

    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7600.16905

    WDM Streaming Capture Devices:

    Conexant HD Audio capture,0x00200000,1,1,ksproxy.ax,6.01.7600.16385

    ,0x00000000,0,0,,

    TOSHIBA Web Camera,0x00200000,1,2,ksproxy.ax,6.01.7600.16385

    WDM Streaming Rendering Devices:

    ,0x00000000,0,0,,

    Conexant HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7600.16385

    BDA Network Providers:

    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867

    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867

    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867

    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867

    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7600.16867

    Video Capture Sources:

    TOSHIBA Web Camera,0x00200000,1,2,ksproxy.ax,6.01.7600.16385

    Multi-Instance Capable VBI Codecs:

    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385

    BDA Transport Information Renderers:

    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7600.16867

    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7600.16867

    BDA CP/CA Filters:

    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16899

    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16899

    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7600.16899

    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7600.16899

    WDM Streaming Communication Transforms:

    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385

    Audio Renderers:

    Speakers (Conexant SmartAudio H,0x00200000,1,0,quartz.dll,6.06.7600.16905

    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7600.16905

    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7600.16905

    DirectSound: Speakers (Conexant SmartAudio HD),0x00200000,1,0,quartz.dll,6.06.7600.16905

    ---------------

    EVR Power Information

    ---------------

    Current Setting: (Quality)

    Quality Flags: 2576

    Enabled:

    Force throttling

    Allow half deinterlace

    Allow scaling

    Decode Power Usage: 100

    Balanced Flags: 1424

    Enabled:

    Force throttling

    Allow batching

    Force half deinterlace

    Force scaling

    Decode Power Usage: 50

    PowerFlags: 1424

    Enabled:

    Force throttling

    Allow batching

    Force half deinterlace

    Force scaling

    Decode Power Usage: 0

  7. I'll take a look at both of the servers you guys have recommended to me. Thanks!

    Just a little thoughts of my own right here.

    I think CrazyBob should move his CnR server to MTA, I think he would have a better chance at expanding with both clients, and scripts here.

  8. The Object Scale should be fixed, the object that has been upscaled, has areas in which you can walk through. It appears as if it's just making the objects image bigger, that is it.

    And when you downsize an object, parts around the object are invisible and block you from walking. It appears as if it's the making the objects image smaller, but no the model itself.

    Would be a great update.

    Edit: When downsizing the model should downsize too, not just the image, same goes for up-sizing

×
×
  • Create New...