Kart Racing Pro

Kart Racing Pro by PiBoSo is out. Download the game/demo: click here

Minimum requirements:
Operating System: Windows 98/ME/2000/XP/Vista/7, 32 or 64 bits
Processor: 1.5 GHz
RAM: 512 MB
Video Card: 64 MB OpenGL 1.2.1-compliant
DirectX Version: DirectX 8.1 or newer libraries


 
Weren't you already registered? Skins have another installation in Beta 7:

"bodyworks\paints\tk" for T karts
"bodyworks\paints\nl" for C karts
"bodyworks\paints\fl" for B karts

and copy the PNT file in the appropriate directory.

It is also possible to have a paint for a specific kart, using the following structure:
"karts\t_kf1\paints"
"karts\t_kf3\paints"
"karts\t_kz1\paints"
"karts\t_fs250\paints"
"karts\t_f100\paints"
... and so on

For the helmet and visor:
"driver\helmets\sk6\paints"
or
"driver\helmets\sk6_s\paints"
 
I would settle for having some AI or GHOST karts to race against.

Ghosts can be my previous laps or other peoples ghosts that run locally - kinda' like AI, but real peoples laps as ghosts that we can download and run 10 of them at a time.

Can you run AI but I just didn't notice it in the menus?
 
You have trainer option in testing sessions (which is just ghost of your best lap). I think some faster guys posted their ghosts files on krp forum so you can have some challenge.

There is no AI and developer is saying constantly that there are no plans for implementing it.
 
To start a dedicated server, launch kart.exe with the following params:
Code: [Select]
kart.exe -dedicated (port number) [-set params (config_file)]
for example:
Code: [Select]
kart.exe -dedicated 10610 -set params dedicated.ini

Configuration file must be in installation path.
If not set SERVER.INI is used.

Format:
Code: [Select]
[connection]
name =
maxclient =
password =
admin_password =
bandwidth = ; 0 -> low, 1 -> medium, 2 -> high
max_ping =
whitelist = ; the filename of the whitelist
MOTD = ; message of the day. Use "/r" to split the message in multiple lines.

[export]
results = ; html or xml. If set it will automatically export results at the end of the last session
directory = ; the directory where results will be saved ( must exist )
units = ; 0 -> metric units, 1 -> English units

[replay]
save = ; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race
directory = ; the directory where replays will be saved ( must exist )

[event]
track = ; track ID ( for ex. Lonato )
track_layout = ; track layout ( for ex. Short ). Empty -> Default;
category = ; kart category allowed. Empty -> Open; KF1, KF3, KZ1, FS250, F100

[rating]
class = ; A -> 2000+, B -> 1600-1999; C -> 1200-1599; D -> 800-1199

[weather]
realistic = ; 0 or 1, if set to 1, following params are ignored
conditions = ; 0 -> sunny, 1 -> cloudy, 2 -> rainy
temperature = ; air temperature, celsius
wind_direction = ; 0 -> north, 1 -> north-east, 2 -> east, ..., 7 -> north-west
wind_speed = ; meters/second
track_conditions = ; 0 -> dry, 1 -> wet ( values in between like 0.5 are allowed )

[hardcore]
force_cockpit = ; 0 or 1
no_aids = ; 0 or 1
limited_tyre_sets = ; 0 or 1

[race]
quick_race = ; 0 or 1, if set to 1, practice, sighting lap and warmup lap are skipped
practice_length = ; minutes
qualify_length = ; minutes
sighting_lap = ; 0 or 1
race_length = ; % of full length
restart_delay = ; server restart time in seconds

[live]
enable = ; 1 to enable live timing
port = ; the UDP port
password =

It is possible to set up to 9 additional tracks, in the "events" section:
Code: [Select]
track2=
track2_layout=
track3=
track3_layout=
...
...
track10=
track10_layout=
The server will move to the next at each restart and wrap to the first after the last.
The same track and layout can be repeated multiple times in the 10 "slots".

The whitelist is a text file using the following format:
Code: [Select]
[entry0]
guid = ........

[entry1]
guid = ........

[entry2]
guid = ........
The GUID can be read in the "Profiles" menu.

In the dedicated server text input, it is possible to type "restart" to reset the server.


NOTE: a license is not needed to start a dedicated server.
 
i cant make it to work. i have the black screen for the server but i can't change anything. i have made the dedicated.ini file. but do i need to convert is to what i want? this is what i have in the dedicated.ini file

[connection]
name = test rodney
maxclient = 10
password =
admin_password =
bandwidth = 1 ; 0 -> low, 1 -> medium, 2 -> high
max_ping =
whitelist = ; the filename of the whitelist
MOTD = welcome ; message of the day. Use "/r" to split the message in multiple lines.

[export]
results = ; html or xml. If set it will automatically export results at the end of the last session
directory = ; the directory where results will be saved ( must exist )
units = ; 0 -> metric units, 1 -> English units

[replay]
save = ; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race
directory = ; the directory where replays will be saved ( must exist )

[event]
track = Wackersdorf ; track ID ( for ex. Lonato )
track_layout = ; track layout ( for ex. Short ). Empty -> Default;
category = F100 ; kart category allowed. Empty -> Open; KF1, KF3, KZ1, FS250, F100

[rating]
class = ; A -> 2000+, B -> 1600-1999; C -> 1200-1599; D -> 800-1199

[weather]
realistic = 0 ; 0 or 1, if set to 1, following params are ignored
conditions = 1 ; 0 -> sunny, 1 -> cloudy, 2 -> rainy
temperature = 25 ; air temperature, celsius
wind_direction = 4 ; 0 -> north, 1 -> north-east, 2 -> east, ..., 7 -> north-west
wind_speed = 2 ; meters/second
track_conditions = 0 ; 0 -> dry, 1 -> wet ( values in between like 0.5 are allowed )

[hardcore]
force_cockpit = 0 ; 0 or 1
no_aids = 1 ; 0 or 1
limited_tyre_sets = 0 ; 0 or 1

[race]
quick_race = 0 ; 0 or 1, if set to 1, practice, sighting lap and warmup lap are skipped
practice_length = 20 ; minutes
qualify_length = 10 ; minutes
sighting_lap = 1 ; 0 or 1
race_length = 20 ; % of full length
restart_delay = ; server restart time in seconds

[live]
enable = ; 1 to enable live timing
port = ; the UDP port
password =



but if i open the KartRacingPro-DedicatedServer (black screen)
there is only this

Session name: dedicatedSession
Max clients: 20
Bandwidth: low
============
Track: amay
Category: Open
Practice: 20 min
Qualify: 20min
Race: 10%
Realistic weather
Waiting



so totaly not the setup i want for the server. en it keeps "waiting"
i don't know how t make it work at all :(
 
i cant make it to work. i have the black screen for the server but i can't change anything. i have made the dedicated.ini file. but do i need to convert is to what i want? this is what i have in the dedicated.ini file

[connection]
name = test rodney
maxclient = 10
password =
admin_password =
bandwidth = 1 ; 0 -> low, 1 -> medium, 2 -> high
max_ping =
whitelist = ; the filename of the whitelist
MOTD = welcome ; message of the day. Use "/r" to split the message in multiple lines.

[export]
results = ; html or xml. If set it will automatically export results at the end of the last session
directory = ; the directory where results will be saved ( must exist )
units = ; 0 -> metric units, 1 -> English units

[replay]
save = ; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race
directory = ; the directory where replays will be saved ( must exist )

[event]
track = Wackersdorf ; track ID ( for ex. Lonato )
track_layout = ; track layout ( for ex. Short ). Empty -> Default;
category = F100 ; kart category allowed. Empty -> Open; KF1, KF3, KZ1, FS250, F100

[rating]
class = ; A -> 2000+, B -> 1600-1999; C -> 1200-1599; D -> 800-1199

