Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- mkdir -p e1m1
- cd e1m1
- wget "https://gitlab.com/metalx1000/godot-first-person-shooter/-/archive/main/godot-first-person-shooter-main.zip"
- unzip godot-first-person-shooter-main.zip
- wget "https://archive.org/compress/e1m1_20210905" -O e1m1_map.zip
- unzip e1m1_map.zip -d godot-first-person-shooter-main/src/maps
- godot3 godot-first-person-shooter-main/src/project.godot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement