Subpage under development, new version coming soon!
Topic closed!!!
Subject: Sokker Extensions
Yeah! I think there are some things that can be included in Plus to make it even more attractive. I know that the devs are very busy with more critical parts of the game and something like the average rating is just a detail but people love details and they love stats. Stats make you compare and discuss about things. :)
I have a few more ideas that I'm working on. While I have you guys here I can ask for your opinion as well. One of them is the "man of the match" (one for the match) and "team star" (one for each team). I was thinking about comparing the contribution to defense and to offense to decide who's the best player. But I have the impression that most of the time it's going to be a midfielder. So I think I have to compensate it by giving points to
- strikers for each goal
- players for each assist
- keepers if the opponent's shot/goal ratio is low.
What do you think?
(edited)
I have a few more ideas that I'm working on. While I have you guys here I can ask for your opinion as well. One of them is the "man of the match" (one for the match) and "team star" (one for each team). I was thinking about comparing the contribution to defense and to offense to decide who's the best player. But I have the impression that most of the time it's going to be a midfielder. So I think I have to compensate it by giving points to
- strikers for each goal
- players for each assist
- keepers if the opponent's shot/goal ratio is low.
What do you think?
(edited)
First of all good work Leo!
I might have an idea: How about showing the talent on the juniors page?
There is plenty of room between weeks and the reject button:)
I might have an idea: How about showing the talent on the juniors page?
There is plenty of room between weeks and the reject button:)
It could be done. But for that you need to store information. And it's not the better approach to do it via GM scripts.
I see
How about an empty box where you can enter the number manually?
How about an empty box where you can enter the number manually?
> How about an empty box where you can enter the number manually?
It is possible but the data may be lost so I think it's not the ideal approach.
Unfortunately the GM scripts work best with the data that's already present on the page. The "average rating" is a good example. The script counts the players, adds their ratings, calculates the average and displays it. Very simple and it works with the data that's already displayed on the page.
The next script is going to be about the stadium (the idea was given by maximehome). The new script is going to calculate and display the maximum revenue from the current stadium in the stadium page.
(edited)
It is possible but the data may be lost so I think it's not the ideal approach.
Unfortunately the GM scripts work best with the data that's already present on the page. The "average rating" is a good example. The script counts the players, adds their ratings, calculates the average and displays it. Very simple and it works with the data that's already displayed on the page.
The next script is going to be about the stadium (the idea was given by maximehome). The new script is going to calculate and display the maximum revenue from the current stadium in the stadium page.
(edited)
OK
The stadium script is a great idea
Do you have any idea how to implement my junior talent idea?
The stadium script is a great idea
Do you have any idea how to implement my junior talent idea?
It can be done either by GM scripts (poorly =P) or by a real extension (like exSokker). The last one is better cause it allows other ways to store the data.
> Do you have any idea how to implement my junior talent idea?
Yes, i can produce some options but none of them are good enough. Unfortunately a GreaseMonkey script would not be the right tool for that...
Yes, i can produce some options but none of them are good enough. Unfortunately a GreaseMonkey script would not be the right tool for that...
The sorting is wrong for the players on the last script ... instead of ascending and desc. it is name and surname.
It's really easy to make a mistake while maintaining all the different languages as I don't speak all :). Sorry about that! :) Can you try it now please?
SokkerMonkey-PlayerListing
SokkerMonkey-PlayerListing