nr_champ_races.cap

Posted by TomMK 
nr_champ_races.cap
Date: January 26, 2014 05:04AM
Posted by: TomMK
Anyone have any idea what this .cap file does? It's in the ZaZ Tools "Extra" folder with the other .cap files.

=====================================================


Intel NUC 8i3, 8GB RAM, MS Sidewinder Wheel
Re: nr_champ_races.cap
Date: January 26, 2014 01:00PM
Posted by: Prblanco
I think it allows your Championship Season to end before the 17th track has been run. If I remember correctly, you need a hex editor to change the number of races.


My unfinished tracks: [www.grandprixgames.org]
Send bug reports and track editing questions to f1virtualblog@gmail.com
Re: nr_champ_races.cap
Date: January 26, 2014 05:42PM
Posted by: kerleyf1
Wow! This is great to insert in the 1996 (16 races) championship mod.

Can anyone help to do this?

------------------------------------------------------------------------------------------------


PLEASE VISIT: Grand Prix Mods Blog
Re: nr_champ_races.cap
Date: January 26, 2014 07:57PM
Posted by: petrus
kerleyf1:
> Can anyone help to do this?


It's quite easy to do:
Look at the folder "patch" (subfolder of data) of your mod. There probably are already some other cap files.
Just add the nr_champ_races.cap there. You will then have a championship season with 16 races.

It is also possible to change the number. Open the cap file with a hex editor. The last byte (e.g. hex 10 = dez 16) will define the number of races in championship mode.
You can edit it to get a different number. In the 1950th for example there were only 11 races sometimes.


petrus' gpaedia files



Edited 6 time(s). Last edit at 08/18/2015 12:09AM by petrus.
Re: nr_champ_races.cap
Date: January 26, 2014 09:23PM
Posted by: kerleyf1
So, if I change hex value to 09 we will have how many races?

------------------------------------------------------------------------------------------------


PLEASE VISIT: Grand Prix Mods Blog
Re: nr_champ_races.cap
Date: January 26, 2014 09:54PM
Posted by: Foreverk
Re: nr_champ_races.cap
Date: January 26, 2014 10:45PM
Posted by: TomMK
I don't suppose it works with numbers greater than 17 then?

=====================================================


Intel NUC 8i3, 8GB RAM, MS Sidewinder Wheel
Re: nr_champ_races.cap
Date: January 26, 2014 11:11PM
Posted by: phantaman
a while ago, out of curiosity I tested this .cap, but do not know if it was the MOD was not capable of more than 18 races (produced a CTD in CSM).

----signature--------------------------------------------------------

RELEASE => Physics (under FIA Technical Regulations)
MagicDatas? Setups? Pit Stop Strategies? Track Specific Performances? Up2Date GP?
Power Torque Curve? Where's this stuff? All download is available at ..
Re: nr_champ_races.cap
Date: January 27, 2014 12:05AM
Posted by: petrus
kerleyf1: So, if I change hex value to 09 we will have how many races?
For one byte the hex <=> dec relationship looks like
01 = 1 / 02 = 2 / 03 = 3 / 04 = 4 / 05 = 5 / 06 = 6 / 07 = 7 / 08 = 8 / 09 = 9 / 0A = 10 / 0B = 11 / 0C = 12 / 0D = 13 / 0E = 14 / 0F = 15 / 10 = 16 / 11 = 17

TomMK: I don't suppose it works with numbers greater than 17 then?
You are right, that will not work.

phantaman: a while ago, out of curiosity I tested this .cap, but do not know if it was the MOD was not capable of more than 18 races (produced a CTD in CSM).
I can confirm that behaviour, but even after more than 17. In a test with number hex 13 = 19 after race 17 in the championship choosing "next grand prix" made the gp4.exe crash with an error message.


petrus' gpaedia files
Re: nr_champ_races.cap
Date: January 27, 2014 12:36AM
Posted by: kerleyf1
Can you suggest a good HEX Editor to me?

So when I get it I can use this .cap to create a real championship for season that have less than 17 races. In season with more than 17 races we can use CSM to simulate it.

------------------------------------------------------------------------------------------------


PLEASE VISIT: Grand Prix Mods Blog
Re: nr_champ_races.cap
Date: January 27, 2014 11:54AM
Posted by: petrus
kerleyf1: Can you suggest a good HEX Editor to me?
I am using the HxD Hexeditor by Maël Hörz, available in different languages at
www.mh-nexus.de (resp. www.mh-nexus.de/en/).

In season with more than 17 races we can use CSM to simulate it.
With CSM we can use tracklists and have more than 17 circuits in the selection dialog, but a championship is limited to 17 tracks all the same.


petrus' gpaedia files



Edited 2 time(s). Last edit at 01/27/2014 12:01PM by petrus.
Re: nr_champ_races.cap
Date: January 27, 2014 11:21PM
Posted by: kerleyf1
Thanks for the program.

------------------------------------------------------------------------------------------------


PLEASE VISIT: Grand Prix Mods Blog
Re: nr_champ_races.cap
Date: January 29, 2014 01:56PM
Posted by: Rot Teufel
kerleyf1 Scritto:
-------------------------------------------------------
> Wow! This is great to insert in the 1996 (16
> races) championship mod.
>
> Can anyone help to do this?

copy/paste nr_champ_races.cap from 1991 mod

phantaman Scritto:
-------------------------------------------------------
> a while ago, out of curiosity I tested this .cap,
> but do not know if it was the MOD was not capable
> of more than 18 races (produced a CTD in CSM).

if i remember well, F1 2005 mod on gp4database has a nr_champ_races.cap with 19 races with two 2005.ini in track folder.

My workthread with all RELEASED and WIP stuff


Re: nr_champ_races.cap
Date: January 30, 2014 12:49AM
Posted by: kerleyf1
Rot, you're right about 2005 .ini but, I think don't need the cap file inside mod... I make another CSM mod with this feature without the cap and works fine.

------------------------------------------------------------------------------------------------


PLEASE VISIT: Grand Prix Mods Blog
Re: nr_champ_races.cap
Date: January 31, 2014 09:55PM
Posted by: petrus
Rot Teufel: if i remember well, F1 2005 mod on gp4database has a nr_champ_races.cap with 19 races with two 2005.ini in track folder.

The 2005 mod by Tony & Friends has got 20 tracks (19 for races plus 1 for testing) and uses two tracklists to manage them.
But the mod has got no nr_champ_races.cap included in folder Patch.
It is essentially not possible to have more than 17 tracks in championship mode because of the limitations of GP4.exe .


petrus' gpaedia files



Edited 1 time(s). Last edit at 01/31/2014 09:57PM by petrus.
Sorry, only registered users may post in this forum.

Click here to login

Maintainer: mortal, stephan | Design: stephan, Lo2k | Moderatoren: mortal, TomMK, Noog, stephan | Downloads: Lo2k | Supported by: Atlassian Experts Berlin | Forum Rules | Policy