advanced engine

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Neller
Forum Newbie
Posts: 18
Joined: Sun Mar 27, 2005 4:56 am

advanced engine

Post by Neller »

Hi,

Ive designed an online football manager game mainly just for me and a few friends
the site is almost finished now and everything is working but does anyone no a program that proccesses the results when you put the players stats/morale/condition/rating etc into it

1. were can i get one
2. what language are they wrote in is it possible to do something like that in php

thanks
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

"Processes the results" is a pretty generic requirement. It all depends on what format you enter the information and in what format you want to see it.

- Does this have to be web-based?
- Do you mean European football or North American Football.
- Do a Google search for programs that check football stats or something similar.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Neller
Forum Newbie
Posts: 18
Joined: Sun Mar 27, 2005 4:56 am

Post by Neller »

well the game is web based but i could proccess the matches on my computer and upload the results i have searched google for hours and cannot find anything that does this but the football games i play online use these
games like:

http://www.itsagoal.com
http://www.soccermanager.com
http://www.onlinesoccermanager.com

the last link uses this engine (MiG Advanced Soccer Simulation Engine (MASSE®)

but i cannot find were to get this ive searched google and stuff for ages
and its for european football aka soccer

it needs to proccess the results based on what ratings and stuff the teams have IE like championship manager
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

What do you mean by 'process'? That might be why you're not coming up with any results - that's too broad of a verb.

If you keep finding nothing - I guess that means such a beast doesn't exist & you'll have to roll your own.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Neller
Forum Newbie
Posts: 18
Joined: Sun Mar 27, 2005 4:56 am

Post by Neller »

i mean i enter the players information into the program

rating:
fitness:
morale:

the formation and tactics the team is using

then the program plays out the match based and the information i put into it
there definatly is programs that do it (MiG Advanced Soccer Simulation Engine (MASSE®) is the only one i no of but i cant find were to buy it ive searched anc searched with all different terms not just proccess i even searched for (MiG Advanced Soccer Simulation Engine (MASSE®) but it just brung up the websites that are using it for there games not anything to do with were to buy it
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Oh, so you put in the stats of the players, and you want an engine that will take all that information, play out a virtual game, and output the results?

If you've already done the Google searching, then I guess there's nothing out there. Contact that one company and see if they're selling.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Neller
Forum Newbie
Posts: 18
Joined: Sun Mar 27, 2005 4:56 am

Post by Neller »

Yea already did a few times but they never reply, thanks for the help i will keep looking
theres a few games using different engines one of them might reply one day if not i will have to look into learning how to do one myself

if all fails i will just use a proper PC game like champmanager and just get the scores and upload them

thanks
Post Reply