Advertisement
Guest User

g3sfx config

a guest
Jun 11th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ;g3SFX INI configuration file example
  2. ;For more info on how to configure, refer to the ReadMe
  3.  
  4. [MODE]
  5. ;Use 'e' for extraction and 'b' for building
  6. mode = e
  7.  
  8. [EXTRACT]
  9. ;If you have selected 'e', then this section will be parsed
  10.  
  11. ;Source: the folder in which SFX.SDT and SFX.RAW are located
  12. source = F:\gta 3 - kopia\audio\
  13.  
  14. ;List: the SFX.LST file which contains directory tree information for the sound files.
  15. list = D:\pobrane\g3SFX\
  16. ;list = nolist
  17.  
  18. ;Loop: a file the tool creates to preserve the looping info required for certain sound effects (like car horns).
  19. loop = D:\pobrane\g3SFX\loop.txt
  20. ;loop = noloop
  21.  
  22. ;Output: the folder where the sounds will be extracted
  23. output = D:\pobrane\g3SFX\e\
  24.  
  25. [BUILD]
  26. ;If you have selected 'b', then this section will be parsed
  27.  
  28. ;Source: the folder in which the sound effects are extracted
  29. source = D:\pobrane\g3SFX\e\
  30.  
  31. ;List: the SFX.LST file to be used for rebuilding
  32. list = D:\pobrane\g3SFX\sfx.lst
  33.  
  34. ;Loop: the loop file to be used to restore the looping info
  35. loop = D:\pobrane\g3SFX\loop.txt
  36. ;loop = noloop
  37.  
  38. ;Output: the folder where the SFX.SDT and SFX.RAW will be built
  39. output = D:\pobrane\g3SFX\b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement