Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Is it possible to add shaders to gba? #31020
    reaver63
    Participant

    Nobody? i can pay for this (for real)

    in reply to: Failed to save state (roms on USB) #28779
    reaver63
    Participant

    Okay, i fixed it with the sudo chmod 777 * to set the permissions ! Solved! ^^

    reaver63
    Participant

    After a lot of rage, and searching on the internet, i’m pretty close!
    All the controls were buggy (for example the button B was moving left & down my character)

    So here is the script, if somebody got the same problem one day

    But i got a really last small problem
    On all my games, some controls are reversed

    For example: the B button is for shoot in megaman X, in a normal case, it would be the X button, same for the dash, i’m dashing with X, in a normal case, it’s B

    Does somebody can help me to change theses controls or give me a link with a mapping plan for the controller?

    input_player1_joypad_index = "0"
    input_player1_a_btn = "0"
    input_player1_b_btn = "1"
    input_player1_x_btn = "2"
    input_player1_y_btn = "3"
    input_player1_l_btn = "4"
    input_player1_r_btn = "5"
    input_player1_l2_btn = "6"
    input_player1_r2_btn = "7"
    input_player1_l3_btn = "11"
    input_player1_r3_btn = "12"
    input_player1_start_btn = "9"
    input_player1_select_btn = "8"
    input_player1_left_btn = "h0left"
    input_player1_up_btn = "h0up"
    input_player1_right_btn = "h0right"
    input_player1_down_btn = "h0down"
    input_player1_l_x_plus_axis = "+0"
    input_player1_l_y_plus_axis = "+1"
    input_player1_l_x_minus_axis = "-0"
    input_player1_l_y_minus_axis = "-1"
    input_player1_r_x_plus_axis = "+2"
    input_player1_r_y_plus_axis = "+3"
    input_player1_r_x_minus_axis = "-2"
    input_player1_r_y_minus_axis = "-3"
    
    input_enable_hotkey_btn = "11"
    input_exit_emulator = "3"
    
    input_enable_hotkey_btn = "11"
    input_save_state = "0"
    
    input_enable_hotkey_btn = "11"
    input_load_state = "2"

    By the way, thank you really much for the help.

    reaver63
    Participant

    Its working but… i don’t understand wtf is happening, it seem controls are assigned by more than 1 button, for example, megaman is jumping and shooting, running and start etc…

    i don’t understand AT ALL the prompt, it says “B button (Down)” O_o i only got 1 B button,

    does somebody can give me his retroarch.cfg for the controls? that’s a really big mess to configure that thing… U_U

    reaver63
    Participant

    i’m running (for the third time) a source install, but i saw another problem like mine on this forum, i’m gonna try it, and if it doesn’t work, i’m gonna try yours.
    But could you explain “why” this is not working?
    is it “normal” to don’t have the folders in winscp?

Viewing 5 posts - 1 through 5 (of 5 total)