Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - finalholylight

1
RPG Maker Scripts / MGCaladtogel's legacy
February 08, 2018, 09:58:21 pm
Here're most of his works on Mode7, with his permission to share


hope you guys can learn from these to create some other awesome plugins

https://drive.google.com/open?id=1phIwGc8NHn-1q4IpuLgOZnVVmeL0xXgD
2
Script Requests / [MV] Minigame request: Rectangle puzzle
November 13, 2016, 11:23:48 am
Let's look at the picture first:


There're two rectangle plates, these plates are separated into many pieces with random size and random rotation (0 or 90 degrees), all pieces are also rectangle, those pieces are shuffled together.
In a limited time, player must place all pieces back into these two plates (by using mouse, drag and drop, use a specific button to rotate selected piece), no matter what the position of the pieces are, those pieces should fit together and rebuild these plates again.

Script call will be like this : puzzle(time, height, width, [n1, n2, n3, ...]);
* time: in seconds, time to resolve puzzle.
* height, width: height and width of the original plates.
* [n1, n2, n3, ...]: size of the array is number of plates; n1,n2,n3... is number of pieces was generated from a plate (Ex: [5, 7] => there are two plates, plate 1 have 5 pieces and plate 2 have 7 piece).
3
Script Requests / Re: Rquesting mana khemia CBS
April 03, 2016, 10:00:36 am
Try this demo, I thinks it looks similar to your picture.
http://save-point.org/thread-3544.html
4
Nice!
Oh, I have some ideas, would you mind add these options to your editor ?
1. Zoom only X/ only Y
2. Animation below battlers.
5
It should like Golden Sun game.
I stands in front of an ice pillar/door, it won't disappear until I opens skills/items and uses a right skill/item to activate it.
And plus, I can config a range for those skills, Ex: Cyclone has 1 tile-range, Move has 2 tile-range in line, Force has 4 tile-range in line, Tremor has 3 tile-range around user.
6
RPG Maker Scripts / Re: Multiple Attributes
March 08, 2015, 11:21:46 am
Hmm, I remember this small script, it's in Blizz's tons of add-ons

class Game_Battler
  def elements_correct(elements)
    multiplier = size = 0
    elements.each {|i|
       multiplier += self.element_rate(i)
       size += 1
    }
    return (size == 0 ? 100 : multiplier / size)
  end
end

Credit : Thanks to Blizzard.

Like you said, a skill with slash/light, C slash, F light, by this calculation,  (100 + 0)/2 = 50% damage deals to enemy, if you have 500 base damage, then it should be 500 for C, 0 for F, and then the result is
(500 + 0) / 2 = 250.
7
@KK20: game window works fine when I click to other window. But game still pause when I click to the title bar of the game window.
8
RMXP Script Database / Re: [XP] Actor's Inventory System
November 27, 2014, 02:57:03 am
I already tested with Blizz-ABS, everything seem ok, when you loot item with a full-inventory, item still disappear but you will not have that item in your inventory.
9
RMXP Script Database / Re: [XP] Blizz-ABS
October 05, 2014, 02:57:58 am
Hello, can anyone teach me how to make a skill by eventing ? please
I want to make a skill that shot bullets fly with angle 45, I used "Event Creation" to create a bullet and "set move route" for that bullet, yeah it moved right, but the problem is how to let that bullet deal damage and disappeared when it hits target or disappeared when bullet hits obstacle ?
10
I think the reason is because : wallpaper_night(240), this use for init the night filter, and when you shut down the game, this filter will be deleled, then when you continue the game, it will cause error because that filter is NIL, how to resolve: I think you should edit in script, make some variables to save informations of that filter, when load game, these informations will be call, and call wallpaper_night(240) again to avoid error.
11
Script Requests / [XP] Resize window screen
August 03, 2014, 01:18:48 pm
I means custom window size, zoom in / zoom out display screen , not F0's custom resolution script
This is what I want :
Spoiler: ShowHide




12
Oh no, I don't think about this before, but now, when I test demo, I found a problem.
After I call script :
@memomap=$game_map.bitmap
ecran_decor(@memomap)
decor("lampe",0,0)
$lum.lums[0].zx=$lum.lums[0].zy=0.8

then use save, error pop up:
Scene_Save line 73
No marshal_dump is defined for class Bitmap

I think script "GAME MAP BITMAP" in this demo cause this problem, but I don't know how to fix it.
I wonder if anyone can fix it.
13
this is mine
Spoiler: ShowHide

