This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
procedures:pi:srcblds [2022/05/27 15:44] tim |
procedures:pi:srcblds [2022/06/07 17:05] (current) tim |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| \\ | \\ | ||
| Good overview: https:// | Good overview: https:// | ||
| - | Updates for source code: https:// | + | Updates for source code: https:// |
| + | Enhanced Crispy Doom: https:// | ||
| \\ | \\ | ||
| + | #SEE: www.chocolate-doom.org/ | ||
| + | \\ | ||
| + | Source Building Installation Method\\ | ||
| - | /home/pi/Chocolate_Doom | + | wget https://www.chocolate-doom.org/downloads/ |
| + | tar xzf chocolate-doom-3.0.1.tar.gz | ||
| + | cd chocolate-doom-3.0.1 | ||
| + | # 5/30/2022: NEEDED the following SDL2 for configure | ||
| + | sudo apt-get install libsdl2-dev -y | ||
| + | sudo apt-get install libsdl2-mixer-dev | ||
| + | sudo apt-get install libsdl2-net-dev | ||
| + | ./ | ||
| + | make | ||
| + | sudo make install | ||
| + | # download the DOOM1.WAD file: | ||
| + | wget http:// | ||
| + | unzip shareware_doom_iwad.zip | ||
| - | # this line errored on ' | + | Configure before playing \\ |
| - | #sudo apt-get install libsdl-mixer1.2-dev libsdl-net1.2-dev python-imaging | + | chocolate-doom-setup |
| + | # plug in your controller, in this example a USB XBox controller is used | ||
| + | [Main Menu] | ||
| + | [Configure Gamepad/ | ||
| - | sudo apt-get install libsdl-mixer1.2-dev libsdl-net1.2-dev python-pil | + | {{wiki: |
| - | + | \\ | |
| - | #SEE: www.chocolate-doom.org/ | + | The Prior configuration provides this XBox Controller Configuration \\ |
| - | + | \\ | |
| - | wget https:// | + | {{wiki:xbox_controller_doom.jpg}} \\ |
| + | \\ | ||
| + | Complete list of Doom controls available in game \\ | ||
| + | \\ | ||
| + | {{wiki:doom_controls.jpg}} \\ | ||
| - | tar xzf chocolate-doom-2.2.1.tar.gz | + | Start Doom \\ |
| - | cd chocolate-doom-2.2.1 | + | chocolate-doom -iwad DOOM1.WAD |
| - | ./ | + | |
| - | make | + | |
| - | sudo make install | + | |
| - | # download the DOOM1.WAD file: | + | Alternate quick option: binaries, no building, Doom only ? \\ |
| - | wget http:// | + | |
| - | unzip shareware_doom_iwad.zip | + | |
| - | chocolate-doom-setup | + | |
| - | chocolate-doom -iwad DOOM1.WAD | + | mkdir / |
| + | cd / | ||
| + | sudo apt install | ||
| + | # chocolate-doom install should have poulated / | ||
| + | cd / | ||
| + | sudo wget http:// | ||
| + | sudo unzip shareware_doom_iwad.zip | ||
| References\\ | References\\ | ||
| + | Doom Level Maps: https:// | ||
| + | Heretic Level Maps: https:// | ||
| + | Hexen Level Maps: https:// | ||
| + | Strife Level Maps: https:// | ||
| \\ | \\ | ||
| [[procedures: | [[procedures: | ||