You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
execute.rb:145:in `write': No such file or directory @ rb_sysopen - temp6-texture-pack/pack.json (Errno::ENOENT)
fixed by creation temp6-texture-pack folder
In the end .zip with only pack.json and README.txt, no any png's
cd temp6-texture-pack && zip -r ../TexturePack-v0.12-1.4.0.3.zip -0 README.txt Content pack.json && cd ..
zip warning: name not matched: ../TexturePack-v0.12-1.4.0.3.zip
zip warning: name not matched: Content
adding: README.txt (172 bytes security) (stored 0%)
adding: pack.json (172 bytes security) (stored 0%)
The text was updated successfully, but these errors were encountered:
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:in createTexturePack'
from execute.rb:169:in `
Converting Terraria textures to HD not work at all
fixed by creation temp6-texture-pack folder
cd temp6-texture-pack && zip -r ../TexturePack-v0.12-1.4.0.3.zip -0 README.txt Content pack.json && cd ..
zip warning: name not matched: ../TexturePack-v0.12-1.4.0.3.zip
zip warning: name not matched: Content
adding: README.txt (172 bytes security) (stored 0%)
adding: pack.json (172 bytes security) (stored 0%)
The text was updated successfully, but these errors were encountered: