Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

doom_Oo7

GameEx Founding Member
  • Posts

    9
  • Joined

  • Last visited

doom_Oo7's Achievements

Member

Member (1/5)

0

Reputation

  1. Hey guys! What about putting just every site you know about arcade (and even other consoles) artwork? For instance : http://gamesdbase.com/ Arcade Art Library Vectorlib ... I'll try to add the ones you put =) Maybe torrents might be interesting! Thanks all!
  2. Alright it's a matter of minutes =) the only thing that pisses me off is that Xpadder has a defined order for gamepads, which can't be dynamically changed xD so this order has to be taken in account >.<
  3. Shit guy 'been learning python all the afternoon in conjonction with eventghost, it's quite powerful =p In fact I'll be able to do something very dynamic : I will be able to add / remove gamepads during the game, replace gamepads with other if ppl want other gamepads... great! thanks everyone!
  4. vsilvalopes : I'm trying to conf Eventghost to make it do what i want (and I'm pretty sure it's possible) but when i drag the System.DeviceAttached events generated by the plugging of one of my gamepads, they seem to loose their unique identifier. i.e when for instance I connect gamepad A, it generates a System.DeviceAttached event with the usb identifier of gamepad A. so i drag the event to my macro. When i plug it out and in again it activates the macro : it's okay. But when I plug gamepad B (or a mouse, or a webcam, or anything here) it activates the macro too! halp! =p EDIT : found the problem, I had to right-click and make copy instead of drag-and-drop...! EDIT 2 : in fact it doesn't work anymore with this method : the macro doesn't trigger at all. Also, when studying the code given (for instance : System.DeviceAttached [u'\\\\?\\USB#VID_044F&PID_B315#5&8b6c0fc&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}'] I came to the conclusion that there's absolutely no way using this code to differentiates two gamepads of the same kind (e.g. two XBOX controllers) => VID_044F&PID_B315 are the Vendor ID and Device ID (brand and gamepad, for instance microsoft & XBOX controller) 5&8b6c0fc&0&1 is the USB port {a5dcbf10-6530-11d2-901f-00c04fb951ed} is another identifier for the device. So what would be needed is to : -> start a counter -> wait for device to be plugged in -> when a device is plugged, grab its PID, increment $counter, and in the commandline add "profiles/$PID/$counter.xpadderprofile". It would be far easier to store with an array or a list, might be doable in python... Also, need to add support for the emulator... In fact, I think there will be a single program that gameex will launch and it will give the emulator name in argument, and the script will do the rest... "And then, the feature appeared in Gameex 11.62"
  5. "The second step is calling that config when the game is launched (you could call it when the gamepad is plugged in, but that could be problematic in GameEx). I'd make a batch file to load whatever configs you need loaded to play a certain emulator. Then, put that batch file in the launch before of your emulator." Hehe, the problem is that the config won't be the same according to the gamepads I plug in... And if I plug two gamepads it must load a different config for each, same if I plug three gamepads... Hard times ^^ A perfect thing would be : -Event manager detects the different gamepads, and assign them a number between 1 and n, n being the number of gamepads (starts to look like math course here \o/). It writes in a file something like : (with numbers being the order the gamepads were plugged and A,B,C being the gamepad "types" (for real) (e.g. xbox pad, PS2 pad, saitek pad, logitech pad..) 1 A 2 B 3 A 4 C 5 B then in a batch file or little C program, I launch : Xpadder "profiles/A/1.xpadderprofile" "profiles/B/2.xpadderprofile" "profiles/A/3.xpadderprofile" "profiles/C/4.xpadderprofile" "profiles/B/5.xpadderprofile" %1% Where %1% would be the commandline passed by gameex, for instance "snes9x.exe [rompath]/[romfile]" Still, this way assumes that Xpadder has the same order than eventghost for the gamepads, else it ruins everything xD
  6. Hmm alright to begin I made profiles for three of my gamepads, in the SNES optic (5 players max, so 5 profiles max). Making 15 different profiles was VERY boring -__- At last in those 3 different gamepads it makes me a total of 5 gamepad because I own some twice. In fact, I don't think I will be able to go to more than 5-6 players because I already do use every single key of my keyboard, except things like del, ver. num, caps lock, esc, enter, space, alt gr... Also I had to be careful when mapping because Xpadder bugs with azerty keyboards ='( so remapped everything three times xD Still, I finally tried some games and it worked fine. So for now one great thing would be to use eventghost to make xpadder load profiles in a correct order...
  7. Hmm yeah but you'll have to explain me how to configure it.. read the help and it's more about the IR / remote TV control than the game controlling thing xD and I still have to make many many profiles =( Q Also, won't the "letters" disturb gameex?
  8. 'Kay guys, first thanks for the many replies, it's nice to see an helpful forum =) Just bought & installed XPadder (Think it's worth the deal for 9.99$ - roughly 7 euros) So I configured my different pads, I even had to take / modify photos which weren't in the db, gonna post'em in the afternoon. (France here ^^) Still, I don't understand what to do now (I'm at the point when for each controller I've "found" every button and every stick and so on, but didn't assign any key to anyone of them). So, for instance what must I do if : - If I connect any of my pads to my computer and for instance I launch snes9x, I would like to be able to play without having to configure it - The same if I connect 2, 3, .... , 5 pads (10 in saturn emulator =p bomberman mayhem \o/). The main solution that came across my head (but sounds quite irrealistic) is to : - Map for each controller, a profile for each emulator - Inside this emulator, 8 sets, one for every "position"; it's not very understandable here so I'll do it with an example: For instance, let's simplify by saying I've got three gamepads, two of type A (for instance xbox pad) and one of type B (for instance logitech lambda gamepad), and I use snes9x and project64. There would be 4 profiles : => type A pad - snes => type A pad - project64 => type B pad - snes => type B pad - project64 And inside every single of these profiles, there would be 3 "sets" : set 1 if pad is plugged-in as the first => (pad/keyb format Up / A Left / Z Down /E Right / R A / T B / Y X / U Y / I L / O R / P Start / ^ Select / $ set 2 if pad is plugged-in as the second => Up / Q Left / S Down / D Right / F A / G B / H X / J Y / L L / M R / % Start / µ Select / ¨ set 3 if pad is plugged-in as the third (a third row of letters) And in snes9x Joystick 1 would be conf'ed with A Z E R T Y U I O P ^ $ keys, Joystick 2 with Q S D F G H J K L M % $, and so on up to joystick 5 but then two problems : - makes a fair amount of presets to do (10 gamepads, roguly 8/9 often used emulators makes roughly 500 sets to do -_______- - how will xpadder load the correct set into the profile? -' got a 101 keys keyboard, and with so many windows restricted keys, I'm afraid I wont be able to conf' em all... So what must i do?did i mistake? please Thnks a lot everybody =)
  9. Hi =) New to the GameEx community, love this wonderful program but there is ONE THING I can't manage to do. I explain : Often, I make party with friends, sometimes we're 3, sometimes we're 5, sometimes we're up to ten, and I also got 10 joypads (of all kinds, some with analog sticks, some without, some arcade controls...). Then we often play games like Bomberman, Super Smash Bros, or other funny multiplayer games, with different systems (MAME, SNES, N64, Saturn, Playstation...). But every time it's a f***in pain to remap all the controls in every emu, especially when we shift between 10 different games or more during the night. So, is there a way for GameEx to : - Detect which pads are connected, according for instance to their USB names (ex. : P220, Thrustmaster...) - Detect what is their order (Joystick 1 is P220 n°1, Joystick 2 is XBOX Pad, Joystick 3 is P220 n°2 etc..) - Map them accordingly in the different emulators at the launch of the games (for instance "button A" in P220 is control number 7 and A in Thrustmaster is control number 4...) So that I will be able to plug and unplug them in the order I want, in the USB ports I want, and play directly the games I want without having to conf the emulators every time... Thanks a lot!
×
×
  • Create New...