Advertisement
illwieckz

Untitled

Jul 30th, 2022 (edited)
1,239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. git clone https://github.com/UnvanquishedAssets/UnvanquishedAssets.git
  2. cd UnvanquishedAssets
  3. git checkout 0.53.0/sync
  4. git pull
  5. git submodule update --init --recursive
  6. shopt -s extglob
  7. urcheon clean src/*.dpkdir
  8. urcheon prepare src/*.dpkdir
  9. urcheon build -r 'unvanquished/0.52.1' src/!(map-*).dpkdir
  10. urcheon build src/map-*.dpkdir
  11. urcheon package src/*.dpkdir
  12.  
  13. # Note: nexe are missing from the unvanquished dpk, this can be done:
  14. # ( cd path/to/nexe/folder; 7z a -tzip -mx=9 /path/to/pkg/unvanquished_version.dpk cgame-x86.nexe cgame-x86_64.nexe sgame-x86.nexe sgame-x86_64.nexe )
  15. # The build-release script produces a vm_0.dpk one can extract to get the nexe
  16. # See https://github.com/Unvanquished/release-scripts#build-everything-supported-in-docker
  17.  
  18. # Note: older packages dependencies are missing, this can be done:
  19. # cp -av path/to/unvanquished_0.52.1/pkg/!(map-*).dpk path/to/pkg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement