-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Showing
1 changed file
with
18 additions
and
43 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 |
---|---|---|
@@ -1,102 +1,77 @@ | ||
 | ||
 | ||
|
||
Friendly to use tool for editing your save files from F1 Manager 24 and 23. Supports driver transfers, calendar customization, staff stat editing and car performance editing, and much more! | ||
|
||
> [!WARNING] | ||
> For any issues, first take a look at the [Troubleshoot Guide](https://github.com/IUrreta/DatabaseEditor/wiki/Troubleshoot-guide) | ||
**NOW ON THE WEB**: The DB Editor is now fully online! No more installations or stuff like that! Just get in, and edit. Everything. Everywhere. | ||
|
||
## What's the Database Editor? ## | ||
Basically it's just a friendly user interface that helps you make the modifications you wish for the database from your save file from F1 Manager 24 and 23! | ||
|
||
It's developed by the same guy (me, u/ignaciourreta on Reddit) who developed multiple scripts for the F1 Manager 22 game as the driver transfer script, custom calendar, edit stats, or edit performance of cars | ||
|
||
When I developed those scripts, more specifically the driver transfers script for the Script Manager for F1M22 I always had in mind to devlop a tool like this to make it easier to the user to take advantage of my scripts | ||
Friendly user interface that helps you make the modifications you wish for the database from your save file from F1 Manager 24 and 23! | ||
|
||
### What can I actually do with the Database Editor? ### | ||
|
||
1. Driver/staff transfers | ||
1. **DRIVERS** AND **STAFF** transfers | ||
|
||
 | ||
 | ||
|
||
2. Editing driver/staff contracts, and adding contracts for the future | ||
|
||
 | ||
 | ||
|
||
3. Check out what drivers/staff have pre-contracts signed (see Hamilton and Hulkenberg with then notification icon) | ||
|
||
 | ||
 | ||
|
||
4. Edit driver numbers | ||
5. Editing all staff (including drivers') stats, plus mentality and marketability, and **RENAME** any of them (including abreviations for drivers) | ||
|
||
 | ||
 | ||
|
||
6. Customize your calendar, including weather of races | ||
|
||
 | ||
|
||
 | ||
|
||
7. Make your save **HARDER** with the new difficulty presets (customizable) | ||
8. **FREEZE THE MENTALITY** if you don't want that system interfering with your gameplay | ||
9. Fix the AI **NOT REFURBISHING** their facilities | ||
|
||
 | ||
 | ||
|
||
10. Edit every stat from all car parts from all teams on the grid | ||
|
||
11. View every car performance across the season and compare each car attribute | ||
|
||
 | ||
 | ||
|
||
12. Edit the performance and durability of any of the 4 engines suppliers | ||
|
||
 | ||
 | ||
|
||
13. Add NEW CUSTOM ENGINES | ||
|
||
 | ||
 | ||
|
||
14. Edit all 10 teams' facilities, money, budget available from the budget cap, long and short term objectives, enigne supplier and pit crew attributes | ||
|
||
 | ||
|
||
 | ||
|
||
15. Keep track of past seasons with a wikipedia-style table for drivers and teams championships | ||
|
||
 | ||
 | ||
|
||
16. Compare drivers and teamas and their stats from their past seasons using the Head To Head graphic | ||
|
||
 | ||
|
||
17. Evaluate driver's performance based on an **AI MODEL** that has been trained with the game's data to predict their positions in each race and championship. | ||
|
||
 | ||
|
||
 | ||
|
||
|
||
> [!CAUTION] | ||
> For editing the **ORDER OR NUMBER** of races it is still recommended to only do it once before the first race of the season. | ||
> Editing the weather of races can be done whenever you want though | ||
## How can I install the Database Editor? ## | ||
You'll need to downlaod two things: [NodeJS](https://nodejs.org/en/download) and [Python](https://www.python.org/downloads/) | ||
|
||
It's all covered in the [Installation and set-up guide](https://github.com/IUrreta/DatabaseEditor/wiki/Installation-and-set%E2%80%90up-guide) | ||
|
||
> [!IMPORTANT] | ||
> Here you have 2 minute long video tutorials for the recommended [Git installation](https://www.youtube.com/watch?v=ashrVev0KFY) and the [Zip installation](https://www.youtube.com/watch?v=5BjV3vFMxd4) | ||
|
||
### How can I update the Database Editor if I had a previouos verision? ### | ||
|
||
It's all explained in the [Update guide](https://github.com/IUrreta/DatabaseEditor/wiki/Update-guide) | ||
You don'tn have to do anything! Since it runs now on the web it will be automaticallyn updated whnever I push a new change! | ||
|
||
> [!TIP] | ||
> If you installed through git, you can directly update by just clicking a buton from the editor itself | ||
### Special thanks ### | ||
[ieeb's Save Reader for the 1.9 patch compatibility](https://github.com/iebb/F1ManagerSaveReader) | ||
### Credits ### | ||
|
||
[xAranaktu for the save repacker](https://github.com/xAranaktu/F1-Manager-2022-SaveFile-Repacker) | ||
|
||
F1 Manager Mods discord for the help during testing |