sullerandras / terraria-hd-textures

Converts Terraria textures to HD resolution
47 stars 10 forks source link

error in conversion #15

Open FreezRider opened 1 year ago

FreezRider commented 1 year ago

help please

C:\Users\CaptainBananek\Desktop\Terraria.v1.4.4.9.v4\Content>ruby execute.rb Creating zip file TexturePack-v0.12-1.4.0.3.zip with all PNG's mkdir -p temp6-texture-pack/Content/Images The syntax of the command is incorrect. rm -f TexturePack-v0.12-1.4.0.3.zip rsync -ax --delete-after temp5/ temp6-texture-pack/Content/Images/ rm -rf temp6-texture-pack/Content/Images/Backgrounds rm -rf temp6-texture-pack/Content/Images/Misc rm -rf temp6-texture-pack/Content/Images/UI/WorldGen rm -rf temp6-texture-pack/Content/Images/UI/Button* execute.rb:145:in write': No such file or directory @ rb_sysopen - temp6-texture-pack/pack.json (Errno::ENOENT) from execute.rb:145:increateTexturePack' from execute.rb:169:in `

'

sullerandras commented 1 year ago

I think the ruby file is outdated. I use github actions for creating the zip file, please see the commands there: https://github.com/sullerandras/terraria-hd-textures/blob/master/.github/workflows/build.yaml

You can also fork this repo and enable github actions on your fork to create the zip file.