Ricardo: the logic is similar to the one which calculates the estimated value, so if your player’s value increased a lot his wage will probably increase as well, but not so fast as it was happening. In the other hand, if you have offered much more than the player is worth, when you renew his contract you won’t be able to decrease the wage to its “real” value, you’d have to do offer an intermediate value otherwise the player wouldn’t accept.
Toni: thanks for your feedback, I’ve had a few negotiations as well and I’m satisfied with the results so far.
Cheers.
He accepted my first offer of 24500. (remembered wrong what I offered, but anyway…)
Nice, because I think I offered him too much last time.
Still haven´t tested if they accept ridiculously lower wages than what their current is. Haven´t checked when the next contract renewal for me is.
Happy so far!
My first test, giving a contract to one of my crappy youths, worked fine. Offered him 4500 and he accepted. I think before he would have wanted around 7-11000 to make a contract. So it worked fine at least now. Those are the kind of players that will end up in free market if they want too big wage. Don´t know how low he would have gone, that 4500 was my first offer.
I also am renewing one players contract now. I think his current wage is 26500 and I offered him 25000. We´ll see if he is accepting that lower wage or not and what will be the final wage.
Yes, Danilo, it works faster now. Nice work!
Northstar, you definitely have a good point there. With problems when logging in, we need a place where to post for help.
the problem is that the balancer messed up your ips. it feels good to be in beta :). anyway, it is fixed now. if you have any other problems please let us know.
cheers!
I found the problem, hopefully it is solved now. Next tick we’ll know…or we’ll have a tick error :D
Sorry guys, there was a problem with the system, you should be able to trade now.
Cheers.
There most be a problem with this anti-cheat device. I’ve just tried to buy some players from 10 different club across all countries and had this message appear for all and I desperately need to buy some new defenders after going on holiday for two weeks and coming back to find half my defense has left.
I got your point Ricardo, it’s just that we designed the season and competitions in such a way that all countries would start their competitions in the same period, so that international competitions (even between continents in the future) could be played when all leagues were at the same “level”. You’ll see the benefits in the future :-)
What a friend suggested is that we clearly marked the mid-season somewhere if we add that stamina boost I mentioned. Let’s see.
This anti-cheat message is displayed when you’re buying a player from a team whose manager has. at least once. used the same computer or same network as you. If that’s not the case please let us know so we can investigate the problem.
Cheers.
Yes, off course. :) That would be confusing. I was saying that each continent could have different hours.
never mind.
keep the good work.
Beta 1.
Trying to sign Jose-Antonio Robledo from Spain league (free agent, previous team Mallorca). I play in England (QPR).
I log on from 2 different computers. Work, and home. I don’t own any other teams.
What’s the problem?
Thanks
Dave/QPR, beta 1
Im not sure whether the problem is fixed or not becos ive been tried to stay logged in for hours and only just managed to be able to stay logged in long enough to post this. It would also be helpful if there was somewhere were u could post without having to be logged in becos for people who are having problems logging in theres nowhere for them to post and get help.
matteo de stefano from inter beta1
i want to buy a player and itgoesanti-cheating. why?
I think the problem is fixed but, in the meanwhile, what do you guys think? Is rubysoccer faster/better with that improvement?
Would you mind european seasons starting in january or february? :-)
i agree with ricardo marques, i would like to see real time implemented!
Just to let you know that, if you had this problem approx at the time of this post, it is because I had to clean all the sessions.
cheers
We have a small problem with our sessions on this new balanced server. It seems that the balance makes our server “forget” about your session sometimes. Will fix asap, but for now the effect is not a big deal: some of you may have to sign in more than 1 time.
Please let me know if you are experiencing this problem.
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
Our server is now clustered/balanced. In other words, the performance should be dramatically better on our top hours. However, bugs can happen. I count on you guys to report them, using the improvements discussion topic. cheers!
One more issue about this…european seasons start around august while some south american seasons start in february and we want all countries to start in the same period so it would not reflect real life season for some of them.
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.
It is a possiblity (and thanks for the code). For now we’re planning to display the total turns in the season (144) somewhere in the screens so you’re able to identify how close to the season end you are. Anyway, we won’t have winter “holiday” and our summer holiday is not that long on some countries and leagues, that’s why maybe we give players extra stamina in the middle and in the beginning of each season in order to pretend there were such holiday times.
That’s how it is supposed to be Ricardo, when a team is not able to complete the squad the result is 1-0 to the other team. This becomes a problem only on national cup when either team win a match 1-0 and in the second leg the losing team was not able to complete the squad because in that case no penalty shootout can take place.
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
Gabriel… more of the same.
Now was the fixture against Everton.
Home squad was incomplete … and 0-1 was the score.
My missing youths are there too, thanks :)
Anyway… thanks for your quick answer mate.