-
Notifications
You must be signed in to change notification settings - Fork 24
Doom64ex
Michael DeGuzis edited this page Jun 15, 2017
·
2 revisions
Table of Contents generated with DocToc
Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
When you generate the doom files with the executable, they may not be marked executable:
Sucessfully created /home/desktop/doom64.wad
Writing Soundfont File...
Sucessfully created /home/desktop/doomsnd.sf2
desktop@steamos:~$ ls -la /home/desktop/doom64.wad
-r-------- 1 desktop desktop 8641888 Jul 30 07:25 /home/desktop/doom64.wad
desktop@steamos:~$ ls -la /home/desktop/doomsnd.sf2
-r-------- 1 desktop desktop 5429302 Jul 30 07:25 /home/desktop/doomsnd.sf2
Correct them with:
chmod 644 doom64.wad
chmod 644 doomsnd.sf2