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.


Topics - Ghostfur

Pages: [1]
1
Themes / InsaneTheme - Coming Soon!
« on: February 10, 2017, 10:10:50 AM »
Hi All ! i'am trying to make themes for all systems based on the unified theme
i'am not a pro at scripting or photoshop but i just give it a try! it works for PC + Raspberry

Demo Video! 11-2-17
https://www.youtube.com/watch?v=aD-Y8GkI2d4

I hope i  finish all systems end this week than i will release it for the people who want it  :) i



2
Themes / Load background based up emulator
« on: February 08, 2017, 03:43:58 PM »
Is it possible to show different backgrounds in the display menu? at each system
i trying to make this work but didnt find anything yet the only script i found is

// Load background based up emulator
local b_art = fe.add_image("backgrounds/Display Menu.png", 0, 0, flw, flh );
b_art.alpha=255;

But it doesnt seem to work maby someone can help me out :)

3
General / Clean up romsets? Titles
« on: February 02, 2017, 03:58:33 AM »
Ok so i've got romsets for most systems  ::), most variations of games such as v1.2 v1.3 (PAL) (NTSC) (DE) (EU) etc
Is there any other way of automating it? are there any tools? So i can get the orginal names its alot cleaner for title showing
on attract mode :) it looks so unsorted at this moment  :-[ with a lot of games

Greets Michel

4
General / Display Menu Alphabet Sort
« on: January 29, 2017, 04:12:11 AM »
All of my added emulators are not alphabetically set in attract mode everything is so mixed up how can I fix this
has this something to do with filters or how does this work  :o maby someone can learn me the trick :)

Greets
Michel

5
General / Xin-Mo Xin-Mo Dual Gamepad Problems
« on: January 02, 2017, 02:55:26 AM »
Hi Everybody Happy New Year!  ::)

Long Story:
I'm having problems setting up my gamepads (Xin-Mo Xin-Mo Dual)
when i set gamepad 1 everything works well and i can leave games with select start....
but after i set gamepad 2 in retropie the menu part everything works fine! till i start a game
when i start a game the controller settings changes and i cannot leave game anymore
so i restart the raspberry after restart only gamepad 2 seen to work and gamepad 1 is losing the button configurations
does someone also encounted this problem and is there a tutorial how i can fix this problem! i building a bartop arcade
and iam stuck :( at these configurations

Short Story:
Gamepad 1 Working perfectly but when setting up gamepad 2
after a restart or when i start a game gamepad 1 not working anymore so i cannot leave any games
it keep doing this i already reinstalled Retropie + Attract Mode But doesnt fix my problem!

Player Buttons:
9 buttons 1 joystick
8 buttons 1 joystick

i added usbhid.quirks=0x16c0:0x05e1:0x040 to the cmdline so thats already done !

inside /opt/retropie/configs/all/retroarch-joypads

Xin-MoXin-MoDualArcade

input_device = "Xin-Mo Xin-Mo Dual Arcade"
input_driver = "udev"
input_l_btn = "5"
input_load_state_btn = "5"
input_start_btn = "7"
input_exit_emulator_btn = "7"
input_up_axis = "-1"
input_a_btn = "3"
input_b_btn = "1"
input_reset_btn = "1"
input_down_axis = "+1"
input_r_btn = "4"
input_save_state_btn = "4"
input_right_axis = "+0"
input_state_slot_increase_axis = "+0"
input_x_btn = "0"
input_menu_toggle_btn = "0"
input_select_btn = "6"
input_enable_hotkey_btn = "6"
input_y_btn = "2"
input_left_axis = "-0"
input_state_slot_decrease_axis = "-0"

Xin-MoXin-MoDualArcade.cfg

input_device = "Xin-Mo Xin-Mo Dual Arcade"
input_driver = "udev"
input_l_btn = "2"
input_load_state_btn = "2"
input_start_btn = "10"
input_exit_emulator_btn = "10"
input_up_axis = "-1"
input_a_btn = "3"
input_b_btn = "0"
input_reset_btn = "0"
input_down_axis = "+1"
input_r_btn = "1"
input_save_state_btn = "1"
input_right_axis = "+0"
input_state_slot_increase_axis = "+0"
input_x_btn = "9"
input_menu_toggle_btn = "9"
input_select_btn = "11"
input_enable_hotkey_btn = "11"
input_y_btn = "8"
input_left_axis = "-0"
input_state_slot_decrease_axis = "-0"

Sorry For My Bad English Hope you Guys/Girls Understand :)

Greetings Michel !



Pages: [1]