View Single Post
  #107  
Old 01-20-2018, 11:06 PM
Zaela Zaela is offline
Sarnak


Join Date: Jul 2014
Posts: 319
Default

I noticed wine's version of cmd.exe was choking on patch_s3d_textures.bat when I followed my own instructions... so I made an equivalent bash script:

https://www.dropbox.com/s/sx9j53qd9g..._linux.sh?dl=0

To run:
Code:
sh patch_s3d_textures_linux.sh
or
Code:
chmod +x patch_s3d_textures_linux.sh
./patch_s3d_textures_linux.sh
Also noticed a typo on line 162 of the .bat script, missing "bmp" at the end of the line:
Code:
set rt_nektulos_chr=ngmft0001.bmp,ngmft0002.bmp,ngmft0101.bmp,ngmft0102.
Reply With Quote