I would like to improve some GTR Evo (or Race 07) tracks, but still I'm not so educated.
1. Adding sounds. It is simple to add a soundbox object, but I don't know how to define which sound should play in this soundbox. There are a few announcers and crowd sounds, but only the first announcer is played when I add a soundbox.
I would like also to add custom sounds, such as helicopter, ambulance, train, singing birds.... etc.
2. Safety car. Where is it defined which car is standing on the track? In .aiw there is only the position defined.
How does the game choose safety cars for tracks?
I want also to add a custom safety car paint texture. I think it may be easy to add this texture to the track.
Solved:
copy last grid position and renumber it to 103
copy from [AUX] LocationIndex=0
GridIndex=103
Pos=(x,y,z)
Ori=(x,y,z) this is safety car position on grid, before race
copy last team, renumber it to 51
copy [AUX] LocationIndex=1
TeamIndex=51
PitPos=(x,y,z) this is where safety car stands, Pit and Gar may be the same
PitOri=(a,b,c)
GarPos=(x,y,z)
GarOri=(a,b,c)
3. Animations - jumbo TV screens. GTR2 plays .bik videos on these screens. In GTR Evo the screens are blank. I often modify the jumbos to display sequences of images, just slideshows. Is it possible to enable .bik video support on the tracks? The game supports .bik videos in game menu and UI, but not on tracks.
Solved: add to game menu (the best in Visual Options menu)
Gizmo="APP_SpinBox_GameOpt_PlayMovies"
{
Position=(516,455)
AttributeSet="CheckBox"
Caption1="PLAY MOVIES ON TRACKS"
Caption2="c"
}
4. Crew. Tracks converted from GTR2 are often missing the crew - flag marshall, pit service. The tracks .trk files link to the shared folders with teamaps and misc, but maybe the objects are missing in the game? Should I copy the crew models and animations from GTR2?
5. Music on/off . I can select in settings if the music is played while racing. But is it possible to turn off and on music while playing, or play the next song?
If the XD developer reads it: is it possible to display song title on the screen, just like other data are displayed in the XD app?
1. Adding sounds. It is simple to add a soundbox object, but I don't know how to define which sound should play in this soundbox. There are a few announcers and crowd sounds, but only the first announcer is played when I add a soundbox.
I would like also to add custom sounds, such as helicopter, ambulance, train, singing birds.... etc.
2. Safety car. Where is it defined which car is standing on the track? In .aiw there is only the position defined.
How does the game choose safety cars for tracks?
I want also to add a custom safety car paint texture. I think it may be easy to add this texture to the track.
Solved:
copy last grid position and renumber it to 103
copy from [AUX] LocationIndex=0
GridIndex=103
Pos=(x,y,z)
Ori=(x,y,z) this is safety car position on grid, before race
copy last team, renumber it to 51
copy [AUX] LocationIndex=1
TeamIndex=51
PitPos=(x,y,z) this is where safety car stands, Pit and Gar may be the same
PitOri=(a,b,c)
GarPos=(x,y,z)
GarOri=(a,b,c)
3. Animations - jumbo TV screens. GTR2 plays .bik videos on these screens. In GTR Evo the screens are blank. I often modify the jumbos to display sequences of images, just slideshows. Is it possible to enable .bik video support on the tracks? The game supports .bik videos in game menu and UI, but not on tracks.
Solved: add to game menu (the best in Visual Options menu)
Gizmo="APP_SpinBox_GameOpt_PlayMovies"
{
Position=(516,455)
AttributeSet="CheckBox"
Caption1="PLAY MOVIES ON TRACKS"
Caption2="c"
}
4. Crew. Tracks converted from GTR2 are often missing the crew - flag marshall, pit service. The tracks .trk files link to the shared folders with teamaps and misc, but maybe the objects are missing in the game? Should I copy the crew models and animations from GTR2?
5. Music on/off . I can select in settings if the music is played while racing. But is it possible to turn off and on music while playing, or play the next song?
If the XD developer reads it: is it possible to display song title on the screen, just like other data are displayed in the XD app?
Last edited: