Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 811 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 811 Bytes

Batch generation of clean windscreens

  1. Make sure Cygwin is installed
  2. Remember that zsh and zip extensions need to be installed as well
  3. Node.js must also be installed, and added to your path (https://medium.com/@WWWillems/how-to-install-cygwin-node-js-npm-and-webpack-for-windows-7-c061443653d3)
  4. Place ac-fix-windscreen.zsh in your assetto corsa cards directory
  5. Run these commands in cygwin to recursively generate all windshield files for all cars:
  6. $ cd '/cygdrive/c/Program Files (x86)/Steam/steamapps/common/assettocorsa/content/cars'
  7. $ find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && zsh ./../ac-fix-windscreen.zsh -t /tmp/clean_windscreen -o clean-windshields ." \;
  8. Place the generated files in the appropriate car subfolders (or use a content manager)