Total Conversion Fórum Total Conversion BASH Account System
     
Bejelentkezés
Felhasználónév

Jelszó



Elfelejtetted jelszavad?
Új jelszó kérése

Hírek Tutorialok Generátorok
Tankozás sp mappon.


1) Rakjál le egy info player start-ot.
Ok. Most jöhet a tank.

2) Tank és a hozzá tartozó értékek.
Jobb klikk 2D-ben script_vehicle.
Hagyd kijelölve és írd be neki a következő értékeket entitybe:

key: model
value: xmodel/vehicle_crusander2

key: vehicletype
value: crusander_player

key: scrpt_badplace
value: 1

key: script_fireondrones
value: 1

key: script_noteworthy
value: startinside


Az egyszerűség kedvéért itt egy kép róla:



oké. A radiant részével meg is vagyunk. Konvertáljátok át a pályát, mehet a maps mappába és jöhet a gsc.

3) GSC
A pályád gsc-je minimum ezeket tartalmazza:

main()

{

maps\_load::main();

maps\_crusader_player::main("xmodel/vehicle_crusader2");

maps\_crusader_player::main("xmodel/vehicle_crusader2_viewmodel");

}

Mentsd el a maps mappába. Most jöhet a csv fájl.

4)CSV fájl.

Pályanév.csv fájlod tartalma ez legyen:

"# If the text in the first column of a row starts with a # character, the row is ignored",,"If the first column for a row is blank, then the row is ignored"
,"If the first column for a row is blank, then the row is ignored",
# The first non-comment line of a sound alias file specifies the key name for all values appearing in this column.,,
"# This means it is safe to swap entire columns around, though you should never swap partial columns.",,
"# You can invent new keys, but the game will ignore them if it doesn't know about them.",,
"# You can leave out keys, but the ""name"" and ""file"" keys must always be present.",,

,name,name of the alias that is used to play this sound (required)
,sequence,"used to uniquely identify alias entries when more than one sound goes to an alias, used only to catch unwanted duplicates (default = 0)"
,file,the name of the file that contains the sound data (required)
,vol_min,"0 is silent, 1 is full volume (default = 1)"
,vol_max,"0 is silent, 1 is full volume (default = same as vol_min)"
,vol_mod,"blank causes no effect on vol_min and vol_max, otherwise the string must match a string in the volumemodgroups.def file and the value in that file corresponding to that string will be used to adjust vol_min and vol_max, clamped to the valid range"
,pitch_min,"1 is normal playback, 2 is twice as fast, 0.5 is half as fast (default = 1)"
,pitch_max,"1 is normal playback, 2 is twice as fast, 0.5 is half as fast (default = same as pitch_min)"
,dist_min,"within this distance in inches, the sound is always full volume (default = 120)"
,dist_max,"outside this distance in inches, the sound is not started.  If left blank or set to 0, the sound will play from any distance.  This does not affect sound volume falloff.",,,,,,,,,,,,,,,,,,,,,
,channel,"auto, menu, weapon, voice, item, body, local, music, announcer (default = auto)",,,,,,,,,,,,,,,,,,,,,
,type,primed (a streamed sound which gets primed on some platforms) / streamed / loaded (default = loaded),,,,,,,,,,,,,,,,,,,,,
,probability,weight to use for the weighted probability of playing this sound instead of another sound (default = 1),,,,,,,,,,,,,,,,,,,,,
,loop,"whether this sound is ""looping"" or ""nonlooping"" (default = ""nonlooping"")",,,,,,,,,,,,,,,,,,,,,
,masterslave,"if ""master"", this is a master sound.  If a number, then this sound's volume will be multiplied by that number (a percentage between 0 and 1) any master sound is playing.  If blank, then neither master nor slave.",,,,,,,,,,,,,,,,,,,,,
,loadspec,"space-separated list of which maps should use this alias; eg, ""burnville dawnville"".  If blank, the alias is used on all maps.",,,,,,,,,,,,,,,,,,,,,
,compression,"a string corresponding to an entry in ""XMAUpdate.tbl"" which is used to determine compression by XMAUpdate.exe",,,,,,,,,,,,,,,,,,,,,
,secondaryaliasname,"defined the name of an additional sound alias to play in addition to the current alias being played. Note that it is an error for the secondaryalias to also define a secondaryaliasname (eg, if B is a secondaryalias of A, B is not allowed to have its own secondaryalias).",,,,,,,,,,,,,,,,,,,,,
,volumefalloffcurve,if blank uses the linear curve which can not be changed. A string 'XXXX' corresponds to the curve defined by the file 'soundaliases/XXXX.vfcurve',,,,,,,,,,,,,,,,,,,,,
,startdelay,defaults to no delay. The value is the number of milliseconds to delay starting the sound by,,,,,,,,,,,,,,,,,,,,,
,speakermap,if blank uses the default speakermappings which cannot be changed. A string 'XXXX' corresponds to the speakermap defined by the file 'soundaliases/XXXX.spkrmap'. ,,,,,,,,,,,,,,,,,,,,,
,reverb,"blank means the alias is affected normally by wet and dry levels, ""fulldrylevel"" forces the alias to use a full drylevel (ignoring the global drylevel), ""nowetlevel"" forces the alias to use no wetlevel (ignoring the global wetlevel)",,,,,,,,,,,,,,,,,,,,,
,lfe percentage,this determines what percentage of the highest calculated spatialized speaker volume should be passed to the LFE. blank means no LFE for the sound,,,,,,,,,,,,,,,,,,,,,

name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch_max,dist_min,dist_max,channel,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname,volumefalloffcurve,startdelay,speakermap,reverb,lfe percentage
"crusader_idle_low",,"vehicles/mrk_tank_03_idle.wav",0,,"vehicle","0.75",,250,2500,"auto",,,"looping",,,,,,"weapon1",,,,

"crusader_idle_high",,"vehicles/mrk_tank_03_idle.wav","0.3",,"vehicle",1,,250,2500,"auto",,,"looping",,,,,,"weapon1",,,,

"crusader_engine_low",,"vehicles/mrk_tank_03_move.wav",0,,"vehicle","0.75",,250,2500,"auto",,,"looping",,,,,,"weapon1",,,,

"crusader_engine_high",,"vehicles/mrk_tank_03_move.wav",1,,"vehicle",1,,250,2500,"auto",,,"looping",,,,,,"weapon1",,,,

"crusader_fire",1,"weapons/flak/flak88_fire02.wav","0.9","0.9","vehicle",1,1.2,250,8500,"weapon",,,,"0.85",,,,,"weapon2",,,,"0.3"

"crusader_fire",2,"weapons/flak/flak88_fire03.wav","0.9","0.9","vehicle",1,1.2,250,8500,"weapon",,,,"0.85",,,,,"weapon2",,,,"0.3"

"crusader_turret_spin",,"vehicles/mrk_turret_turn04_22k.wav","0.9","0.9","vehicle",1,,7,3500,"auto",,,"looping",,,,,,"weapon2",,,,

"crusader_turret_stop",,"vehicles/mrk_turret_end01_22k.wav","0.15","0.15","vehicle","0.8",1,7,3500,"auto",,,,,,,,,"weapon2",,,,

"tank_reload",,"vehicles/tank_reload.wav","0.8","0.8","vehicle",1,1,200,2000,"auto",,,,,,,,,,,,,,,,,,,,,,,,,,

Ezt mentsd el és rakd bele a soundaliases mappádba.

Csomagolj be iwd-be mindent és kész.

 

27-03-2011 12:23:20 Krisz Totalconversion.hu

Hozzászólások
Még nem küldtek hozzászólást
Hozzászólás küldése
Hozzászólás küldéséhez be kell jelentkezni.
Üzenőfal
Üzenet küldéséhez be kell jelentkezned!

g4ngszt3r
2013/05/14 19:46
@SkinHead SS: - Gratulálok, én is csipem a rap-et, de ennek mi köze az oldal működéséhezWhat?