------------------
System Information
------------------
Time of this report: 7/13/2014, 15:56:51
      Machine name: TAI-PC
  Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
          Language: English (Regional Setting: English)
System Manufacturer: System manufacturer
      System Model: System Product Name
              BIOS: BIOS Date: 05/16/11 14:24:22 Ver: 08.00.14
         Processor: Intel(R) Core(TM)2 Duo CPU     E7200  @ 2.53GHz (2 CPUs), ~2.5GHz
            Memory: 2048MB RAM
Available OS Memory: 2048MB RAM
         Page File: 1387MB used, 2706MB available
       Windows Dir: C:\Windows
   DirectX Version: DirectX 11
DX Setup Parameters: Not found
  User DPI Setting: 108 DPI (112 percent)
System DPI Setting: 96 DPI (100 percent)
   DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7601.17514 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: NVIDIA GeForce GT 220
      Manufacturer: NVIDIA
         Chip type: GeForce GT 220
          DAC type: Integrated RAMDAC
        Device Key: Enum\PCI\VEN_10DE&DEV_0A20&SUBSYS_34D61458&REV_A2
    Display Memory: 1746 MB
  Dedicated Memory: 978 MB
     Shared Memory: 767 MB
      Current Mode: 1152 x 864 (32 bit) (75Hz)
      Monitor Name: Generic PnP Monitor
     Monitor Model: T713SH
        Monitor Id: GSM4448
       Native Mode: 1024 x 768(p) (84.997Hz)
       Output Type: HD15
       Driver Name: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
Driver File Version: 9.18.0013.3788 (English)
    Driver Version: 9.18.13.3788
       DDI Version: 10.1
      Driver Model: WDDM 1.1
 Driver Attributes: Final Retail
  Driver Date/Size: 5/20/2014 09:39:05, 14434704 bytes
       WHQL Logo'd: Yes
   WHQL Date Stamp:
 Device Identifier: {D7B71E3E-4960-11CF-2479-DB141FC2C435}
         Vendor ID: 0x10DE
         Device ID: 0x0A20
         SubSys ID: 0x34D61458
       Revision ID: 0x00A2