[weather]
realistic = 0 ; 0 or 1, if set to 1, following params are ignored
conditions = 1 ; 0 -> sunny, 1 -> cloudy, 2 -> rainy
temperature = 25 ; air temperature, celsius
wind_direction = 4 ; 0 -> north, 1 -> north-east, 2 -> east, ..., 7 -> north-west
wind_speed = 2 ; meters/second
track_conditions = 0 ; 0 -> dry, 1 -> wet ( values in between like 0.5 are allowed )

[hardcore]
force_cockpit = 0 ; 0 or 1
no_aids = 1 ; 0 or 1
limited_tyre_sets = 0 ; 0 or 1

[race]
quick_race = 0 ; 0 or 1, if set to 1, practice, sighting lap and warmup lap are skipped
practice_length = 20 ; minutes
qualify_length = 10 ; minutes
sighting_lap = 1 ; 0 or 1
race_length = 20 ; % of full length
restart_delay = ; server restart time in seconds

[live]
enable = ; 1 to enable live timing
port = ; the UDP port
password =



but if i open the KartRacingPro-DedicatedServer (black screen)
there is only this

Session name: dedicatedSession
Max clients: 20
Bandwidth: low
============
Track: amay
Category: Open
Practice: 20 min
Qualify: 20min
Race: 10%
Realistic weather
Waiting



so totaly not the setup i want for the server. en it keeps "waiting"
i don't know how t make it work at all :(
You get this kind of picture?
09-12-201022-53-20eglz.png

Is your ini file called Dedicated.txt.ini? Make sure it's dedicated.ini
Maybe Rupe Wilson has any experience with your issues?
 
here is my ini named - dedicated.ini
[connection]
name = Rupe Server
maxclient = 12
password = poolkiller
admin_password = mushroom

bandwidth = 2 ; 0 -> low, 1 -> medium, 2 -> high
max_ping =
MOTD = ...NEW US club timezone races.standing starts..Come and look us up, join in the fun, ; message of the day



[export]
results = 1; 0 or 1, If set to 1 it will automatically export results at the end of the race
directory = C:\Results ; the directory where results will be saved ( must exist )
units = 0; 0 -> metric units, 1 -> English units

[replay]
save = 1; 0 or 1, If set to 1 it will automatically save the full replay at the end of the race
directory = E:\KARTREPLAYS ; the directory where replays will be saved ( must exist )

[event]
track = Villarcayo ; track ID ( for ex. Lonato,hoddesdon, Essay,Amsterdam_outdoor )

track_layout = ; track layout ( for ex. Short ). Empty -> Default;

category = KC1 ; kart category allowed. Empty -> Open; KC1, KC3, KS1, FS250

[rating]
class = ; A -> 2000+, B -> 1600-1999; C -> 1200-1599; D -> 800-1199

[weather]
realistic = 0; 0 or 1, if set to 1, following params are ignored
conditions = 0; 0 -> sunny, 1 -> cloudy, 2 -> rainy
temperature = 28 ; air temperature, celsius
wind_direction = 0; 0 -> north, 1 -> north-east, 2 -> east, ..., 7 -> north-west
wind_speed = 4; meters/second
track_conditions = 0; 0 -> dry, 1 -> wet

[hardcore]
force_cockpit = 1; 0 or 1
no_aids = 1; 0 or 1
limited_tyre_sets = 0; 0 or 1

[race]
quick_race = 0; 0 or 1, if set to 1, practice, sighting lap and warmup lap are skipped
practice_length = 30; minutes
qualify_length = 15; minutes
sighting_lap = 1 ; 0 or 1
race_length = 50 ; % of full length
restart_delay = 360 ; server restart time in seconds
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 559 17.4%
  • < 2 years

    Votes: 379 11.8%
  • < 3 years

    Votes: 341 10.6%
  • < 4 years

    Votes: 243 7.6%
  • < 5 years

    Votes: 390 12.1%
  • < 10 years

    Votes: 367 11.4%
  • < 15 years

    Votes: 215 6.7%
  • < 20 years

    Votes: 168 5.2%
  • < 25 years

    Votes: 136 4.2%
  • Ok, I am a dinosaur

    Votes: 419 13.0%
Back
Top