Recent Posts by Ricardo Marques

Subscribe to Recent Posts by Ricardo Marques 40 posts(s) found

October 29, 2007 15:07

40 posts(s)

 

Yes, off course. :) That would be confusing. I was saying that each continent could have different hours.

never mind.
keep the good work.

 

October 29, 2007 08:23

40 posts(s)

 

So continental leagues should have a constant that indicates the starting of the season. This way, every league in europe have the same date and in South America the same. Off course, europe and south america will have different dates… but ok. It was only a sugestion…

regards,
Ricardo Marques

 

October 29, 2007 06:34

40 posts(s)

 

ok.

But it is still good for identifying the middle and end of a season. I think it does not take many effort to implement this.

 

October 29, 2007 06:05

40 posts(s)

 

Hi,
the turn number is not ver much appealling. I always get a bit lost in time when looking at the turn number… an it is difficult to see when is the winter “holiday” and summer holiday.

My sugestion is to add a real date followed by the turn number.
I think it is really simple…

A total off 144 turns.
Each month has 12 turns. When 12 turns have passed, change to the next month.
You can also add days… 30 days month / 12 = 2,5 turns. Each day have 2,5 turns.

string calculateRealDate(int turn){

string datetime = "";

int month = turn / 12;

//month
if(month == 0 )
datetime=“January”;
else if(month == 1)
datetime=“February”;
else if(month == 2)
datetime=“March”;

//day
… the same approach for days …

//datetime time will have the following format: “Month, day (Turn)”

return datetime;

}

What do you think?

regards,
Ricardo Marques

 

October 28, 2007 06:07

40 posts(s)

 

My team, Newcastle in Dimension 2, has won this match: http://www.rubysoccer.com/game/match_report/31056 … but no report data is available.

cheers,
Ricardo Marques

 

September 05, 2007 15:57

40 posts(s)

 

Hi,

I was refering to change the ruby word also. Ruby has nothing to do with a manager football game. Actually Ruby can be misunderstood with Rugby. If I had had found this site on google, I would never figure out that it would be related to on-line football manager. This is my point!

I would suggest something completly different like … KickOffSim, KickOffManager, ManagerEvolution … or others. This is appealing for people who do not know what is rubysoccer all about. Sounds better!

… but … maybe at this point it is not a good ideia to change since people are getting used to rubysoccer name.
… also … this topic didn´t got many replies … maybe people do not care.

If you guys think that this could be worth it, let there be a pool!

(just trying to make this game better)

thanks for the attention,

Ricardo Marques

 

September 05, 2007 07:10

40 posts(s)

 

Hello,

since this is a board for suggestions, I have one! Feel free to delete if you think it is not “in the subject”.

For me it is not clear, why did you call this game Rubysoccer? I know that ruby is a programing language, but this is a futebol game… Why rubysoccer?

And soccer is for north americans, we call it football (the original one!) … at least in Europe.

If it is worth, since all this game is about community decisions, we could decide the name too. If a new name for this game appears, I could pay you the charges for the first year domain.

thanks and keep the good job,

Ricardo Marques

 

September 03, 2007 16:13

40 posts(s)

 

allright! If you need help just ask for. A hope that the new dimension will arrive soon.

 

September 03, 2007 11:31

40 posts(s)

 

When will be the Portuguese League implemented?

regards,
Ricardo Marques

 

September 03, 2007 11:24

40 posts(s)

 

Now, there is no formation screen at all.