Welcome, Guest
Username: Password: Remember me
"City Car Driving" modifications forum

TOPIC: The car files

Re: The car files 24 Dec 2011 06:48 #1712

  • jumadi1990
  • jumadi1990's Avatar
  • OFFLINE
  • Novice
  • Posts: 31
  • Thank you received: 1
yeah I tried it. But still cannot find the BMW. I tried quite number of other cars as well. Is re-installing the program may fix the problem ? and when I re-install the whole CCD, can I still used my old activation keys ?
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 07:09 #1713

  • duff99
  • duff99's Avatar
  • OFFLINE
  • Novice
  • Posts: 8
I've downloaded BMW M5 files from forum link you gave. All is working fine. Here's proper players_cars.xml code : [code]<?xml version="1.0" encoding="UTF-8" ?> <Cars> <Car Name="BMWM5" ABS="true" AT="true"> <DisplayName>BMW M5</DisplayName> <Description> BMW M5 Drive Type: Rear Transmission type and number of transmissions: manual gearbox 6, automatic transmission 5 Engine power, hp: 507 Engine capacity, cc: 4999 Max. speed, km / h in 320km / h </Description> </Car> </Cars> [/code] And a pastebin link if formatting gets messed up by forum: http://pastebin.com/qpuiSiyW[file is in your program files /City Car Driving/data/config]:
<?xml version="1.0" encoding="UTF-8" ?>
<Cars>
	<Car Name="BMWM5" ABS="true" AT="true">
		<DisplayName>BMW M5</DisplayName>
		<Description>
		BMW M5
		Drive Type: Rear
		Transmission type and number of transmissions: manual gearbox 6, automatic transmission 5
		Engine power, hp: 507
		Engine capacity, cc: 4999
		Max. speed, km / h in 320km / h
		</Description>
	</Car>	
</Cars>
And a pastebin link if formatting gets messed up by forum:
pastebin.com/qpuiSiyW
Last Edit: 24 Dec 2011 07:10 by duff99.
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 07:14 #1714

  • jumadi1990
  • jumadi1990's Avatar
  • OFFLINE
  • Novice
  • Posts: 31
  • Thank you received: 1
OH YEAH !!! U r right !!! thanks duff !!! and thank you too echo !!! cheers !!! =p
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 07:18 #1715

  • jumadi1990
  • jumadi1990's Avatar
  • OFFLINE
  • Novice
  • Posts: 31
  • Thank you received: 1
there are some misplaced words in the text.

<DisplayName>BMW M5

instead of

BMW5<DisplayName>


Cheers !!!
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 07:29 #1716

  • duff99
  • duff99's Avatar
  • OFFLINE
  • Novice
  • Posts: 8
yeah. that was the culprit :)
Basically if you want to add new cars just download the ZIP file and look in data\gamedata\cars folder to find out what's the car name [in case of BMW M5 file it's BMWM5] and then just edit and add in players_cars.xml lines in that format:
<?xml version="1.0" encoding="UTF-8" ?>
<Cars>
	<Car Name="[name of folder of some car you've added earlier]" ABS="[true for ABS ability, false for no]" AT="true for automatic gearbox, false for no such option">
		<DisplayName>[name of other car]</DisplayName>
		<Description>
		[description of car]
		</Description>
	</Car>
	<Car Name="[folder name]" ABS="true" AT="true" >
		<DisplayName>[name of the car]</DisplayName>
		<Description>
		[description of car]
		[power, engine etc]
		</Description>
	</Car>
(more cars here...)
</Cars>
Last Edit: 24 Dec 2011 07:30 by duff99.
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 20:22 #1717

  • Krystian_PL
  • Krystian_PL's Avatar
  • OFFLINE
  • Advanced user
  • Polish-Guy
  • Posts: 134
  • Thank you received: 13
I need English or Polish Tutorial, maybe someone can make a Video, how to install the Cars in CCD 1.2.2 !?
Just in Time
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 20:29 #1718

  • Lukasz
  • Lukasz's Avatar
  • OFFLINE
  • Novice
  • Posts: 31
  • Thank you received: 2
Mi się wydaję, że to się robi tak:
Wypakowujesz rar
Flodery wklejasz do głownego folderu CCD
<Car Name="panamera" ABS="true" AT="true" >
<DisplayName>Porsche Panamera</DisplayName>
<Description>
Porsche Panamera
Тип привода: 4х4
Тип коробки передач и кол-во передач: МКПП, 7; АКПП, 5
Мощность двигателя, 500 л.с.
Макс. скорость, км/ч: 303
Развивает скорость с 0 до 100 км/ч за 4,2 с.
</Description>
</Car>
Wklejasz do /data/config/player_cars.xml
I to chyba wszystko.
The administrator has disabled public write access.

Re: The car files 24 Dec 2011 20:40 #1719

  • Krystian_PL
  • Krystian_PL's Avatar
  • OFFLINE
  • Advanced user
  • Polish-Guy
  • Posts: 134
  • Thank you received: 13
Lukasz wrote:
Mi się wydaję, że to się robi tak:
Wypakowujesz rar
Flodery wklejasz do głownego folderu CCD
<Car Name="panamera" ABS="true" AT="true" >
<DisplayName>Porsche Panamera</DisplayName>
<Description>
Porsche Panamera
Тип привода: 4х4
Тип коробки передач и кол-во передач: МКПП, 7; АКПП, 5
Мощность двигателя, 500 л.с.
Макс. скорость, км/ч: 303
Развивает скорость с 0 до 100 км/ч за 4,2 с.
</Description>
</Car>
Wklejasz do /data/config/player_cars.xml
I to chyba wszystko.

Ty, to ja tez myslalem, ale tak to mi nie dziala :dry: Nie wiem co trzeba robic, bardzo to komplikowane.

That I have tried, but by me doesn't work :dry: It's very complicate
Just in Time
Last Edit: 24 Dec 2011 20:40 by Krystian_PL.
The administrator has disabled public write access.

Re: The car files 25 Dec 2011 05:22 #1725

  • Krystian_PL
  • Krystian_PL's Avatar
  • OFFLINE
  • Advanced user
  • Polish-Guy
  • Posts: 134
  • Thank you received: 13
teraz ja wiem jak to dziala :)

Now i know how it works :)
Just in Time
The administrator has disabled public write access.

Re: The car files 25 Dec 2011 06:09 #1726

  • Lukasz
  • Lukasz's Avatar
  • OFFLINE
  • Novice
  • Posts: 31
  • Thank you received: 2
To mógłbyś napisać co i jak...
The administrator has disabled public write access.
Time to create page: 0.194 seconds