Advertisement
metalx1000

Doom in Godot

Sep 5th, 2021
2,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. mkdir -p e1m1
  4. cd e1m1
  5.  
  6. wget "https://gitlab.com/metalx1000/godot-first-person-shooter/-/archive/main/godot-first-person-shooter-main.zip"
  7. unzip godot-first-person-shooter-main.zip
  8. wget "https://archive.org/compress/e1m1_20210905" -O e1m1_map.zip
  9. unzip e1m1_map.zip -d godot-first-person-shooter-main/src/maps
  10. godot3 godot-first-person-shooter-main/src/project.godot
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement