Skip to content

Just some utils for zsh, work perfectly with Cygwin

Notifications You must be signed in to change notification settings

acclub/acutils-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Just some utils for zsh, work perfectly with Cygwin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages