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 - cassette

Pages: 1 ... 5 6 [7] 8 9 ... 12
91
Help / Re: Change background per collection
« on: June 23, 2017, 12:29:17 AM »
Thanks for the quick help guys. I'm not getting it right though... is the code I posted above alright? It works fine with a background.png on the main menu, but not when entering the collection. Just to be clear, all I did is I duplicated that part of the code and changed mode="layout" with mode="system". I tried changing the layer upwards, removing the animation, but it just won't show up >:(!!!

92
Help / Change background per collection
« on: June 22, 2017, 10:30:34 PM »
For example, a red background when entering the NES collection, and blue one when entering the Genesis collection. Seems rather easy but the wiki is down for me so I'm lost.

I'm using

Code: [Select]
  <reloadableImage type="background" mode="layout" x="0" y="0" alpha="1" width="stretch" layer="16">
        <onMenuEnter menuIndex="1">
          <set duration=".01">
           <animate type="alpha" to="1" algorithm="easeinquadratic"/>
          </set>
        </onMenuEnter>

        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
    </reloadableImage>

for the main menu, but I'm not sure how to call it for the collection menus.

93
Feature Requests / Suggestions / Cut text with "..."
« on: June 22, 2017, 06:15:58 PM »
As I've ditched logos I've realized if the text doesn't fit on the given width, it will just get cut out, so instead of "Metal Gear So..." you get "Metal Gear So", which looks bad. I see no reason why anyone would want it to just cut out like that, so I'm thinking the default behaviour should be to append an ellipsis.

94
Help / Re: Draw a square around text
« on: June 19, 2017, 03:33:05 PM »
I thought of that too, but it looks the same if I only have it defined as 42, and then set it to on all instances, too.

edit: actually, I think you were right! It renders correctly now. I just had a misguided understanding on how the loadFontSize parameter worked - I thought you had to load all sizes on that first line at the beginning, rather than setting it up every time you load a font.

95
Help / Re: Draw a square around text
« on: June 18, 2017, 11:24:15 PM »
Well, I tried backgroundColor="dadada" but I didn't get anything, and I looked at Flatio (which I think is what you were referring to), but it uses images for this stuff.

But most importantly - what's up with the font rendering?



My layout.xml is

Code: [Select]
<!----------------------------------------------------------------------------------------------------------------------------------->
  <!-- Settings -->
<!----------------------------------------------------------------------------------------------------------------------------------->

<layout width="1920" height="1080" font="fonts/Helvetica-Bold.ttf" loadFontSize="42" loadFontSize="60" loadFontSize="72" fontColor="282828">

<!----------------------------------------------------------------------------------------------------------------------------------->
  <!-- Sounds -->
<!----------------------------------------------------------------------------------------------------------------------------------->

  <sound type="highlight" src="sounds/highlight.wav" />
  <sound type="select" src="sounds/select.wav" />

<!----------------------------------------------------------------------------------------------------------------------------------->
  <!-- Main Menu -->
<!----------------------------------------------------------------------------------------------------------------------------------->

  <reloadableImage type="background" mode="layout" x="0" y="0" width="stretch" layer="0">
        <onMenuEnter menuIndex="0">
            <set duration=".01">
                <animate type="alpha" to="1" algorithm="easeinquadratic"/>
            </set>
        </onMenuEnter>

        <onMenuExit menuIndex="0">
            <set duration=".01">
                <animate type="alpha" to="1" algorithm="easeinquadratic"/>
            </set>
        </onMenuExit>
    </reloadableImage>

   <menu type="custom" imageType="" orientation="vertical" width="1500" height="100" scrollTime=".24" scrollAcceleration=".04">
      <itemDefaults spacing="2" y="center" x="center" yOrigin="center" xOrigin="center" fontSize="60" width="1500" maxHeight="120" alpha="0.7" layer="16"/>
      <item  yOffset="-664" alpha="0" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1430" to="830" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="830" to="1430" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="-568">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1370" to="770" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="770" to="1370" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="-464">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1310" to="710" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="710" to="1310" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="-354">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1265" to="665" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="665" to="1265" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="-238">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1230" to="630" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="630" to="1230" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="-120">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1210" to="610" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="610" to="1210" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item backgroundColor="dedede" fontSize="72" fontColor="eaeaea" layer="17" width="1500" maxHeight="200" alpha="1" selected="true">
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1300" to="600" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="600" to="1300" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="120" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1210" to="610" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="610" to="1210" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="238" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1230" to="630" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="630" to="1230" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="354" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1265" to="665" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="665" to="1265" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="464" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1310" to="710" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="710" to="1310" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="568" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1370" to="770" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="770" to="1370" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
      <item  yOffset="664" alpha="0" >
        <onMenuEnter menuIndex="0">
          <set duration=".25">
            <animate type="xOffset" from="1430" to="830" algorithm="easeincircular"/>
          </set>
        </onMenuEnter>
        <onMenuExit menuIndex="0">
           <set duration=".25">
             <animate type="xOffset" from="830" to="1430" algorithm="easeincircular"/>
           </set>
        </onMenuExit>
      </item>
   </menu>

<!----------------------------------------------------------------------------------------------------------------------------------->
  <!-- Sub Menu -->
<!----------------------------------------------------------------------------------------------------------------------------------->

   <menu type="custom" imageType="" orientation="vertical" width="1500" height="100" scrollTime=".24" scrollAcceleration=".04">
    <itemDefaults font="fonts/Helvetica-Bold.ttf" spacing="2" y="center" x="center" yOrigin="center" xOrigin="center" fontSize="42" width="1500" maxHeight="120" layer="16" alpha="1"/>
      <item xOffset="0" angle="0" yOffset="-664" alpha="0" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="-568">
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="-464">
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="-354">
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="-238">
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="-120">
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" yOffset="0" layer="17" width="1500" maxHeight="200" alpha="1" selected="true" fontSize="72" fontColor="000000">
      <onMenuExit menuIndex="1">
        <set duration=".01">
          <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
     </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="120" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="238" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="354" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="464" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="568" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

      <item xOffset="0" angle="0" yOffset="664" alpha="0" >
        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
      </item>

   </menu>

    <image src="images/video_overlay.png" x="0" y="0" width="stretch" alpha="0" layer="13">
        <onMenuEnter menuIndex="1">
          <set duration=".01">
           <animate type="alpha" to="1" algorithm="easeinquadratic"/>
          </set>
        </onMenuEnter>

        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
    </image>

    <image src="images/dark_overlay.png" x="0" y="0" width="stretch" alpha="0" layer="13">
        <onMenuEnter menuIndex="1">
          <set duration=".01">
           <animate type="alpha" to="0.3" algorithm="easeinquadratic"/>
          </set>
        </onMenuEnter>

        <onMenuExit menuIndex="1">
          <set duration=".01">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
          </set>
        </onMenuExit>
    </image>

    <image src="images/items.png" x="center" y="center" yOrigin="center" xOrigin="center" height="150" width="stretch" alpha="0" layer="13">
      <onMenuEnter menuIndex="1">
        <set duration=".01">
          <animate type="alpha" to="1" algorithm="easeinquadratic"/>       
        </set>
      </onMenuEnter>

      <onMenuExit menuIndex="1">
        <set duration=".01">
          <animate type="alpha" to="0" algorithm="easeinquadratic"/>
        </set>
      </onMenuExit>
    </image>

    <image src="images/items.png" x="center" y="center" yOrigin="center" xOrigin="center" height="150" width="stretch" alpha="0" layer="17">
      <onMenuEnter menuIndex="1">
        <set duration="0.1">
          <animate type="alpha" to="1" algorithm="easeinquadratic"/>       
        </set>
      </onMenuEnter>

      <onMenuExit menuIndex="1">
        <set duration=".01">
          <animate type="alpha" to="0" algorithm="easeinquadratic"/>
        </set>
      </onMenuExit>
    </image>

  <reloadableVideo imageType="screenshot" alpha="1" x="0" y="center" yOrigin="center" Width="stretch" layer="7">
    <onEnter>
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
        <animate type="x" to="0"/>
        <animate type="y" to="center" />
        <animate type="Width" to="stretch"/>
      </set>
    </onEnter>
    <onMenuEnter menuIndex="0">
      <set duration=".01">
        <animate type="x" to="0"/>
        <animate type="y" to="0" />
        <animate type="y" to="center" />
        <animate type="Width" to="stretch"/>
      </set>
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onMenuEnter>
    <onHighlightEnter menuIndex="0">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onHighlightEnter>
    <onMenuExit menuIndex="0">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
    </onMenuExit>
    <onExit>
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
    </onExit>

    <onMenuEnter menuIndex="1">
      <set duration=".01">
        <animate type="x" to="0"/>
        <animate type="y" to="center" />
        <animate type="Width" to="stretch"/>
      </set>
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onMenuEnter>
    <onHighlightEnter menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onHighlightEnter>
    <onMenuExit menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="x" to="0"/>
        <animate type="y" to="center" />
        <animate type="Width" to="stretch"/>
      </set>
    </onMenuExit>
  </reloadableVideo>

<!----------------------------------------------------------------------------------------------------------------------------------->
  <!-- Other -->
<!----------------------------------------------------------------------------------------------------------------------------------->

  <reloadableImage type="playlist" mode="commonlayout" alpha="1" x="1850" y="430" xOrigin="center" yOrigin="top" maxHeight="96" layer="19">
        <onEnter>
            <set duration=".8">
                <animate type="nop"/>
            </set>
        </onEnter>
 
       <onExit>
            <set duration=".01">
                <animate type="alpha" to="0" algorithm="easeinquadratic"/>
            </set>
        </onExit>
 
      <onMenuEnter menuIndex="0">
            <set duration=".8">
                <animate type="y" to="430" algorithm="easeinquadratic"/>
            </set>
        </onMenuEnter>

        <onMenuEnter menuIndex="1">
            <set duration=".01">
                <animate type="y" from="-50" to="0" algorithm="easeinquadratic"/>
            </set>
        </onMenuEnter>
 
      <onMenuExit>
            <set duration=".01">
                <animate type="alpha" to="0" algorithm="easeinquadratic"/>
            </set>
        </onMenuExit>
     
        <onIdle>
            <set duration="1">
                <animate type="alpha" to="1" algorithm="easeinquadratic"/>
            </set>
            <set duration="1">
                <animate type="alpha" to="1" algorithm="easeinquadratic"/>
            </set>
        </onIdle>
 </reloadableImage>

</layout>

You can see some artifacts, it renders the font with a border, and just how compressed it looks compared to the picture I posted above (which is how it renders on Photoshop). I switched the font around from .otf to .ttf but it doesn't fix the problems mentioned... am I doing something wrong or is this how it works currently?

96
General Discussion & Help / Re: nulldc
« on: June 18, 2017, 11:02:26 PM »
Everything working fine now, thanks again.

97
Thank guys, I'll have a look into this!

98
General Discussion & Help / Re: nulldc
« on: June 18, 2017, 01:38:24 PM »
Yes!! Thanks!

Minor annoyance - do you know if it's possible to always have the bar at the top hidden? It only hides if I move the mouse for me, which is not ideal with a controller.

99
Is there any program you guys would recommend for this? I have quite a lot of games that show no metadata associated with them because the name of the mismatches (Chrono Trigger.zip =/= Chrono Trigger (USA).avi)

100
Help / Re: Draw a square around text
« on: June 15, 2017, 10:28:10 AM »
Cool, thanks for checking. Hopefully the existing code it's functional to some degree, as it'd be cleaner to have it like this instead of as images (easier to change color, size, and so on). I requested something like this one time (to attach an element to the border of another element), but that time I oriented it towards images in general, for example to have a border around the boxart so that it would adapt to boxart with different aspect ratios. So it'd improve that too :p

101
General Discussion & Help / Re: Problem to start the games
« on: June 15, 2017, 10:22:32 AM »
What do you have on the launcher for the emulators? If, for example, you're using RetroArch for NES with Nestopia, it should look something like:

Code: [Select]
executable = C:\Program Files\RetroArch\retroarch.exe
arguments = "%ITEM_FILEPATH%" -L "cores\nestopia_libretro.dll"

102
Help / Draw a square around text
« on: June 15, 2017, 07:38:59 AM »
Any way to do this without creating each image as a logo?



Sorry if I'm opening multiple threads, but I think it's better this way for archival purposes.

103
Help / Re: Default element to video > screenshot > front artwork
« on: June 15, 2017, 07:34:37 AM »
Alright, no problem, was just playing around with that, but think I've settled on only having video > screenshot regardless.

104
General Discussion & Help / Re: nulldc
« on: June 15, 2017, 05:29:08 AM »
"01" is indeed a problem, and so is placing "1" on it. I had got to put "0" for it not to throw in an error when File > Normal Boot. I still can't get it to load the game, though...

I feel like we're this close to get it working. These are lines I found from people who use other programs:

GameEx:

Code: [Select]
emu_24_command=nullDC_Win32_Release-NoTrace.exe -config ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]"
EmulationStation

