Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #required libs and tools:
- sudo aptitude install libghc-opengl-dev libghc-sdl-dev make -y
- #http://sourceforge.net/projects/prboom/files/prboom%20stable/2.5.0/
- wget "http://colocrossing.dl.sourceforge.net/project/prboom-plus/prboom-plus/2.5.1.3/prboom-plus-2.5.1.3.tar.gz"
- tar -xvf prboom-plus-2.5.1.3.tar.gz
- cd prboom-plus-2.5.1.3
- ./configure
- #######Swap items#####
- #swapping an item is as easy as changing it's doomednum
- #but each doomednum can only be used once
- #so if you change one swap it with another
- #zombie 3004
- #chainsaw 2005
- #clip 2007
- #shotgun guy 9
- vim +3180 src/info.c #chainsaw
- vim +3154 src/info.c #chaingun
- vim +1802 src/info.c #cyber demon
- vim +1282 src/info.c #zombi
- vim +1308 src/info.c #Shotgun Guy
- vim +3258 src/info.c #Shotgun
- ##SWAP what item is dropped##
- vim +787 src/p_inter.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement