https://github.com/maxsafer/valorantfilleragent
Valorant Composition Tool
https://github.com/maxsafer/valorantfilleragent
Last synced: 6 months ago
JSON representation
Valorant Composition Tool
- Host: GitHub
- URL: https://github.com/maxsafer/valorantfilleragent
- Owner: Maxsafer
- License: mit
- Created: 2022-04-05T01:09:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T20:46:23.000Z (over 3 years ago)
- Last Synced: 2023-10-06T21:31:47.766Z (over 2 years ago)
- Language: Python
- Homepage:
- Size: 51.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Valorant Filler Agent
## Authors
- [@Maxsafer](https://www.github.com/Maxsafer) aka classman
####
Software for Valorant Compositions based on Pro Matches.
####

####
Features:
####
Fills a 4 agent composition with the 5th.
* Based on pro composition = ☆:
* Based on what role is missing = Role X:
* Based on what other compositions with the same structure chose = X:
* Gives a Full composition based on win rate.
* Gives a Full composition that uses a specific selected agent.
* Notifies when there is a new version.
## Screenshots
### Fill based on PRO matches
Select 4 agents to get a compositions based on PRO matches.
####

### Full composition recommended
Selects a top 10 PRO composition based on wins.
####

####
Selects a top 10 PRO composition based on wins and one agent selected.
####


### Menu
Help drop down menu.
####

### Updates
Notifies the user when there is an update.
####

## Usage/Examples
#### [Fill] Get a recommendation on what agent should fill
* The fill button will fill a composition recommending the top 5 agents in descending order that could complete a composition.
* In order for it to work, a map and 4 agents must be selected.
#### [Full] Get a recommendation on what composition to play based on PRO matches
* The full button will select a top 10 composition played by professionals. These compositions are top 10 based on win rate.
* If only 1 agent is selected, it will pop a composition with that agent.
* Proceed to click on "Full" and a random PRO composition will be selected. (It can be modified by deselecting any agent and then clicking "Fill")
#### [Clear] Clears agents selected and output text
* Clears the selected agents or outputs displayed.
#### [Symbols] Used to represent the output type.
* ☆: Means the composition was filled based on a pro composition.
* X: Composition was filled based on an analysis. (This requires previous knowledge to understand what is a good recommendation)
* The number on the agent list represents the times an agent has been picked on the selected map.
* ***Note*** The number does not represent the times that an agent has been picked with that composition.
## Add/Import Compositions
#### The user can ADD MORE compositions or IMPORT other users compositions files
The path for the composition file is *"-appFolder-/comps/-map-.csv"* and can be edited from note pad.
#### To IMPORT
Simply replace the existing ".csv" file with the desired one.
#### To ADD MORE
Open the ".csv" file and add a row below the head with the desired composition and dont forget to save the file. (The app needs to be restarted after a file change to reload compositions)
* ***Note*** There should NOT be an empty line.
* ***Note*** Agents must be listed with commas and should be five, no more, no less, without exception. *E.g. Agent1,Agent2,Agent3,Agent4,Agent5*
* ***Note*** Every agent starts with a single capital letter followed by lower cases (with KAY/O being an exception). *E.g. Killjoy*
* ***Note*** Avoid repeating compositions in a single map, as it will repeat agents on the output. *To clarify: You can have the same composition for different maps.*
####
If you're planning on making your your own composition file, I recommend keeping it in alphabetical order so it's easier to spot repeated compositions.
## Download
####
Download as .ZIP from this GitHub.
####

####
Drag and drop the folder from inside the .ZIP to anywhere on your system.
####

####
Read KeepExeHere.txt
####

## Test it online!
https://valorantfilleragent.jimdofree.com/
(Download it for a better experience)
## Optimizations
There is still a lot I would like to implement.