This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9ff19e
commit 1272403
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# FNFBot Rewrite | ||
## The better version of FNFBot | ||
|
||
### What is FNFBot? | ||
|
||
FNFBot is a bot program that lets users automaticly play Friday Night Funkin Charts. | ||
|
||
### How do I use FNFBot? | ||
FNFBot has 3 main sections, as shown here. | ||
![3Sections](https://i.imgur.com/fwlUZPg.png) | ||
|
||
The **red** section is where you enter all the data. | ||
|
||
Examples: | ||
|
||
- Your games directory | ||
- Selecting Songs | ||
|
||
The **green** area is the console, this outputs useful information. | ||
|
||
Examples | ||
|
||
- What happened when you pressed a keybind | ||
- What notes its planning on hittinh | ||
- When it completes a song | ||
|
||
The **blue** section is where the preview of what the notes *probably* look like. | ||
|
||
### Keybinds | ||
FNFBot currently has 3 keybinds, and in the future will have modifyable keybinds. | ||
|
||
Currently the keybinds are as follows: | ||
|
||
| Keybind | Description | | ||
| ----------- | ----------- | | ||
| F1 | Start/Stop Playing the selected map | | ||
| F2 | Increase the offset | | ||
| F3 | Decrease the offset | | ||
|
||
Offset = the amount of time in miliseconds to hit before/after the note time. | ||
Default: 25 |