Mini Tutorial: How to make "bat" archives for configurate

Más
19 Jun 2016 21:26 - 19 Jun 2016 21:29 #1986 por Miguel1.8T
Hi, today I decided to do a Tutorial for the people that doesn't know how to do it:

This archives are for change or replace textures, texts or 3d models

There we go:

Imagine that we want to do two types of gearbox in car: automatic and manual

Steps:

1.Create a Variants folder
2.In this folder make two folders, one for automatic and the other one for manual
3.Copy the necesary archives for the correct work of each gearbox, example: in manual paste car.ini with automatic=0, and original views.ini and in automatic paste the car.ini with automatic=1 and if you want, different gear ratio and views.ini with other element inside it (this is optional) that is digital and it var=gear like this:

eltx
{
type=digital
x=0
y=0.25
z=0.64
xa=22
is3d=1
image=gearsautomatic.tga
src_char_wid=24
src_char_hgt=24
src_char_x=0
src_char_y=0
char_wid=0.017
char_hgt=0.017
char_dx=0.01
digits=2
var=gear
}

It will simulate the automatic gearbox indicator (R,N,D) but you have to do the archive of gearsautomatic.tga copying from another car and pasting in your car folder. Also replace the numbers to the word ''D''
4.When you have done all necesary for the gearbox change,you make a new text document and call it that you want example: if is the way from manual to automatic, you should write ''automatic gearbox'' in the title.
5.When you have finished the title you must changue the archive format from .ini or .txt to .bat
6.Open it with Notepad++
7.Is very important that the .bat archive is in the car folder and no in other additional folder, so when you open it in notepad, you have to write this:

This is an example (the archive have to recognise the archive/s)

copy /y .\Variants\Gearbox\Automatic\car.ini
copy /y .\Variants\Gearbox\Automatic\views.ini

Save and close it

8.The command that we have writen means that the .bat archive will copy car.ini and views.ini and it will paste in the same place that the .bat is (car folder)
9.Make the same with manual
10.Run a command


And this is another way to replace archives but automatically, easier and faster

All type of cars: Sedan,Coupe,Combi,Vans,Diesel,Petrol,Automatic,BMW,Ford,Seat,VW,Skoda,Citroen,Renault...
Última Edición: 19 Jun 2016 21:29 por Miguel1.8T.
Tiempo de carga de la página: 0.176 segundos
Gracias a Foro Kunena