Fix crash due to off-by-one error with randomizing the traveling merchant when reaching chapter 2+. Fix player inventory scrollbars not resizing when items are removed from the inventory because of crafting. Release Build 7857, Test Version 0.4.1
parent
469c360e51
commit
94f314a7aa
@ -1,18 +1,21 @@ |
|||||||
rm -R bin |
rm -R bin |
||||||
|
|
||||||
mkdir bin |
mkdir bin |
||||||
mkdir bin/assets |
mkdir bin/assets |
||||||
|
$ErrorActionPreference = "Stop" |
||||||
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets |
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/config" bin/assets |
cp -R "Adventures in Lestoria/assets/config" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/maps" bin/assets |
cp -R "Adventures in Lestoria/assets/maps" bin/assets |
||||||
|
cp -R "Adventures in Lestoria/assets/backgrounds" bin/assets |
||||||
|
rm -R bin/assets/backgrounds/commercial_assets |
||||||
rm -R bin/assets/maps/commercial_assets |
rm -R bin/assets/maps/commercial_assets |
||||||
cp -R "Adventures in Lestoria/assets/monsters" bin/assets |
cp -R "Adventures in Lestoria/assets/monsters" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/music" bin/assets |
cp -R "Adventures in Lestoria/assets/music" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/npcs" bin/assets |
cp -R "Adventures in Lestoria/assets/npcs" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/sounds" bin/assets |
cp -R "Adventures in Lestoria/assets/sounds" bin/assets |
||||||
|
cp -R "Adventures in Lestoria/assets/themes" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets |
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets |
||||||
cp -R "Adventures in Lestoria/assets/*.ttf" bin/assets |
cp -R "Adventures in Lestoria/assets/*.ttf" bin/assets |
||||||
|
|
||||||
|
|
||||||
cp -R "x64/Release/*" bin |
cp -R "x64/Release/*" bin |
||||||
rm bin/*.pdb |
rm bin/*.pdb |
Binary file not shown.
Loading…
Reference in new issue