Page 1 of 1

New YSoccer 14

Posted: Sat May 31, 2014 8:06 pm
by Massimo32
New features:

- tackles and headers
- new AI
- fixed player(s) control mode
- zoom and rotation
- training mode

The zoom option is only available for OpenGL graphics drivers.

Enjoy it!

The YSoccer Team

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 4:06 pm
by Forward
Love it!!!

AI need improve but the whole game is awesome :)

SWS remake

Is there a list of TODO?

I have few suggestions and i want to know if you are already implemeting them

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 4:15 pm
by Massimo32
Forward wrote:Love it!!!

AI need improve but the whole game is awesome :)
Thanks :)
Forward wrote: SWS remake

Is there a list of TODO?

I have few suggestions and i want to know if you are already implemeting them
Yes, here is the game status

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 4:19 pm
by Forward
Awesome, just a question is this a hobby game? or you will try to finish it to make it playable for everyone?

The main problem is the AI that just runs through goal and it's a little hard :oops:
And tackles are not working properly because i tackle in front of opposite team player and he don't lose the ball

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 4:52 pm
by Massimo32
Forward wrote:Awesome, just a question is this a hobby game? or you will try to finish it to make it playable for everyone?
It's a hobby game, but we'll try our best to finish it!
Forward wrote: The main problem is the AI that just runs through goal and it's a little hard :oops:
Since an AI setting isn't available, then I suggest you to play with stronger teams at first.
Forward wrote: And tackles are not working properly because i tackle in front of opposite team player and he don't lose the ball
Yes we're aware of the problem, we'll try to fix it in future versions. Lateral tackles are much more effective.

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 7:08 pm
by Forward
Few question, if you don't mind.



I see you are working now on json, will you change all database to json? the team data layout will be changed?

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 9:46 pm
by Massimo32
Forward wrote:Few question, if you don't mind.
I see you are working now on json, will you change all database to json?
Yes the idea is to use json instead of yst files for teams, and also to use it for other persistent data (e.g. competitions).
Forward wrote:the team data layout will be changed?
What do you mean by "data layout"?

Re: New YSoccer 14

Posted: Wed Jun 04, 2014 11:58 pm
by Forward
Massimo32 wrote:
Forward wrote:the team data layout will be changed?
What do you mean by "data layout"?
I mean the yst content file layout

ID: XXXXX
TEAM NAME: xXXX
01: # NAME LAST NAME HST

etc...

Re: New YSoccer 14

Posted: Thu Jun 05, 2014 12:45 am
by Massimo32
Forward wrote:
Massimo32 wrote: What do you mean by "data layout"?
I mean the yst content file layout

ID: XXXXX
TEAM NAME: xXXX
01: # NAME LAST NAME HST

etc...
Since the yst content is not json-compatible, then this layout must be changed.