More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/PrBoom3DS.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/PrBoom3DS.jpeg|250px | ||
| type = Shooter | | type = Shooter | ||
| version = | | version = 0.7-alpha (Dec 2019) & 3dsx updated (Jun 2020) | ||
| licence = | | licence = GNU GPL | ||
| author = elhobbs | | author = elhobbs | ||
| website = https://github.com/elhobbs/prboom3ds | | website = https://github.com/elhobbs/prboom3ds | ||
Line 10: | Line 10: | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/PrBoom3DS-3DS.rar | | source = https://dlhb.gamebrew.org/3dshomebrew/PrBoom3DS-3DS.rar | ||
}} | }} | ||
PrBoom3DS is a 3DS port of the classic 3D shoot'em'up game Doom from id Software via PrBoom. | |||
PrBoom is a game engine, which provides a program to play Doom levels, but it doesn't include any levels itself. More importantly, you need all the sounds, sprites, and other graphics that make up the Doom environment. | |||
So to play PrBoom, you need one of the main Doom date files from id Software, it can be either: doom.wad, doom2.wad, tnt.wad or plutonia.wad from one of the commercial Doom games, or the shareware doom1.wad. This file is called the IWAD. | |||
PrBoom also supports playing Doom add-on levels, called PWADs, which are small extra .wad files which just contain extra levels or other resources. PWADs are ONLY ADD-ONS, you still need the original IWAD | |||
that they are designed to work with. In practice, most PWADs on the Internet require doom2.wad (although some work with doom.wad). | |||
If you don't own any of the Doom games, get the shareware doom1.wad from doom19s.zip on [http://www.doomworld.com/files/shareware.shtml Doomworld's shareware] download page. But note that you will not be able to play most add-ons. | |||
This port is based on PRBoom 2.5.0 with some code borrowed from dsdoom and other ports, with 3D and sound. | |||
==Installation== | |||
'''Note:''' You will need to obtain the game data files WADs in order to play the game. | |||
Available as a CIA, 3DSX/SMDH and 3DS (use either one that applies to your loader). | |||
To install, you must put all files in /3ds/prboom3ds/ along with doom wad files. | |||
The latest 3DSX build was [https://gbatemp.net/threads/doom.376939/page-45#post-9108490 updated in June 2020] (added wide mode support), you can find it [https://github.com/elhobbs/prboom3ds/blob/master/prboom3ds.3dsx in the repository] and overwrite the one in the current release. | |||
==User guide== | |||
You can choose which iwad to run from the menu at startup. | |||
'''Compatibility list for PrBoom 2.5.0:''' | |||
* Game is capable of behaving like any of: original Doom v1.9, Boom v2.02, MBF (BOOM, MBF, LxDoom). | |||
* Plays most original Doom v1.9 demos (more than Boom or MBF). | |||
* Plays most Boom v2.02 demos (apart from levels with friction effects everything should work). | |||
* Plays some DOSDoom, earlier Doom, earlier Boom, and LxDoom demos. | |||
* Plays all MBF demos. | |||
* Auto-correction of common bugs in old levels (MBF), with warnings (LxDoom). | |||
* Fine control of options controlling compatibility and new features (MBF). | |||
==Media== | |||
'''[3DS] prboom3DS - Doom for 3DS''' ([https://www.youtube.com/watch?v=t_G8Z6T4690 DarkFlare]) <br> | |||
<youtube>t_G8Z6T4690</youtube> | <youtube>t_G8Z6T4690</youtube> | ||
= | ==Changelog== | ||
'''Update 2020/06/26''' (3DSX only) | |||
* Added support for 800 wide mode. You have to switch the mode using Options> General> Video Mode and set it to Wide. Then you have to restart the game for the change to take effect. It will disable 3D. | |||
'''v0.7-alpha 2019/12/22''' | |||
* Enum fix, enable lto, 3D view change. | |||
'''v0.6-alpha 2019/11/11''' | |||
* Same binaries as in the master branch. | |||
'''v0.5-alpha 2017/05/14''' | |||
* Partial fix for soft lock issue (adjusted compile/link settings). | |||
* prboom.cfg file saved/read from /3ds/prboom3ds directory instead of root (you will need to manually copy the existing file in order to preserve settings). | |||
* Various status bar/hud/automap/keyboard adjustments. | |||
'''v0.4-alpha/v0.3.1-alpha 2017/05/07''' | |||
* Minor fix for v0.3-alpha - addresses crash on close from home menu. | |||
'''v0.3-alpha 2017/05/06''' | |||
* Improved sfx - addresses high lock count and cutout issues. | |||
* Music playback - fixed incorrect mix rate. should sound more accurate. | |||
* cia version uses /3ds/prboom3ds/ directory instead of root. | |||
* Updated to compile with newer devkitarm/ctrulib versions. | |||
* Removed a bunch of dead sound code. | |||
'''v0.2-alpha 2016/02/14''' | |||
* Switched sound back to csnd. | |||
'''v0.1-alpha 2016/02/02''' | |||
are | * The cia and 3ds downloads are untested - but here for testing. | ||
* For .3dsx the wad files should be in the same directory as the .3dsx file. | |||
* For .cia and .3ds the wad files need to be in the root directory (untested). | |||
==External links== | |||
* GitHub - https://github.com/elhobbs/prboom3ds | |||
* GBAtemp - https://gbatemp.net/threads/doom.376939 | |||
[[Category:3DS homebrew games]] | |||
[[Category:Homebrew shooter games on 3DS]] |
Revision as of 17:03, 18 July 2021
PrBoom3DS is a 3DS port of the classic 3D shoot'em'up game Doom from id Software via PrBoom.
PrBoom is a game engine, which provides a program to play Doom levels, but it doesn't include any levels itself. More importantly, you need all the sounds, sprites, and other graphics that make up the Doom environment.
So to play PrBoom, you need one of the main Doom date files from id Software, it can be either: doom.wad, doom2.wad, tnt.wad or plutonia.wad from one of the commercial Doom games, or the shareware doom1.wad. This file is called the IWAD.
PrBoom also supports playing Doom add-on levels, called PWADs, which are small extra .wad files which just contain extra levels or other resources. PWADs are ONLY ADD-ONS, you still need the original IWAD that they are designed to work with. In practice, most PWADs on the Internet require doom2.wad (although some work with doom.wad).
If you don't own any of the Doom games, get the shareware doom1.wad from doom19s.zip on Doomworld's shareware download page. But note that you will not be able to play most add-ons.
This port is based on PRBoom 2.5.0 with some code borrowed from dsdoom and other ports, with 3D and sound.
Installation
Note: You will need to obtain the game data files WADs in order to play the game.
Available as a CIA, 3DSX/SMDH and 3DS (use either one that applies to your loader).
To install, you must put all files in /3ds/prboom3ds/ along with doom wad files.
The latest 3DSX build was updated in June 2020 (added wide mode support), you can find it in the repository and overwrite the one in the current release.
User guide
You can choose which iwad to run from the menu at startup.
Compatibility list for PrBoom 2.5.0:
- Game is capable of behaving like any of: original Doom v1.9, Boom v2.02, MBF (BOOM, MBF, LxDoom).
- Plays most original Doom v1.9 demos (more than Boom or MBF).
- Plays most Boom v2.02 demos (apart from levels with friction effects everything should work).
- Plays some DOSDoom, earlier Doom, earlier Boom, and LxDoom demos.
- Plays all MBF demos.
- Auto-correction of common bugs in old levels (MBF), with warnings (LxDoom).
- Fine control of options controlling compatibility and new features (MBF).
Media
[3DS] prboom3DS - Doom for 3DS (DarkFlare)
Changelog
Update 2020/06/26 (3DSX only)
- Added support for 800 wide mode. You have to switch the mode using Options> General> Video Mode and set it to Wide. Then you have to restart the game for the change to take effect. It will disable 3D.
v0.7-alpha 2019/12/22
- Enum fix, enable lto, 3D view change.
v0.6-alpha 2019/11/11
- Same binaries as in the master branch.
v0.5-alpha 2017/05/14
- Partial fix for soft lock issue (adjusted compile/link settings).
- prboom.cfg file saved/read from /3ds/prboom3ds directory instead of root (you will need to manually copy the existing file in order to preserve settings).
- Various status bar/hud/automap/keyboard adjustments.
v0.4-alpha/v0.3.1-alpha 2017/05/07
- Minor fix for v0.3-alpha - addresses crash on close from home menu.
v0.3-alpha 2017/05/06
- Improved sfx - addresses high lock count and cutout issues.
- Music playback - fixed incorrect mix rate. should sound more accurate.
- cia version uses /3ds/prboom3ds/ directory instead of root.
- Updated to compile with newer devkitarm/ctrulib versions.
- Removed a bunch of dead sound code.
v0.2-alpha 2016/02/14
- Switched sound back to csnd.
v0.1-alpha 2016/02/02
- The cia and 3ds downloads are untested - but here for testing.
- For .3dsx the wad files should be in the same directory as the .3dsx file.
- For .cia and .3ds the wad files need to be in the root directory (untested).
External links
- GitHub - https://github.com/elhobbs/prboom3ds
- GBAtemp - https://gbatemp.net/threads/doom.376939