Code: [Select]
-config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="%ROM_RAW%" nullDC_GUI:Fullscreen=1

105
General Discussion & Help / Re: nulldc
« on: June 14, 2017, 04:07:47 AM »
Doesn't work on my end for some reason... the console of nulldc doesn't say it's attempting to load a file, even, just loading the plugins.

Code: [Select]
executable = C:\Program Files (x86)\nulldc\nulldc.exe
arguments = -config ImageReader:DefaultImage="%ITEM_NAME%"

Code: [Select]
;; nullDC config file;;
[nullDC]
Dynarec.Enabled=1
Dynarec.DoConstantPropagation=1
Dynarec.SafeMode=1
Dynarec.UnderclockFpu=0
Dreamcast.Cable=3
Dreamcast.RTC=2067391781
Dreamcast.Region=3
Dreamcast.Broadcast=4
Emulator.AutoStart=0
Emulator.NoConsole=0

[nullDC_plugins]
GUI=nullDC_GUI_Win32.dll
Current_PVR=drkPvr_Win32.dll
Current_GDR=ImgReader_Win32.dll
Current_AICA=nullAICA_Win32.dll
Current_ARM=vbaARM_Win32.dll
Current_ExtDevice=nullExtDev_Win32.dll
Current_maple0_5=PuruPuru_Win32.dll:0
Current_maple0_0=XMaple_Win32.dll:3
Current_maple0_1=NULL
Current_maple1_5=drkMapleDevices_Win32.dll:0
Current_maple2_5=NULL
Current_maple3_5=NULL
Current_maple0_2=NULL
Current_maple0_3=NULL
Current_maple0_4=NULL
Current_maple1_0=NULL
Current_maple1_1=NULL
Current_maple1_2=NULL
Current_maple1_3=NULL
Current_maple1_4=NULL
Current_maple2_0=NULL
Current_maple2_1=NULL
Current_maple2_2=NULL
Current_maple2_3=NULL
Current_maple2_4=NULL
Current_maple3_0=NULL
Current_maple3_1=NULL
Current_maple3_2=NULL
Current_maple3_3=NULL
Current_maple3_4=NULL