SkinHead SS
2013/05/14 18:56
Itt a helyem!Grin [Link]

spencer000
2013/05/14 16:57
@g4ngszt3r: - Kíváncsian várom, a fejleményeket.

g4ngszt3r
2013/05/14 10:12
@spencer000: - Lesz itt újdonság... Kezdetnek itt vagyok én :$ ... de nyugalom, elindultunk...

spencer000
2013/05/14 10:06
A lénnyeg, egy olyan csapat aki alkotna vmi okosságot, mert az, hogy a régi TC Fórumról a tutokat átpakolta PetX az új forumra, és 1-2 ember aki eddig is kérdezett, vagy írt a forumba ezután is megteszi, azon kivül semmi nem lett másabb az új forummal. Ameddig nem látja aki idejön, hogy van értelme ezzel foglalkozni, nem lesz semmi.

g4ngszt3r
2013/05/14 09:59
@spencer000: - Legközelebb amennyire lehetséges, egy üzenetben küld el a mondanivalód Smile Kicsit csakorlom a moderátorkodást Smile

spencer000
2013/05/14 09:51
Egy modellező már tuti lenne Grin Csak elkezdeni kell, csatlakozok lennének tuti, csak ha nem kezdi el a fene se, abból sok nem lesz.

spencer000
2013/05/14 09:50
Sztem a TC, ott vesztette értelmét, amikor a sok "modder"-nek elég volt az, hogy valahonnan szerzett módot, átírta, és azt tette fel szerverére. Ez gyakorlásnak egész, jó de ebből mod nem lesz. Szerintem elég lenne, egy olyan csapat akik, ha hétköznap nem, de hétvégén össze ül, és csinálják a modokat, nincs minden veszve ez tuti, ha egyszer sikerült miért ne sikerülne újra.

g4ngszt3r
2013/05/10 16:18
@Randall: - És arra gondoltál amire én... És persze, hogy a tutoriálból várják csodát, mivel ez már egy másik generáció... És ameddig nem tud valaki egy épkézláb módot magától írni, egyedi módot se várj. Comprende, amigo? Grin

Randall
2013/05/10 12:22
@g4ngszt3r: - mondom én... Grin A tc alapból egy modder csapat volt, és amíg készültek a modok, addig volt is élet. Ehelyett most mindenki a tutorialoktól várja a csodát, amik senkit sem érdekelnek. Ide nem új oldal kell, hanem egyedi modok. És amíg nincs ember az elkészítésükhöz, addig nincs is miről beszélni.

g4ngszt3r
2013/05/09 15:57
@Randall: - Ha arra gondolsz amire én, akkor nagyjából értem. Szabadfordításban pedig persze teljes átalakítást jelent... Úgy általában szerintem meg a totalconversion ( tc ) már az egész oldalt, módkészítést, pályakészítést, "szemléletet" magába foglalja. Legalábbis magyar viszonylatban. Smile Uff, szóltam OK

Randall
2013/05/08 10:55
Szerintem sokan félreértelmezitek, hogy mi is a TC valójában Grin

Szendvics
2013/05/08 01:53
Hát de tudod az oldal kell valakinek feleslegesen dolgozni meg... amúgy akkor üdv a fedélzeten már ha van ilyen Grin

g4ngszt3r
2013/05/07 11:48
@Szendvics: - Most úgy konkrétan az oldalra gondoltam. Grin De ez még várat magára, mostanában nem sokat vagyok gépnél. Igazán megkaphatnám már a névszínezést PetX Grin

asus89
2013/05/06 20:05
Csináltam Cod2Radiant telepitőt,raktam bele pár hasznos programot:cod2wpsettings, dds2iwi,iwitodds,EGTMapFX GSC,IWI_X_DDS_HUN,XModelE xporter_HUN,Tom_IWIViewer cod,2compiletools_compile bsp,modelshots v1.1.ezek találhatók a Bin [URL] meg találhatod a Minden programban [URL]