Need football game comments
-
Hi friends. I have made a small football season game program. But now i need some written comments like "excellent shoot from Xavi", "hit the crossbar" ... Has anybody worked on sth like this before? Or do you have any idea to share.
Uhhh, you need WHAT?? "Written comments"?? What's that supposed to mean?? What you posted doesn't make any sense at all.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi friends. I have made a small football season game program. But now i need some written comments like "excellent shoot from Xavi", "hit the crossbar" ... Has anybody worked on sth like this before? Or do you have any idea to share.
It's a game of two halves. The boy done good. Hoof the ball down for the big man. The referee's a .... (I can't finish that one here) He dived ref.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
It's a game of two halves. The boy done good. Hoof the ball down for the big man. The referee's a .... (I can't finish that one here) He dived ref.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
Pete O'Hanlon wrote:
The referee's a ....
Merchant banker? I can't believe you missed "Sick as a parrot"! Also, "(Random career-ending racist and/or sexist slur)!"
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Pete O'Hanlon wrote:
The referee's a ....
Merchant banker? I can't believe you missed "Sick as a parrot"! Also, "(Random career-ending racist and/or sexist slur)!"
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
That's the one, and I got bored at that point. I was tempted to link Colemanballs for him.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hi friends. I have made a small football season game program. But now i need some written comments like "excellent shoot from Xavi", "hit the crossbar" ... Has anybody worked on sth like this before? Or do you have any idea to share.
"Looks like he said something about his opponent's ", but then your game needs to include headbutting as a player action.
I wasn't, now I am, then I won't be anymore.
-
Hi friends. I have made a small football season game program. But now i need some written comments like "excellent shoot from Xavi", "hit the crossbar" ... Has anybody worked on sth like this before? Or do you have any idea to share.
Try playing Championship Manager, Football Manager etc and seeing the type of messages they give you. Typically a comment is associated with an 'event' in your simulation: a shot, save, corner, tackle, pass etc (what level of event you choose to associate comments with is part of your design and depends on the speed and detail of the game). A single event can have several possible comments associated with it, for variety, and a single 'comment' can be a chain of parts (e.g. 'Suarez receives the ball from Sterling', 'he turns', 'Suarez shoots towards the far post', 'He hits the post!').
-
Pete O'Hanlon wrote:
The referee's a ....
Merchant banker? I can't believe you missed "Sick as a parrot"! Also, "(Random career-ending racist and/or sexist slur)!"
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
OK, why was this reported as a "spam or abusive message"? :confused:
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Try playing Championship Manager, Football Manager etc and seeing the type of messages they give you. Typically a comment is associated with an 'event' in your simulation: a shot, save, corner, tackle, pass etc (what level of event you choose to associate comments with is part of your design and depends on the speed and detail of the game). A single event can have several possible comments associated with it, for variety, and a single 'comment' can be a chain of parts (e.g. 'Suarez receives the ball from Sterling', 'he turns', 'Suarez shoots towards the far post', 'He hits the post!').
-
Yes i need sth like this but it seems something complicated. Do you have a simple code snippet?