Concavax Posted May 9, 2014 Share Posted May 9, 2014 (edited) Hi, i need the names of all vehicules, bikes, boats and special carts (Go-kart) Because i use the tools of Dk, i create mip mapping of all txd files with hes tools. Whatever, i need the names because the original txd and dff files mix with my personal cars (mod) I mean: -zr350.txd -zr350.dff etc... I use modloader. I have all the names of txd files using this script. (Batch) @Echo OFF REM ================= REM Console Settings: REM ================= Title Files2List - By Elektro Mode Con Cols=150 Lines=50 CHCP 1252 1>NUL & REM Windows-1252, Spanish-Latin. REM ===== REM Info: REM ===== Echo+ Echo ---------------------------------------------------------------------------------------------------------------------------------- Echo This script writes a textfile containing the relative paths of the file structure at the working directory and it's subdirectories Echo ---------------------------------------------------------------------------------------------------------------------------------- Echo+ REM ==================== REM User defined values: REM ==================== REM This value indicates the directory where to list it's file structure. Set "WorkingDir=%CD%" REM This value indicates the resulting file list. Set "OutputFile=%CD%\Files.txt" REM This value indicates the ubication of the logfile that will record info. Set "Logfile=%CD%\%~n0.log" REM This value indicates the File-Extensions to exclude during the process. REM ( Use an ';' delimiter to separate multiple extensions ) Set "ExcludeExts=.bat;.cmd" REM This value indicates the filenames to exclude during the process. REM ( Use an ';' delimiter to separate multiple filenames ) Set "ExcludeNames=%~nx0" REM This value indicates the files to exclude during the process. REM ( Use an ';' delimiter to separate multiple files ) Set "ExcludeFiles=%OutputFile%;%Logfile%" REM This value indicates how the hidden files are threated when listing the file structure. REM True = List files and also files with the 'hidden' attribute. REM False = List only normal files without the 'hidden' attribute. Set "IncludeHiddenFiles=True" REM ===== REM Main: REM ===== :: Call Methods. Call :CheckErrors Call :CreateLog Call :StartTimer Call :ListFiles "%IncludeHiddenFiles%" Call :StopTimer Call :EndLog Pause&Exit REM ======== REM Methods: REM ======== :CreateLog :: Create the Script Logfile and record starting info on it. FSutil.exe File CreateNew "%LogFile%" "0" 1>NUL ( Echo+ Echo Files 2 List Echo ========================= Echo %DATE% ^| %TIME:~0,-3% Echo /\/\/\/\/\/\/\/\/\/\/\/\/ Echo+ Echo Working Directory...: %WorkingDir% Echo Include Hidden Files: %IncludeHiddenFiles% Echo+ Echo Excluded Extensions.: %ExcludeExts% Echo Excluded Filenames..: %ExcludeNames% Echo Excluded Files......: %ExcludeFiles% Echo+ Echo Output file.........: %OutputFile% Echo Log file............: %LogFile% Echo+ Echo ========================= )>"%LogFile%" :: Display starting log info. Type "%LogFile%" | MORE :: Continue writting log. ( Echo+ Echo Excluded Files: Echo =============== Echo+ )>>"%LogFile%" Goto:EOF :EndLog ( Echo+ Echo Done! | MORE Echo Listed Files..: %ListedFileCount% files. Echo Excluded Files: %ExcludedFileCount% files. Echo Elapsed Time..: %ElapsedTime% Echo+ )>>"%LogFile%" :: Display ending information. CLS Type "%LogFile%" Goto:EOF :StartTimer Set "StartingDate=%Date%" Set "StarttingTime=%Time:~0,-3%" Goto :EOF :StopTimer ( Echo Minutes = DateDiff^("n", "%StartingDate% %StarttingTime%", Now^) Echo WScript.Echo Minutes ^& " Minutes" )>"%TEMP%\%~n0 MinuteDiff.vbs" For /F "Tokens=*" %%# In ( 'Cscript.exe /Nologo "%TEMP%\%~n0 MinuteDiff.vbs"' ) Do ( Set "ElapsedTime=%%#" ) Goto:EOF :ListFiles Echo [+] Collecting files, this operation could take some minutes long, please wait... If /I "%~1" EQU "True" (Call :ListHiddenFiles) If /I "%~1" EQU "False" (Call :ListNormalFiles) Goto:EOF :ListNormalFiles (FOR /R "%WorkingDir%" %%# in ("*") DO ( Set "Exclude=" If Defined ExcludeExts ( ( Echo "%ExcludeExts%" | Find.exe /I "%%~x#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Defined ExcludeNames ( ( Echo "%ExcludeNames%" | Find.exe /I "%%~nx#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Defined ExcludeFiles ( ( Echo "%ExcludeFiles%" | Find.exe /I "%%~f#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Not Defined Exclude ( Set "File=%%~f#" Call Echo %%File:%WorkingDir%=.%% Set /A "ListedFileCount+=1" ) Else ( Set "File=%%~f#" Call Echo %%File:%WorkingDir%=.%%>>"%LogFile%" Set /A "ExcludedFileCount+=1" ) ))>"%OutputFile%" Goto :EOF :ListHiddenFiles (FOR /F "Tokens=* Delims=" %%# in ('Dir /B /S /A-D "%WorkingDir%\*"') DO ( Set "Exclude=" If Defined ExcludeExts ( ( Echo "%ExcludeExts%" | Find.exe /I "%%~x#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Defined ExcludeNames ( ( Echo "%ExcludeNames%" | Find.exe /I "%%~nx#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Defined ExcludeFiles ( ( Echo "%ExcludeFiles%" | Find.exe /I "%%~f#" 1>NUL 2>&1 ) && ( Call Set "Exclude=True" ) ) If Not Defined Exclude ( Set "File=%%~f#" Call Echo %%File:%WorkingDir%=.%% Set /A "ListedFileCount+=1" ) Else ( Set "File=%%~f#" Call Echo %%File:%WorkingDir%=.%%>>"%LogFile%" Set /A "ExcludedFileCount+=1" ) ))>"%OutputFile%" Goto:EOF REM =============== REM Error Controls: REM =============== :CheckErrors :: 'IncludeHiddenFiles' Value check. If /I "%IncludeHiddenFiles%" NEQ "True" If /I "%IncludeHiddenFiles%" NEQ "False" ( Echo [x] Error parsing parameter 'IncludeHiddenFiles', Echo value '%IncludeHiddenFiles%' is not a Boolean value. Pause&Exit ) Goto:EOF And i have this file list. http://pastebin.com/WetmmYFx Please i need all names. The problem. Please i need help. Edit: Sorry for the last ass post Thanks!!!! Ashwin.star i start copy the names Edit: Here is the name of all texture and models names landstal.txd landstal.dff bravura.txd bravura.dff buffalo.txd buffalo.dff linerun.txd linerun.dff peren.txd peren.dff sentinel.txd sentinel.dff dumper.txd dumper.dff firetruk.txd firetruk.dff trash.txd trash.dff stretch.txd stretch.dff manana.txd manana.dff infernus.txd infernus.dff voodoo.txd voodoo.dff pony.txd pony.txd mule.txd mule.dff cheetah.txd cheetah.dff ambulan.txd ambulan.dff leviathn.txd leviathn.dff moonbeam.txd moonbeam.dff esperant.txd esperant.dff taxi.txd taxi.dff washing.txd washing.dff bobcat.txd bobcat.dff mrwhoop.txd mrwhoop.dff bfinject.txd bfinject.dff hunter.txd hunter.dff premier.txd premier.dff enforcer.txd enforcer.dff securica.txd securica.dff banshee.txd banshee.dff predator.txd predator.dff bus.txd bus.dff rhino.txd rhino.dff barracks.txd barracks.dff hotknife.txd hotknife.dff artict1.txd artict1.dff previon.txd previon.dff coach.txd coach.dff cabbie.txd cabbie.dff stallion.txd stallion.dff rumpo.txd rumpo.dff rcbandit.txd rcbandit.dff romero.txd romero.dff packer.txd packer.dff monster.txd monster.dff admiral.txd admiral.dff squalo.txd squalo.dff seaspar.txd seaspar.dff pizzaboy.txd pizzaboy.dff artict2.txd artict2.dff turismo.txd turismo.dff speeder.txd speeder.dff reefer.txd reefer.dff tropic.txd tropic.dff flatbed.txd flatbed.dff yankee.txd yankee.dff caddy.txd caddy.dff solair.txd solair.dff topfun.txd topfun.dff skimmer.txd skimmer.dff pcj600.txd pcj600.dff faggio.txd faggio.dff freeway.txd freeway.dff rcbaron.txd rcbaron.dff rcraider.txd rcraider.dff glendale.txd glendale.dff oceanic.txd oceanic.dff sanchez.txd sanchez.dff soarrow.txd sparrow.dff patriot.txd patriot.dff quad.txd quad.dff coastg.txd coastg.dff dinghy.txd dinghy.dff hermes.txd hermes.dff sabre.txd sabre.dff rustler.txd rustler.dff zr350.txd zr350.dff walton.txd walton.dff regina.txd regina.dff comet.txd comet.dff bmx.txd bmx.dff burrito.txd burrito.dff camper.txd camper.dff marquis.txd marquis.dff baggage.txd baggage.dff dozer.txd dozer.dff maverick.txd maverick.dff vcnmav.txd vcnmav.dff rancher.txd rancher.dff fbiranch.txd fbiranch.dff virgo.txd virgo.dff greenwoo.txd greenwoo.dff jetmax.txd jetmax.dff hotring.txd hotring.dff sandking.txd sandking.dff blistac.txd blistac.dff polmav.txd polmav.dff boxville.txd boxville.dff benson.txd benson.dff mesa.txd mesa.dff rcgoblin.txd rcgoblin.dff hotrina.txd hotrina.dff hotrinb.txd hotrinb.dff bloodra.txd bloodra.dff rnchlure.txd rnchlure.dff supergt.txd supergt.dff elegant.txd elegant.dff journey.txd journey.dff bike.txd bike.dff mtbike.txd mtbike.dff beagle.txd beagle.dff cropdust.txd cropdust.dff stunt.txd stunt.dff petro.txd petro.dff rdtrain.txd rdtrain.dff nebula.txd nebula.dff majestic.txd majestic.dff buccanee.txd buccanee.dff shamal.txd shamal.dff hydra.txd hydra.dff fcr900.txd fcr900.dff nrg500.txd nrg500.dff copbike.txd copbike.dff cement.txd cement.dff towtruck.txd towtruck.dff fortune.txd fortune.dff cadrona.txd cadrona.dff fbitruck.txd fbitruck.dff willard.txd willard.dff forklift.txd forklift.dff tractor.txd tractor.dff combine.txd combine.dff feltzer.txd feltzer.dff remingtn.txd remingtn.dff slamvan.txd slamvan.dff blade.txd blade.dff vortex.txd vortex.dff vincent.txd vincent.dff bullet.txd bullet.dff clover.txd clover.dff sadler.txd sadler.dff firela.txd firela.dff hustler.txd hustler.dff intruder.txd intruder.dff primo.txd primo.dff cargobob.txd cargobob.dff tampa.txd tampa.dff sunrise.txd sunrise.dff merit.txd merit.dff utility.txd utility.dff nevada.txd nevada.dff yosemite.txd yosemite.dff windsor.txd windsor.dff monstera.txd monstera.dff monsterb.txd monsterb.dff uranus.txd uranus.dff jester.txd jester.dff sultan.txd sultan.dff stratum.txd stratum.dff elegy.txd elegy.dff raindanc.txd raindanc.dff rctiger.txd rctiger.dff flash.txd flash.dff tahoma.txd tahoma.dff savanna.txd savanna.dff bandito.txd bandito.dff kart.txd kart.dff mower.txd mower.dff duneride.txd duneride.dff sweeper.txd sweeper.dff broadway.txd broadway.dff tornado.txd tornado.dff at400.txd at400.dff dft30.txd dft30.dff huntley.txd huntley.dff stafford.txd stafford.dff bf400.txd bf400.dff newsvan.txd newsvan.dff tug.txd tug.dff petrotr.txd petrotr.dff eperor.txd emperor.dff wayfarer.txd wayfarer.dff euros.txd euros.dff hotdog.txd hotdog.dff club.txd club.dff artict3.txd artict3.dff androm.txd androm.dff dodo.txd dodo.dff rccam.txd rccam.dff launch.txd launch.dff copcarla.txd copcarla.dff copcarsf.txd copcarsf.dff copcarvg.txd copcarvg.dff copcarru.txd copcarru.dff picador.txd picador.dff swatvan.txd swatvan.dff alpha.txd alpha.dff phoenix.txd phoenix.dff glensh*t.txd glensh*t.dff sadlsh*t.txd sadlsh*t.dff bagboxa.txd bagboxa.dff bagboxb.txd bagboxb.dff tugstair.txd tugstair.dff boxburg.txd boxburg.dff farmtr1.txd farmtr1.dff utiltr1.txd utilrt1.dff Maybe this is important for some one. The train names: tram.txd tram.dff freight.txd freight.dff streak.txd streak.dff freiflat.txd freitflat.dff streakc.txd streakc.dff freibox.txd freibox.dff Enjoy! Edited May 9, 2014 by Concavax Link to comment Share on other sites More sharing options...
HilmanAriFahmi Posted May 9, 2014 Share Posted May 9, 2014 you want to make any Link to comment Share on other sites More sharing options...
Ashwin.Star Posted May 9, 2014 Share Posted May 9, 2014 (edited) God Dam it, Can't you put those F*King Code & Quote in a Spoiler ??? This was really annoying <-----> Edited May 9, 2014 by Ashwin.Star Link to comment Share on other sites More sharing options...
Danikov Posted May 9, 2014 Share Posted May 9, 2014 Seriousley,what's the point in this big ass post? anyways,how lazy a person could be,I managed to find all the TXD names in just 5 seconds by using Google... Link to comment Share on other sites More sharing options...
Ashwin.Star Posted May 9, 2014 Share Posted May 9, 2014 @Dan exactly, @Topic dear M8, just use "vehicles.ide" present in DATA folder, which contain all the DFF & TXD name of Vehicle used in GTA-SA, Good Luck, And you can still edit your First Post, which can make our scroll little Bigger ha ha ha Concavax 1 Link to comment Share on other sites More sharing options...
Concavax Posted May 9, 2014 Author Share Posted May 9, 2014 @Dan exactly, @Topic dear M8, just use "vehicles.ide" present in DATA folder, which contain all the DFF & TXD name of Vehicle used in GTA-SA, Good Luck, And you can still edit your First Post, which can make our scroll little Bigger ha ha ha Man you make the difference, thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now