Jump to content

Jag hålelr på med GTA VC: Sweden till VCMM.


Mikolan
 Share

Recommended Posts

jag har ett LITET problem =/ en del har gjort sina textur moddar i .bmp format, jag behöver alla i .txd format för att vcmm modden ska fungera ;) skulle behöva en gta3.img och txd.img, kan nån adda mig på msn ocj´h skicka eller så kanske det finns en ftp med dem på? :P

Länk till kommentar
Dela på andra sidor

Skrivet (redigerad)

Aja kan itne göra mer nu, fortsätter imorgon, hittils har jag lagt till dessa i Moden:

Swedish Enforcer by StellHell

Hemglass Mod By Skribb

Swedish policecar by GTA3_PLAYER

Swedish Police Maverick by StellHell

Swedish postbox by StellHell

Blueish Cop by Skribb

Swedish ambulance by GTA3_PLAYER

Redigerad av Mikolan
Länk till kommentar
Dela på andra sidor

:lol::wub: :wub: ska ut med båten i 2 veckor kommer att jobba med modden på bärbara datan därifrån, ifall nå vill leka med koden så här e den:

//Variables

$enforcer_txd = include('D:/temp/Enforcer/enforcer.txd');

$mrwhoppe_txd = include('D:/temp/hemglass/mrwhoop.txd');

$icecreamfactory = include('D:/temp/hemglass/lh_taxi.txd');

$police_car = include('D:/temp/policecar/police.txd');

$police_mav = include('D:/temp/Maverick/polmav.txd');

$postbox = include ('D:/temp/post/dynpostbx.txd');

$polis = include ('D:/temp/polis/cop.txd');

$polis_tommy = include('D:/temp/polis/CSplay6.txd');

$polis_lol = include('D:/temp/polis/player6.txd');

$ambulance_sv = include('D:/temp/ambulance/ambulan.txd');

//Variables for the Hemglasscar

$glass_name = 'Hemglass';

$glass_defaultide = '153, mrwhoop, mrwhoop, car, MRWHOOP, WHOOPEE, null, ignore, 10, 6, 0, 239, 0.7';

$glass_coldata = 'mrwhoop, 59,55';

$gta3_img = '/models/gta3.img';

//Renaming the vehicles.col

file_move('/models/coll/vehicles.col', '/models/coll/vehicles_backup.col');

//Making a new vehicles.col

file_copy('D:/temp/hemglass/vehicles.col', '/models/coll/');

//renaming the carcols file

//Making a new one

//adding the txdfiles

image_addfile ($gta3_img, $mrwhoppe_txd);

image_addfile ($gta3_img, $icecreamfactory);

//updating the ide

car_updateide('mrwhoop',$glass_defaultide);

//updating the displayname

car_updatedisplayname('mrwhoop', $glass_name);

//changing colors

config_replaceline('/data/carcols.dat','mrwhoop',$glass_coldata);

//Variables for Enforcer

$swat_coldata = 'enforcer, 1, 95';

file_move('/data/carcols.dat', '/data/carcols_backup.dat');

file_copy('D:/temp/carcols.dat', '/data/');

//Adding the police car and maverick

image_addfile ($gta3_img, $police_car);

image_addfile ($gta3_img, $police_mav);

//Adding misc. files

image_addfile ($gta3_img, $postbox);

image_addfile ($gta3_img, $polis);

image_addfile ($gta3_img, $polis_tommy);

image_addfile ($gta3_img, $polis_lol);

//Adding Ambulance

image_addfile ($gta3_img, $ambulance_sv);

//This is a bonus :unsure:

file_copy('D:/My shared folder/Starship - We Built This City.mp3', '/mp3');

Länk till kommentar
Dela på andra sidor

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gäst
Skriv inlägg...

×   Innehåll kopierat inklusive formatering.   Ta bort formatering

  Only 75 emoji are allowed.

×   Din länk har expanderats till ett media-block.   Visa länk istället

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...