Page 9 of 16

Re: F1 Manager 2022

Posted: Sun Sep 11, 2022 4:58 pm
by Arthur22Q
By changing part dev speed, I reach cost cap very quickly, I can't find a way to change this myself. Does anyone know the value in SQ the increase this? I've increase cost per part to prevent other teams getting an advantage so hoping there's a way to increase cost cap for one (my) team only.

EDIT: Better yet possibly, can the value be changed using scans?

Re: F1 Manager 2022

Posted: Mon Sep 12, 2022 9:49 am
by Zeits
leffs wrote:
Thu Sep 08, 2022 6:00 am
Thanks for the amazing table! I've been messing around and it is lots of fun.

But now i'm trying to customize my experience a bit by trying to change a pilot name, using a new ingame generated driver, but i keep get a blank space for the name.

This what is look like:

Image

After a little more digging i got this:

Image

If I use the exact same string as Lewis Hamilton the name change to Lewis Hamilton, but if change to any other thing of my liking i get the displayed result.

Can anyone help?
ATM if the Forename or surname of your created driver is not in the table forname_pool and surname_pool it will not display in game. There is something (i do not know what) does not allow to use the official font of the game. So it does not display.

As you Can see names with special character like Pérez or Hülkenberg are registered Perez1 and Hulkenberg1. So I think WE need another table or file to link the surname and the font name to the displayed name.

Maybe Aranaktu would be able to do that.

Re: F1 Manager 2022

Posted: Mon Sep 12, 2022 4:20 pm
by markfaviere
leffs wrote:
Thu Sep 08, 2022 6:00 am
Thanks for the amazing table! I've been messing around and it is lots of fun.

But now i'm trying to customize my experience a bit by trying to change a pilot name, using a new ingame generated driver, but i keep get a blank space for the name.

This what is look like:

Image

After a little more digging i got this:

Image

If I use the exact same string as Lewis Hamilton the name change to Lewis Hamilton, but if change to any other thing of my liking i get the displayed result.

Can anyone help?
This could be awesome to create some mods from different drivers and update the current ones.

Re: F1 Manager 2022

Posted: Wed Sep 14, 2022 6:14 pm
by Ness06
blgkn wrote:
Fri Sep 09, 2022 3:58 pm
awardone wrote:
Thu Sep 08, 2022 3:10 pm
blgkn wrote:
Thu Sep 01, 2022 10:54 pm


I did these;
Grip:
C5: 1
C4: 0.900
C3: 0.800
C2: 0.700
C1: 0.600
it fix a little bit but not much. I didn't touch tyre wear yet.
Has anyone tested more on this? Has it made a difference? Also is it c1, c2 are Hard, c3 Medium and c4,c5 Soft?
So every race you have 3 compounds.

example C1 C2 C3 or C3 C4 C5 or C2 C3 C4

it is changing race by race.

you should think like C1 is hardest C5 is softest.

My new update is

C5: 1
C4: 0.870
C3: 0.740
C2: 0.610
C1: 0.480

It is much better for undercut and different strategies. also It allows you to win race with the 2 stop. Try this one!

Also edit DRS Acceleration Multiplier to 1.3.
Hi,
Thanks for the tire settings.
what are your parameters for the rain tires?

Re: F1 Manager 2022

Posted: Thu Sep 15, 2022 4:56 am
by awsumschumacher
how do i find out what team id my team has ?

Re: F1 Manager 2022

Posted: Thu Sep 15, 2022 12:44 pm
by Aranaktu
awsumschumacher wrote:
Thu Sep 15, 2022 4:56 am
how do i find out what team id my team has ?
In Teams Table.

Code: Select all

TeamID	TeamName
1	Ferrari
2	McLaren
3	Red Bull Racing
4	Mercedes AMG Petronas F1
5	Alpine
6	Williams Racing
7	Haas F1
8	AlphaTauri
9	Alfa Romeo Racing
10	Aston Martin
11	Prema Racing (F2)
12	UNI-Virtuosi Racing (F2)
13	Carlin (F2)
14	Hitech Grand Prix (F2)
15	ART Grand Prix (F2)
16	MP Motorsport (F2)
17	Charouz Racing System (F2)
18	DAMS (F2)
19	Campos Racing (F2)
20	BWT HWA Racelab (F2)
21	Trident (F2)
22	Prema Racing (F3)
23	Trident (F3)
24	ART Grand Prix (F3)
25	Hitech Grand Prix (F3)
26	HWA Racelab (F3)
27	MP Motorsport (F3)
28	Campos Racing (F3)
29	Carlin Buzz Racing (F3)
30	Jenzer Motorsport (F3)
31	Charouz Racing System (F3)

Re: F1 Manager 2022

Posted: Thu Sep 15, 2022 2:34 pm
by Taurom
With this table, is it possible to show the shorter markers for the setup to get it to optimal more easily?, like in the Motorsport Manager table. That's the only thing I need to cheat to be honest xD

Re: F1 Manager 2022

Posted: Fri Sep 16, 2022 12:29 am
by awsumschumacher
I may be blind but I can't find anything to optimize the buildings or where can I find that?

Re: F1 Manager 2022

Posted: Fri Sep 16, 2022 11:02 pm
by justhide
Taurom wrote:
Thu Sep 15, 2022 2:34 pm
With this table, is it possible to show the shorter markers for the setup to get it to optimal more easily?, like in the Motorsport Manager table. That's the only thing I need to cheat to be honest xD
You will need to export DB in each weekend, but try this:

SELECT
LoadoutID,
ROUND((PerfectSetupFrontWingAngle * 10), 2) [Front Wing Angle],
ROUND((PerfectSetupRearWingAngle * 7) + 9, 2) [Rear Wing Angle],
CAST(ROUND(10 - ((PerfectSetupAntiRollBars * 8) + 1)) AS VARCHAR) || ':' || CAST((PerfectSetupAntiRollBars * 8) + 1 AS VARCHAR) [Anti-Roll Distribution],
((PerfectSetupCamber * 0.8) + 2.7) * -1 [Tyre Camber],
ROUND(PerfectSetupToe, 2) [Toe-Out]
FROM Save_CarConfig

Re: F1 Manager 2022

Posted: Sat Sep 17, 2022 6:04 am
by awsumschumacher
Taurom wrote:
Thu Sep 15, 2022 2:34 pm
With this table, is it possible to show the shorter markers for the setup to get it to optimal more easily?, like in the Motorsport Manager table. That's the only thing I need to cheat to be honest xD
[Link]

here is a good site for setups :)

Re: F1 Manager 2022

Posted: Sun Sep 18, 2022 8:22 am
by blgkn
Ness06 wrote:
Wed Sep 14, 2022 6:14 pm
blgkn wrote:
Fri Sep 09, 2022 3:58 pm
awardone wrote:
Thu Sep 08, 2022 3:10 pm


Has anyone tested more on this? Has it made a difference? Also is it c1, c2 are Hard, c3 Medium and c4,c5 Soft?
So every race you have 3 compounds.

example C1 C2 C3 or C3 C4 C5 or C2 C3 C4

it is changing race by race.

you should think like C1 is hardest C5 is softest.

My new update is

C5: 1
C4: 0.870
C3: 0.740
C2: 0.610
C1: 0.480

It is much better for undercut and different strategies. also It allows you to win race with the 2 stop. Try this one!

Also edit DRS Acceleration Multiplier to 1.3.
Hi,
Thanks for the tire settings.
what are your parameters for the rain tires?

Hi, I didn't touch inter and wet tyres.

Re: F1 Manager 2022

Posted: Mon Sep 19, 2022 7:12 pm
by Kloever
Maybe a stupid question, but how do i use this with the 1.6 patch? Because i can't check the Active me Before you load your game save option.

Re: F1 Manager 2022

Posted: Mon Sep 19, 2022 8:06 pm
by justhide
Kloever wrote:
Mon Sep 19, 2022 7:12 pm
Maybe a stupid question, but how do i use this with the 1.6 patch? Because i can't check the Active me Before you load your game save option.
It's working normally for me. Did you attach the process?

Re: F1 Manager 2022

Posted: Tue Sep 20, 2022 11:34 am
by deejay86
Guys, help, but where are the characteristics of the cars in the database

Re: F1 Manager 2022

Posted: Tue Sep 20, 2022 5:13 pm
by Pipozzo88
Where is the place to increase the skills of mechanics?