[nullDC_GUI]
AutoHideMenu=1
Fullscreen=1
AlwaysOnTop=0

[drkpvr]
Emulation.AlphaSortMode=1
Emulation.PaletteMode=1
Emulation.ModVolMode=0
Emulation.ZBufferMode=0
Emulation.TexCacheMode=0
OSD.ShowFPS=0
OSD.ShowStats=0
Video.ResolutionMode=0
Video.VSync=0
Enhancements.MultiSampleCount=0
Enhancements.MultiSampleQuality=0
Enhancements.AspectRatioMode=1

[ImageReader]
LoadDefaultImage=01
DefaultImage=M:\Media\Interactive\Platform\Dreamcast\Bangai-O\Bangai-O.cdi
LastImage=M:\Media\Interactive\Platform\Dreamcast\Marvel VS Capcom 2\Marvel VS Capcom 2.cdi
PatchRegion=0

[nullAica]
BufferSize=2048
LimitFPS=1
HW_mixing=0
SoundRenderer=1
GlobalFocus=1
BufferCount=1
CDDAMute=0
GlobalMute=0
DSPEnabled=0
Volume=90

[nullExtDev]
mode=0
adapter=0

[ndc_hookjoy]
PortA_CONT_C=67
PortA_CONT_B=90
PortA_CONT_A=88
PortA_CONT_START=13
PortA_CONT_DPAD_UP=38
PortA_CONT_DPAD_DOWN=40
PortA_CONT_DPAD_LEFT=37
PortA_CONT_DPAD_RIGHT=39
PortA_CONT_Z=68
PortA_CONT_Y=65
PortA_CONT_X=83
PortA_CONT_DPAD2_UP=0
PortA_CONT_DPAD2_DOWN=0
PortA_CONT_DPAD2_LEFT=0
PortA_CONT_DPAD2_RIGHT=0
PortA_CONT_ANALOG_UP=38
PortA_CONT_ANALOG_DOWN=40
PortA_CONT_ANALOG_LEFT=37
PortA_CONT_ANALOG_RIGHT=39
PortA_CONT_LSLIDER=81
PortA_CONT_RSLIDER=87
PortB_CONT_C=71
PortB_CONT_B=82
PortB_CONT_A=70
PortB_CONT_START=80
PortB_CONT_DPAD_UP=89
PortB_CONT_DPAD_DOWN=89
PortB_CONT_DPAD_LEFT=89
PortB_CONT_DPAD_RIGHT=89
PortB_CONT_Z=84
PortB_CONT_Y=89
PortB_CONT_X=72
PortB_CONT_DPAD2_UP=27
PortB_CONT_DPAD2_DOWN=27
PortB_CONT_DPAD2_LEFT=27
PortB_CONT_DPAD2_RIGHT=27
PortB_CONT_ANALOG_UP=219
PortB_CONT_ANALOG_DOWN=222
PortB_CONT_ANALOG_LEFT=186
PortB_CONT_ANALOG_RIGHT=220
PortB_CONT_LSLIDER=189
PortB_CONT_RSLIDER=187
PortC_CONT_C=66
PortC_CONT_B=88
PortC_CONT_A=86
PortC_CONT_START=16
PortC_CONT_DPAD_UP=38
PortC_CONT_DPAD_DOWN=40
PortC_CONT_DPAD_LEFT=37
PortC_CONT_DPAD_RIGHT=39
PortC_CONT_Z=77
PortC_CONT_Y=90
PortC_CONT_X=67
PortC_CONT_DPAD2_UP=0
PortC_CONT_DPAD2_DOWN=0
PortC_CONT_DPAD2_LEFT=0
PortC_CONT_DPAD2_RIGHT=0
PortC_CONT_ANALOG_UP=73
PortC_CONT_ANALOG_DOWN=75
PortC_CONT_ANALOG_LEFT=74
PortC_CONT_ANALOG_RIGHT=76
PortC_CONT_LSLIDER=65
PortC_CONT_RSLIDER=83
PortD_CONT_C=66
PortD_CONT_B=88
PortD_CONT_A=86
PortD_CONT_START=16
PortD_CONT_DPAD_UP=38
PortD_CONT_DPAD_DOWN=40
PortD_CONT_DPAD_LEFT=37
PortD_CONT_DPAD_RIGHT=39
PortD_CONT_Z=77
PortD_CONT_Y=90
PortD_CONT_X=67
PortD_CONT_DPAD2_UP=0
PortD_CONT_DPAD2_DOWN=0
PortD_CONT_DPAD2_LEFT=0
PortD_CONT_DPAD2_RIGHT=0
PortD_CONT_ANALOG_UP=73
PortD_CONT_ANALOG_DOWN=75
PortD_CONT_ANALOG_LEFT=74
PortD_CONT_ANALOG_RIGHT=76
PortD_CONT_LSLIDER=65
PortD_CONT_RSLIDER=83
local_port=0
server_addr=192.168.1.33
server_port=11122

[drkMaple]
VMU.Show=1
Mouse.Sensitivity=100
ShowVMU=1

[PuruPuru_Pad_1]
l_shoulder=LB
r_shoulder=RB
a_button=A.
b_button=B.
x_button=X.
y_button=Y.
start_button=START
dpad_up=UP
dpad_down=DOWN
dpad_left=LEFT
dpad_right=RIGHT
main_x_left=LX-
main_x_right=LX+
main_y_up=LY+
main_y_down=LY-
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=1
joy_id=0
controllertype=1

[PuruPuru_Pad_2]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0

[PuruPuru_Pad_3]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0

[PuruPuru_Pad_4]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0

[Xmaple]
Controller.DeadZone=25
PuruPuru.UseRealFrequency=1
PuruPuru.Length=175
PuruPuru.Intensity=100

I've read it as Johan too lol

Pages: 1 ... 5 6 [7] 8 9 ... 12