F&K Mechanics [New Cars Inside]
Moderator: Forum Moderators
F&K Mechanics [New Cars Inside]
Hi
we decided to start a new topic to discuss our BETA new cars that will be tested
on a server under the TS Master Server.
In this topic u will find the updated (more or less) car list with relative version and date of release and download link.
Stay tuned and if u tested the car please leave a (polite!) feedback.
Good race to everyone!
Fabrik & KukKaBubBa
-----------------------------F&K GARAGE-------------------------------------------------------------------------------------------
CAR NAME: F1-1987 / F1-1987 TURBO
VERSION : Beta 0.8
RELEASE : 09 11 2011
TRACKPAK: http://www.mediafire.com/?g62osj28yx3oz6b
CAR NAME: Kart_Easy / Kart_Mki
VERSION : Beta 0.1
RELEASE : 01 12 2011
FILE PACK: http://www.mediafire.com/?16qq564ud82kv83
we decided to start a new topic to discuss our BETA new cars that will be tested
on a server under the TS Master Server.
In this topic u will find the updated (more or less) car list with relative version and date of release and download link.
Stay tuned and if u tested the car please leave a (polite!) feedback.
Good race to everyone!
Fabrik & KukKaBubBa
-----------------------------F&K GARAGE-------------------------------------------------------------------------------------------
CAR NAME: F1-1987 / F1-1987 TURBO
VERSION : Beta 0.8
RELEASE : 09 11 2011
TRACKPAK: http://www.mediafire.com/?g62osj28yx3oz6b
CAR NAME: Kart_Easy / Kart_Mki
VERSION : Beta 0.1
RELEASE : 01 12 2011
FILE PACK: http://www.mediafire.com/?16qq564ud82kv83
Last edited by Fabrik on Thu Dec 08, 2011 7:22 pm, edited 2 times in total.
Hi guys, we stepped up F1-1987 to version Beta 0.8 according to community comments.
We also decided to try a new experiment, in the F1-1987 server now there are 2 cars available: F1-87 and a new TURBO version, our intent is to level a bit drivers performance to make closer battles, so our invite to faster drivers is to use the NORMAL version of the car and let other driver to use the TURBO one, so there would be a sort of little catch-up effect that should help slower players to be competitive.
Let us know what you think about it.
C'ya and stay tuned
We also decided to try a new experiment, in the F1-1987 server now there are 2 cars available: F1-87 and a new TURBO version, our intent is to level a bit drivers performance to make closer battles, so our invite to faster drivers is to use the NORMAL version of the car and let other driver to use the TURBO one, so there would be a sort of little catch-up effect that should help slower players to be competitive.
Let us know what you think about it.
C'ya and stay tuned
You should make a track pack and include it in a macro that starts when the server is started. Currently there are no tracks so as soon as you join the cup will start and end immediately giving you barely enough time to download a car. Also if the Escort GT is new (made by you) you could also put it on...
umm is very strangeDel wrote:You should make a track pack and include it in a macro that starts when the server is started. Currently there are no tracks so as soon as you join the cup will start and end immediately giving you barely enough time to download a car. Also if the Escort GT is new (made by you) you could also put it on...
we put up correctly a server with 6 tracks,
this server runs well for the first cup than try to find random tracks on main track directory of TS directory (it is empty on my pc) and do not read subfolders so it stop working..
is there a server manual or tutorial to read?
PS :The escort GT is a little mod of an existing car we found years ago around the web
doc/README-autoserver.txt
I recommend you make a macro (macros.ini) that's run at server startup:
Because I'm uncool like that. And I have no idea if that will work.
Looks like KB found a way to make it work.
I recommend you make a macro (macros.ini) that's run at server startup:
Code: Select all
Begin ServerStart
/run F1-1987-test
EndCode: Select all
Begin F1-1987-test
/tracks /clear
/tracks /add TSE-Kelston
/tracks /add TSE-Putrington
/tracks /add TSE-Xianlao
(you get the idea)
/cars /clear
/cars /add "1987 - F1 B0.8"
/cars /add "TURBO 1987 - F1 B0.8"
/autoserver 1
EndLooks like KB found a way to make it work.

