Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Thanks! Your suggestions have been most useful, so keep em coming :P

I've made sure the camera was positioned correctly.. on the default zoom level :D I see now I should have updated the code after I added zoom support; the camera should definitely be more towards the center of the pitch when zoomed out :) Thanks for debugging!

Very happy to hear you like the improvements, and that the coop & vs player was enjoyable!

I have played a few more vs matches with a 2nd buddy and here's a few more items of feedback:

  1. we both wanted to have the ability to change formation and offense/defense balance mid game, but there is no option for team setup from the pause menu.
  2. the side selection screen is confusing for new players, definitely should be: 1) Select teams 2) press controller to the side of the flag you want to play
  3. on the team selection screen you cannot hold right or left to keep scrolling through the team, you have to press once to cycle each team

I'm trying to setup a 2Vs2 meet up this weekend, lets see if i can gather the people =)

hiya! thanks again for your feedback! I'm afraid I'm gonna have to disappoint you on some of them, though;

1. my idea was to have to go with a single tactical setup per game, as a deliberate constraint, so you'd have to deal with your initial choices even if they turn out wrong. (it helps that the games are only 5 minutes long anyway). also, because in PES, it always annoyed me that people kept on making tactical changes during the game, because these pauses take you out of the flow. (it's also kinda hard to build in now even if I wanted to, because of the way I coded it technically)

2. I've looked in to this issue, but the thing is; you are probably playing the cup mode, right? because in that mode, the teams are already selected, so your feedback makes sense; however, in the 'normal' mode, the team selection happens *after* the side selection, because else I have no way of knowing who is to select the teams at all yet! so the lack of flags in world cup mode is because it uses the same menu screen as the normal side selection screen. I could still add the flags/team names to the world cup version, of course, but it's kind of a low prio change because it does take more work than you may expect, for a minor issue :$ (sorry)

3. true, that's a bit of a limitation of my menu code; I think the same thing happens in other selectors. again, point taken, but low prio fix

sorry for not being helpful this time :P I still very much appreciate your feedback, but I need to push through with the steam release (they require tons of images for the library etc :/) and fixing some more game-breaking bugs. I may address some of your points in a later patch!

I've never played with more than 2 players, so I'm very curious if that works right! let me know if you manage to make it happen :)

(+1)

1: Actually, you force me to agree. I see now that it is the right option. I too have experienced the "death by pause screen" of PES Vs matches.

2 and 3: yeah they are minor issues anyway, I totally understand they can be harder to fix than it looks =)

Regarding the 4 players matches I was doing some preparation trying to test if I could have 3 controllers + 1 keyboard.

I have been using Keyboard and a xinput controller that is detected as an Xbox 360 controller. And that works fine.

But for 3rd and 4th player I only have Dinput controllers available.

With the D input controllers, the game detects them fine and after I configure all the inputs I can play the game, and control the players however the game interprets R1 trigger (the button I set to sprint) as "go to Pause menu" in the Dinput controllers. So on these controllers whenever someone sprints it goes to the pause menu.

Is there some kind of debug log or settings file I can fwd to you to help troubleshoot this?

thanks for being understanding of my reply :)

and for the 4 player debug! I think I may have hardcoded the 'start button' gamepad code; maybe I should make that configurable, too. when are you planning to have friends over? I can make a temporary version for you with the start button removed for all players except p1, for example :)

I don't have a set day. You can post when its ready and I will test it.