Driver Strong Name: oem26.inf:NVIDIA_SetA_Devices.NTx86.6.1:Section002:9.18.13.3788:pci\ven_10de&dev_0a20
    Rank Of Driver: 00E02001
       Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
  Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                    {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
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                    {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
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) 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=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                    {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
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,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=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,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=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,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=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,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=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,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=
                    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      D3D9 Overlay: Supported
           DXVA-HD: Supported
      DDraw Status: Enabled
        D3D Status: Enabled
        AGP Status: Enabled

-------------
Sound Devices
-------------
           Description: Speakers (Realtek High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
           Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003
       Manufacturer ID: 1
            Product ID: 100
                  Type: WDM
           Driver Name: RTKVHDA.sys
        Driver Version: 6.00.0001.6251 (English)
     Driver Attributes: Final Retail
           WHQL Logo'd: Yes
         Date and Size: 11/23/2010 17:16:58, 3253352 bytes
           Other Files:
       Driver Provider: Realtek Semiconductor Corp.
        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: Realtek Digital Output (Realtek High Definition Audio)
Default Sound Playback: No
Default Voice Playback: No
           Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003
       Manufacturer ID: 1
            Product ID: 100
                  Type: WDM
           Driver Name: RTKVHDA.sys
        Driver Version: 6.00.0001.6251 (English)
     Driver Attributes: Final Retail
           WHQL Logo'd: Yes
         Date and Size: 11/23/2010 17:16:58, 3253352 bytes
           Other Files:
       Driver Provider: Realtek Semiconductor Corp.
        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 (Realtek High Definition Audio)
 Default Sound Capture: Yes
 Default Voice Capture: Yes
           Driver Name: RTKVHDA.sys
        Driver Version: 6.00.0001.6251 (English)
     Driver Attributes: Final Retail
         Date and Size: 11/23/2010 17:16:58, 3253352 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

     Device Name: ?
        Attached: 1
   Controller ID: 0x0
Vendor/Product ID: 0x03EE, 0x8801
       FF Driver: n/a

     Device Name: ?
        Attached: 1
   Controller ID: 0x0
Vendor/Product ID: 0x03EE, 0x8801
       FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x27CB
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 3/25/2011 09:58:37, 258560 bytes
| Driver: usbd.sys, 3/25/2011 09:57:53, 5888 bytes

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

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x03EE, 0x8801
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 11/21/2010 04:29:03, 28160 bytes
| Driver: kbdclass.sys, 7/14/2009 08:20:36, 42576 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/14/2009 06:11:24, 80896 bytes
| Driver: kbdclass.sys, 7/14/2009 08:20:36, 42576 bytes
|
+ HID-compliant mouse
| Vendor/Product ID: 0x1C4F, 0x0034
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 7/14/2009 06:45:08, 26112 bytes
| Driver: mouclass.sys, 7/14/2009 08:20:44, 41552 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/21/2010 04:29:03, 53120 bytes
| Driver: sermouse.sys, 7/14/2009 06:45:08, 19968 bytes
| Driver: mouclass.sys, 7/14/2009 08:20:44, 41552 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
     Drive: C:
Free Space: 6.6 GB
Total Space: 29.8 GB
File System: NTFS
     Model: ST3160215AS ATA Device

     Drive: D:
Free Space: 9.1 GB
Total Space: 61.4 GB
File System: NTFS
     Model: ST3160215AS ATA Device

     Drive: E:
Free Space: 17.5 GB
Total Space: 61.4 GB
File System: NTFS
     Model: ST3160215AS ATA Device

     Drive: H:
Free Space: 13.0 GB
Total Space: 78.5 GB
File System: NTFS
     Model: Hitachi HDS721680PLA380 ATA Device

     Drive: F:
     Model: ASUS DVD-E818A7T   a ATA Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 108544 bytes

--------------
System Devices
--------------
    Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_27D8&SUBSYS_84451043&REV_01\3&11583659&0&D8
  Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 108544 bytes

    Name: Intel(R) N10/ICH7 Family Serial ATA Storage Controller - 27C0
Device ID: PCI\VEN_8086&DEV_27C0&SUBSYS_81791043&REV_01\3&11583659&0&FA
  Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.01.7600.16385 (English), 7/14/2009 08:20:36, 15424 bytes
  Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 08:19:03, 42560 bytes
  Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 08:26:15, 21584 bytes
  Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 132992 bytes

    Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D2
Device ID: PCI\VEN_8086&DEV_27D2&SUBSYS_81791043&REV_01\3&11583659&0&E1
  Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 153984 bytes

    Name: Intel(R) ICH7 Family LPC Interface Controller - 27B8
Device ID: PCI\VEN_8086&DEV_27B8&SUBSYS_81791043&REV_01\3&11583659&0&F8
  Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 08:20:43, 13888 bytes

    Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D0
Device ID: PCI\VEN_8086&DEV_27D0&SUBSYS_81791043&REV_01\3&11583659&0&E0
  Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 153984 bytes

    Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_81791043&REV_E1\3&11583659&0&F0
  Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 153984 bytes

    Name: Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC
Device ID: PCI\VEN_8086&DEV_27CC&SUBSYS_81791043&REV_01\3&11583659&0&EF
  Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 09:57:58, 43008 bytes
  Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:07, 284672 bytes
  Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:37, 258560 bytes

    Name: Atheros AR8131 PCI-E Gigabit Ethernet Controller (NDIS 6.20)
Device ID: PCI\VEN_1969&DEV_1063&SUBSYS_83FE1043&REV_C0\4&3AA6353D&0&00E1
  Driver: C:\Windows\system32\DRIVERS\L1C62x86.sys, 1.00.0002.0043 (English), 3/22/2011 12:44:50, 69232 bytes

    Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB
Device ID: PCI\VEN_8086&DEV_27CB&SUBSYS_81791043&REV_01\3&11583659&0&EB
  Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/25/2011 09:57:56, 24064 bytes
  Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:07, 284672 bytes
  Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:37, 258560 bytes

    Name: High Definition Audio Controller
Device ID: PCI\VEN_10DE&DEV_0BE2&SUBSYS_34D61458&REV_A1\4&323AECB5&0&0108
  Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 108544 bytes

    Name: Intel(R) 4 Series Chipset PCI Express Root Port - 2E31
Device ID: PCI\VEN_8086&DEV_2E31&SUBSYS_836D1043&REV_03\3&11583659&0&08
  Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 153984 bytes

    Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA
Device ID: PCI\VEN_8086&DEV_27CA&SUBSYS_81791043&REV_01\3&11583659&0&EA
  Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/25/2011 09:57:56, 24064 bytes
  Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:07, 284672 bytes
  Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:37, 258560 bytes

    Name: NVIDIA GeForce GT 220
Device ID: PCI\VEN_10DE&DEV_0A20&SUBSYS_34D61458&REV_A2\4&323AECB5&0&0008
  Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 380872 bytes
  Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 5/20/2014 09:39:05, 1183672 bytes
  Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_x86_neutral_d0075816b3f2d059\NvCplSetupEng.exe, 1.00.0001.0000 (English), 5/20/2014 09:39:05, 30489496 bytes
  Driver: C:\Program Files\NVIDIA Corporation\license.txt, 5/20/2014 09:39:05, 21898 bytes
  Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 5/20/2014 09:39:05, 52056 bytes
  Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 10533152 bytes
  Driver: C:\Windows\system32\NvFBC.dll, 6.14.0013.3788 (English), 5/20/2014 09:39:05, 861128 bytes
  Driver: C:\Windows\system32\NvIFR.dll, 6.14.0013.3788 (English), 5/20/2014 09:39:05, 866592 bytes
  Driver: C:\Windows\system32\nvapi.dll, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 2730208 bytes
  Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.3788 (English), 5/20/2014 09:39:05, 17559384 bytes
  Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.3788 (English), 5/20/2014 09:39:05, 9735256 bytes
  Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0013.3788 (English), 5/20/2014 09:39:05, 2413344 bytes
  Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.3788 (English), 5/20/2014 09:39:05, 2953672 bytes
  Driver: C:\Windows\system32\nvd3dum.dll, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 14434704 bytes
  Driver: C:\Windows\system32\nvinfo.pb, 5/20/2014 09:39:05, 20729 bytes
  Driver: C:\Windows\system32\nvoglv32.dll, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 24024408 bytes
  Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.3788 (English), 5/20/2014 09:39:05, 9697640 bytes
  Driver: C:\Windows\system32\nvwgf2um.dll, 9.18.0013.3788 (English), 5/20/2014 09:39:05, 16003912 bytes
  Driver: C:\Windows\system32\nvdispco3233788.dll, 2.00.0040.0004 (English), 5/20/2014 09:39:05, 1056200 bytes
  Driver: C:\Windows\system32\nvdispgenco3233788.dll, 2.00.0019.0002 (English), 5/20/2014 09:39:05, 908744 bytes

    Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E30
Device ID: PCI\VEN_8086&DEV_2E30&SUBSYS_836D1043&REV_03\3&11583659&0&00
  Driver: n/a

    Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9
Device ID: PCI\VEN_8086&DEV_27C9&SUBSYS_81791043&REV_01\3&11583659&0&E9
  Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/25/2011 09:57:56, 24064 bytes
  Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:07, 284672 bytes
  Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:37, 258560 bytes

    Name: Intel(R) ICH7 Family Ultra ATA Storage Controllers - 27DF
Device ID: PCI\VEN_8086&DEV_27DF&SUBSYS_81791043&REV_01\3&11583659&0&F9
  Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.01.7600.16385 (English), 7/14/2009 08:20:36, 15424 bytes
  Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 08:19:03, 42560 bytes
  Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 08:26:15, 21584 bytes
  Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/21/2010 04:29:03, 132992 bytes

    Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8
Device ID: PCI\VEN_8086&DEV_27C8&SUBSYS_81791043&REV_01\3&11583659&0&E8
  Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/25/2011 09:57:56, 24064 bytes
  Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:07, 284672 bytes
  Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 09:58:37, 258560 bytes

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

Nero Digital:
Nero Digital Renderer,0x00100000,1,0,NeroDigital.dll,5.05.0009.0009
Nero Digital MP4 Muxer,0x00100000,1,1,NeroDigital.dll,5.05.0009.0009
Nero Digital AAC Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0009.0009
Subpic Encoder,0x00100000,1,3,NeroDigital.dll,5.05.0009.0009
Watermark,0x00200000,1,1,NeroDigital.dll,5.05.0009.0009
AMR Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0009.0009
Nero Digital AVC Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0009.0009
Media Type Adjustment,0x00200000,1,1,NeroDigital.dll,5.05.0009.0009
Nero Digital DMO Wrapper,0x00200000,1,1,NeroDigital.dll,5.05.0009.0009
Nero Digital SP/ASP Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0009.0009
VideoTee,0x00200000,1,2,NeroDigital.dll,5.05.0009.0009
PreviewRenderer,0x00400000,1,0,NeroDigital.dll,5.05.0009.0009

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
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.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
Nero Digital Audio Encoder 8,0x00200000,1,2,NeNDAud.ax,5.05.0009.0009
Nero Digital Muxer 8,0x00200000,2,1,NeNDMux.ax,5.05.0009.0009
Nero Digital File Writer 8,0x00200000,1,0,NeNDMux.ax,5.05.0009.0009
Nero Digital Null Renderer 8,0x00200000,1,0,NeNDMux.ax,5.05.0009.0009
Nero Digital Subpicture Enc 8,0x00200000,1,0,NeNDMux.ax,5.05.0009.0009
Nero Digital Video Enc 8,0x00200000,1,2,NeNDVid.ax,5.05.0009.0009
SonyCDSrcWriter,0x00200000,1,0,SonyCDSrcWriter.ax,4.07.0000.12140
Nero Sound Switcher,0x00200000,1,1,NeSoundSwitch.ax,5.05.0009.0009
ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.02.4450.0000
Nero QuickTime(tm) Audio Decoder,0x00400000,1,1,NeQTDec.ax,5.05.0009.0009
Nero File Source (Async.),0x00400000,0,1,NeFileSourceAsync.ax,5.05.0009.0009
Nero Subpicture Decoder,0x00200000,1,1,NeSubpicture.ax,5.05.0009.0009
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
Nero Audio Decoder 2,0x00600000,1,1,NeAudio2.ax,5.05.0009.0009
ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.02.4450.0000
ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.02.4450.0000
ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.02.4450.0000
OpenMG Async. File Source,0x00400000,0,1,OmgAfs.ax,4.07.0000.12140
Nero AV Synchronizer,0x00200000,1,1,NeAVSync.ax,5.05.0009.0009
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Sony Audio CD Source Filter,0x00600000,0,1,cdsrc.ax,4.07.0000.12140
Nero Frame Capture,0x00200000,1,1,NeCapture.ax,5.05.0009.0009
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
LAV Splitter,0x00400001,1,1,LAVSplitter.ax,0.50.0005.0000
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
Nero Splitter,0x00600000,1,3,NeSplitter.ax,5.05.0009.0009
SAL Output Converter,0x00200000,1,0,saloconv.ax,4.07.0000.12140
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
Nero Vobu Generator,0x00200000,1,0,NeroVobuGenerator.ax,5.05.0009.0009
RealVideo Decoder,0x00400000,1,1,RealMediaSplitter.ax,
Nero Audio Renderer,0x00200000,1,0,NeAudioRender.ax,5.05.0009.0009
Nero Subtitle,0x00200000,1,1,NeSubtitle.ax,5.05.0009.0009
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Nero Teletext Decoder,0x00200000,1,1,NeTeletext.ax,5.05.0009.0009
Nero Video Processor,0x00200000,1,1,NeroVideoProc.ax,5.05.0009.0009
Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
DivX for Blizzard Decoder Filter,0x00800000,1,1,blizzard.ax,5.00.0002.0000
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Nero DVD Navigator,0x00600000,0,14,NeDVD.ax,5.05.0009.0009
Video Grabber,0x00200000,1,0,grabfilt.ax,
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
DV Scenes,0x00200000,1,1,NVDV.dll,3.00.0007.0001
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
Nero Resize,0x00400000,1,1,NeResize.ax,5.05.0009.0009
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
DV Source Filter,0x00400000,0,1,NVDV.dll,3.00.0007.0001
Nero Colorspace Converter,0x00200000,1,1,NeColorspace.ax,5.05.0009.0009
Nero Video Analyzer,0x00200000,2,0,NeVideoAnalyzer.ax,5.05.0009.0009
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
OmgGenericSrcFilter,0x00400000,0,1,OmgGenericSrcFilter.ax,4.07.0000.12140
Nero Audio CD Navigator,0x00200000,0,1,NeAudCD.ax,5.05.0009.0009
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Nero Video Renderer,0x00200000,1,0,NeVideoRenderer.ax,5.05.0009.0009
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Nero Scene Detector 2,0x00200000,2,0,NeSceneDetector.ax,5.05.0009.0009
Nero FLV Splitter,0x00600000,1,1,NeFLVSplitter.ax,5.05.0009.0009
Nero Stream Buffer Sink,0x00200000,0,0,NeSBE.ax,5.05.0009.0009
Haali Media Splitter,0x00800001,0,1,splitter.ax,1.11.0288.0000
Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.11.0288.0000
Nero PresentationGraphics Decoder,0x00600000,2,1,NeBDGraphic.ax,5.05.0009.0009
OmgDsee Filter,0x00200000,1,1,OmgDseeFilter.ax,
Nero MP2 Audio Encoder,0x00200000,1,1,NeMP2AudioEnc.ax,5.05.0009.0009
OmgPushSrc,0x00200000,0,1,OmgPushSrc.ax,4.07.0000.12140
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
Nero Mpeg2 Encoder,0x00200000,2,1,NeVCR.ax,5.05.0009.0009
Nero HD Audio Mixer,0x00200000,3,1,NeHDAudioMixer.ax,5.05.0009.0009
Nero PS Muxer,0x00200000,1,1,NePSMuxer.ax,5.05.0009.0009
Nero Scene Detector,0x00200000,1,0,NeSceneDetector.ax,5.05.0009.0009
File Source (Monkey Audio),0x00400000,0,1,MonkeySource.ax,
RadLight OptimFROG DirectShow Filter,0x00600000,0,1,RLOFRDec.ax,1.00.0000.0001
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
OMG Seamless,0x00200000,1,1,SeamlessFilter.ax,4.07.0000.12140
madFlac Decoder,0x00600000,1,1,madFlac.ax,1.10.0000.0000
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
Nero Elementary Stream Parser,0x00200000,1,1,NeESParser.ax,5.05.0009.0009
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
SonyWavWriter,0x00200000,1,0,SONYWA~1.AX,2.10.0000.11020
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
Nero Audio Transcoder,0x00200000,1,1,NeTranscoder.ax,5.05.0009.0009
Nero Vcd Navigator,0x00600000,0,2,NeVCD.ax,5.05.0009.0009
OpenMG Audio Decrypt Splitter,0x00600000,1,1,omgdec.ax,4.07.0000.12140
Haali Video Renderer,0x00200000,1,0,dxr.dll,
RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,
File Writer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912
Nero Deinterlace,0x00200000,1,1,NeDeinterlace.ax,5.05.0009.0009
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
Nero TS Muxer,0x00200000,1,1,NeTSMuxer.ax,5.05.0009.0009
Nero Framerate Converter,0x00200000,1,1,NeFramerate.ax,5.05.0009.0009
Nero DVD Decoder,0x00600000,2,1,NeVideo.ax,5.05.0009.0009
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
Nero Mpeg Video Encoder,0x00200000,1,1,NeMpegVideoEnc.ax,5.05.0009.0009
OpenMG OmgSource Filter,0x00600000,0,1,omgsrc.ax,4.07.0000.12140
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
Nero Video Decoder HD,0x00200000,1,2,NeVideoHD.ax,5.05.0009.0009
Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.11.0288.0000
Nero QuickTime(tm) Video Decoder,0x00400000,1,1,NeQTDec.ax,5.05.0009.0009
DirectVobSub,0x00200000,2,1,vsfilter.dll,1.06.0002.4742
RealAudio Decoder,0x00400000,1,1,RealMediaSplitter.ax,
DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,1.06.0002.4742
OMG TRANSFORM,0x00600000,1,1,omgtrans.ax,4.07.0000.12140
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
Nero Stream Buffer Source,0x00200000,0,0,NeSBE.ax,5.05.0009.0009
OmgMP4Decoder2,0x00600000,1,1,OmgMP4Decoder2.ax,4.07.0000.12140
Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
Nero Audio CD Filter,0x00200000,0,1,NeAudCD.ax,5.05.0009.0009
SonyMSAConverter,0x00200000,1,0,SonyMSAConverter3.ax,4.07.0000.12140
Nero MP3 Encoder,0x00200000,1,1,NeMp3Encoder.ax,5.05.0009.0009
Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.11.0288.0000
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
Nero Audible Decoder,0x00200000,1,1,NeAudible.ax,5.05.0009.0009
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
DC-Bass Source,0x00400000,0,1,DCBassSource.ax,1.03.0000.0000
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
Audio Grabber,0x00200000,1,0,audiograbber.ax,
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.02.4450.0000
LAV Splitter Source,0x00400001,0,1,LAVSplitter.ax,0.50.0005.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
VP7 Decompressor,0x00800000,1,1,vp7dec.ax,7.00.0010.0000
madFlac Source,0x00600000,0,1,madFlac.ax,1.10.0000.0000
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
Nero VMR Modules Filter,0x00200000,1,0,NeroVMRModules.dll,5.05.0009.0009
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
Photodex NULL filter,0x00200000,1,0,nullfilter.ax,
NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Nero InteractiveGraphics Decoder,0x00600000,1,1,NeBDGraphic.ax,5.05.0009.0009
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Nero Photo Source,0x00200000,0,1,NePhotoSource.ax,5.05.0009.0009
Nero Thumbnail Decoder,0x00600000,1,1,NeBDThumbnail.ax,5.05.0009.0009
ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.02.4450.0000
madVR,0x00200000,1,0,madVR.ax,0.82.0005.0000
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
Nero Ogg Splitter,0x00400000,1,1,NeOggSplitter.ax,5.05.0009.0009
Nero MP4 Splitter,0x00600000,1,1,NeMP4Splitter.ax,5.05.0009.0009
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
LAV Audio Decoder,0x00800003,1,1,LAVAudio.ax,0.50.0005.0000
LAV Video Decoder,0x00800003,1,1,LAVVideo.ax,0.50.0005.0000
Haali Video Sink,0x00200000,1,0,splitter.ax,1.11.0288.0000
Nero Sound Processor,0x00200000,1,1,NeSoundProc.ax,5.05.0009.0009
Video Grabber,0x00200000,1,0,videograbber.ax,
AC3File,0x00600000,0,1,ac3file.ax,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Nero Video Decoder,0x00600000,2,1,NeVideo.ax,5.05.0009.0009
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
SAL Input Converter,0x00200000,0,1,saliconv.ax,4.07.0000.12140
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
Nero DV Splitter,0x00200000,1,2,NeDVSplitter.ax,5.05.0009.0009
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

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.7601.17514
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.02.4450.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
ffdshow Video Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
Xvid MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Xvid MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514

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
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
AC-3 ACM Codec,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713

Audio Capture Sources:
Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713

WDM Streaming Capture Devices:
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

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

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

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

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

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (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

14
I am still getting error when active other window :(
15
Am I do right ?

begin
  Win32API.new('NoDeactivate.dll', 'BeginMonitor', '', '').call
  # Prepare for transition
  Graphics.freeze
  # Make scene object (title screen)
  $scene = Scene_Title.new
  # Call main method as long as $scene is effective
  while $scene != nil
    $scene.main
  end
  # Fade out
  Graphics.transition(20)
rescue Errno::ENOENT
  # Supplement Errno::ENOENT exception
  # If unable to open file, display message and end
  filename = $!.message.sub("No such file or directory - ", "")
  print("Unable to find file #{filename}.")
  Win32API.new('NoDeactivate.dll', 'EndMonitor', '', '').call
end


when I active other window, window explorer crash and reset.
16
Script Troubleshooting / Re: about edit a save data
July 10, 2014, 12:49:05 pm
@LiTTleDRAgo : yes, like ForeverZer0 said, it's save the whole game, but thank you for spending time to help me.
@ForeverZer0 : yay, It's work fine ^^ , thank you
@KK20 : thank you ,too, for trying help me solve my problem.
thanks to all you :D, yay, thanks xD
17
Script Troubleshooting / Re: about edit a save data
July 10, 2014, 11:23:12 am
Hmm, seem like you misunderstand my idea, when playing game, player active many switches and not use save game, so that the change of those switches will be lost when shut down game, but I still want to save change of one of those switches to save_data. But the code you show me will save that special switch ON when player use save game, this is not what I want.
18
Script Troubleshooting / Re: about edit a save data
July 10, 2014, 10:10:23 am
'__'- , then, would you mind give me more details ?, I'm noob about scripting  :facepalm:
19
When travel this forum, I saw a topic that is discussing about something of this topic :
http://www.hbgames.org/forums/viewtopic.php?t=71126
I follow the link and like the demo so much :x , but demo's link died, if anyone have downloaded this demo, would you mind sharing it, please  :)
20
RPG Maker Scripts / Re: DLL in Separate Process?
July 10, 2014, 06:34:05 am
Sorry, but anyone have a mirror link of "always on top" demo ?, multiupload server died, I used google to search this demo on other forums but can't find anything.


This has nothing to do with the topic, and should not have been posted here.
Please make a new topic or ask in a pertinent thread in the future.

- ForeverZer0