It's here with all till date changes and improvements.
OneDrive - LINK
G-Drive - LINK
Steps to create and simulate a match.
1. Lets start with creating a team.
2. Go to templates folder and make a copy of templates with names Template.csv and Template Bowling.csv
3. Template for batsmen ratings and Template Bowling for bowlers.
4. For batsmen (Template.csv)
player | role | type | 0s | 1s | 2s | 3s | 4s | 6s | out | wide | total |
These are the attributes requited.
player - Player Name
role - Batsman / Keeper / Bowler (
Remember first letter of role must be always caps !)
type - Just for reference for the comfort of simulator. You can enter anything there like left or right or gold player or level 1 category or anything that doesn't matter or you can leave alone.
0s, 1s, 2s, 3s, 4s, 6s and outs hope you got idea and how to give those ratings.
wide - By default let it be 2 or 1. Chances of that batsmen facing wide's.
total - Again just for our reference - sum(0s, 1s, 2s, 3s, 4s, 6s, out) - for better results make sure this wont cross 100. Even if it cross doesn't matter.
5. For bowlers (Template Bowling.csv)
Be careful, for who all players you mentioned in Template.csv role as
Bowler, their names must be present in Template Bowling.csv else you will get team data match error.
In this version.
You can give ratings for batting allrounder less than 70 and rest other roles 70 or 70+.
Make sure you wont give more than 95.
Team Name
1. Once you are done with ratings, rename the csv file names from Template.csv -> teamname.csv and for bowlers data Template Bowling.csv -> teamname Bowling.csv ->
teamname Bowling.manish
For example - Team Name - The Losers
Batsmen - Template.csv -> The Losers.csv
Bowlers - Template Bowling.csv -> The Losers Bowling.manish
2. Move the 2 files to the main root folder. We are ready to simulate.
3. Run The-Hundred-Manish.exe and you will be getting like
Code:
Avaliable teams: ['Bad Boys.csv', 'Manchester Originals.csv', 'The Losers.csv', 'Wild Force.csv']
Enter team 1 index:
Enter team 2 index:
It displays all available teams. Now i want to simulate match for The Losers and Manchester Originals just enter their index numbers.
Enter team 1 index: 3 (3 for The Losers)
Enter team 2 index: 2 (2 for Manchester Originals)
Similarly if there are more teams enter their index number.
Below are the examples for the ratings for RUDI's team The Losers.
The Losers.csv -> Batsmen ratings
here i used type -> for easy notification of player auction category price.

500 for ABD
You can include all your playing 11 here.
player | role | type | 0s | 1s | 2s | 3s | 4s | 6s | out | wide | total |
Evin Lewis | Batsman | 180 | 35 | 25 | 20 | 2 | 10 | 4 | 6 | 2 | 96 |
Rilee Rossouw | Batsman | 180 | 35 | 25 | 20 | 2 | 10 | 4 | 6 | 2 | 96 |
AB De Villiers | Keeper | 500 | 25 | 30 | 25 | 5 | 15 | 9 | 2 | 2 | 109 |
Rassie Van Der Dussen | Batsman | 180 | 35 | 25 | 20 | 2 | 10 | 4 | 6 | 2 | 96 |
Aiden Markram | Batsman | 180 | 35 | 25 | 20 | 2 | 10 | 4 | 6 | 2 | 96 |
Chris Woakes | Bowler | 180 | 35 | 25 | 20 | 2 | 10 | 4 | 6 | 2 | 96 |
Dwaine Pretorius | Bowler | 100 | 40 | 20 | 18 | 1 | 6 | 6 | 8 | 2 | 91 |
Isura Udana | Bowler | 100 | 40 | 20 | 18 | 1 | 6 | 6 | 8 | 2 | 91 |
Wiaan Mulder | Bowler | 100 | 40 | 20 | 18 | 1 | 6 | 6 | 8 | 2 | 91 |
George Linde | Bowler | 100 | 40 | 20 | 18 | 1 | 6 | 6 | 8 | 2 | 91 |
Raymon Reifer | Bowler | 60 | 45 | 25 | 15 | 1 | 4 | 3 | 9 | 2 | 93 |
The Losers Bowling.manish
Remember from The Losers.csv i mentioned 6 players role as Bowler. So all 6 must be present here. If you want to edit bowler ratings just rename .manish to .csv. After changes change it to .manish
player | type | rating |
Chris Woakes | fast | 85 |
Dwaine Pretorius | fast | 75 |
Isura Udana | fast | 70 |
Wiaan Mulder | fast | 70 |
George Linde | spin | 70 |
Raymon Reifer | fast | 65 |
May be this write up looking long but it's way easier to change ratings with Microsoft Excel.
Fixed all the bugs and loopholes in the code as far I noticed, let me know more if you find anything !