Skip to content

change veloren import to weekly branch

Merge Request

Description of this change

  • This change fix import for all veloren assets to weekly updates
  • This change aims to solve a veloren client version conflict between the server and torvus.

Steps for test this changes

  • Configure .env for your discord and server for test
  • Download weekly assets with this commands:
  • curl https://gitlab.com/veloren/veloren/-/archive/weekly/veloren-weekly.tar.gz?path=assets/common > assets-weekly.tar.gz && tar -xzf assets-weekly.tar.gz -C assets --strip-components=2
  • curl https://gitlab.com/veloren/veloren/-/archive/weekly/veloren-weekly.tar.gz?path=assets/voxygen/i18n > assets-weekly.tar.gz && tar -xzf assets-weekly.tar.gz -C assets --strip-components=2
  • Run project with: cargo run

If I haven't explained the reason for this change well, you can call me on discord: Br3Killer#9501

Merge request reports