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

The "gooooooal" is perfect! The goal shake is way too much though =) I guess shaking the goals a few pixels backwards and quickly back to position should be enough.

Another small detail I would change would be: the "GOAL FRANCE!" text should only come up when the announcer starts screaming "goooooooooalllllllll" (Because the shout, correctly, only comes a fraction of a second after the ball enters the goal) The text should come in sync with the shout and not in the same frame the goal crosses the line like it is now.

I would also add a second "thwack" sound at the moment the ball hits the net. That way the feeling of scoring is enhanced... like : Shoot > "Thwack" > "GOOOOOOOOOOOOOALLLLLLLL" (is like a three step satisfying sequence with its own rythm)

Another bit of polish would be when you shoot and hit the post or very close to the goal, there should be a "AHHHH!" crowd sound.

thanks! i'll make the shake a little less extreme and try the thwack->goooal thing :) I don't want to put too much more time in this for now, so I'll leave it at that :P

uploaded new version with 1-2 passes, better sidestep dribbles, soundtrack, and some more fixes :)

(1 edit) (+1)

Wow, loving the improvements!

The music is awesome, scoring feels much more satisfying with the new effects and the 1-2 is great, really possible to create some fwd movement with the team mates now (and it also creates more chance for opponent counter attack) so I think its a great addition. The sidestep definitely feels better now (previously it didn't really feel worth it to execute as it was quite muted).

You decide if you want to keep going, but I cant help to keep suggesting fixes =)

I actually had a friend over to play some matches, both Vs and Co-Op. Both were really fun!

But specially in co-op we noticed a flaw with the camera. When you are near the side lines the camera is showing a lot of empty space around the pitch instead of keeping the most of the pitch possible in view. This makes it really hard to aim a pass into the box because you cant see your team mates! You could maybe:

  1. not allow the camera to go so much to the side when the ball is near the edges of the pitch
  2. also allow even more zoom out in the camera options

Here is a screenshot of what I mean: https://imgur.com/a/qez397q

(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.