Dethrace 3DS: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox 3DS Homebrews |title=Dethrace |image=Dethrace3DS.png |description=Reverse engineering the 1997 game "Carmageddon" for 3DS. |author=MrHuu |lastupdated=2024/08/12 |type=Racing |version=pre-alpha |license=GPL-3.0 |download=https://dlhb.gamebrew.org/3dshomebrews/Dethrace3DS.7z |website=https://github.com/MrHuu/dethrace-3ds |source=https://github.com/MrHuu/dethrace-3ds |donation= }} {{#seo: |title= (Racing) - GameBrew |title_mode=append |image=Dethrace3DS.png |image..." |
No edit summary |
||
| Line 4: | Line 4: | ||
|description=Reverse engineering the 1997 game "Carmageddon" for 3DS. | |description=Reverse engineering the 1997 game "Carmageddon" for 3DS. | ||
|author=MrHuu | |author=MrHuu | ||
|lastupdated= | |lastupdated=2025/01/06 | ||
|type=Racing | |type=Racing | ||
|version= | |version=0.0.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/Dethrace3DS.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/Dethrace3DS.7z | ||
| Line 19: | Line 19: | ||
|image_alt=Dethrace | |image_alt=Dethrace | ||
}} | }} | ||
This is a port of Dethrace, a project that attempts to learn how the 1997 driving/mayhem game [https://en.wikipedia.org/wiki/Carmageddon Carmageddon] works behind the scenes and rebuild it to run natively on modern systems. | |||
The | ==Installation== | ||
The game requires Carmageddon game files in order to run, you can purchase the game from [https://www.gog.com/game/carmageddon_max_pack GoG.com]. | |||
Instructions: | |||
* Create folder sdmc:/3ds/dethrace/. | |||
* Copy datafiles to sdmc:/3ds/dethrace/. | |||
* Copy .ogg music files to sdmc:/3ds/dethrace/MUSIC/. | |||
* Run either .3dsx or .cia. | |||
Datafiles: | |||
* All files included in the 'CARMA' or 'CARSPLAT' folder. | |||
* Music in .ogg format, included in the GOG release. | |||
* | |||
==Media== | ==Media== | ||
'''Carmageddon (PC/DOS) 1997, SCi Games, Stainless Software (3DFX)''' ([https://www.youtube.com/watch?v=ENr2YOfth-k Major Thriftwood]) <br> | '''Carmageddon (PC/DOS) 1997, SCi Games, Stainless Software (3DFX)''' ([https://www.youtube.com/watch?v=ENr2YOfth-k Major Thriftwood]) <br> | ||
<youtube width= | <youtube width="640">ENr2YOfth-k</youtube> | ||
==Changelog== | ==Changelog== | ||
'''v0.0.1''' | |||
* citro3d renderer ( software BRender ). | |||
* threaded ndsp audio ( New3DS only ). | |||
* .cia build. | |||
* Special thanks to [https://github.com/Rinnegatamante @Rinnegatamante] for his work on the audio implementation and [https://github.com/Rinnegatamante/dethrace PS Vita] port. | |||
'''v.pre-alpha''' | '''v.pre-alpha''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/MrHuu/dethrace-3ds | ||
Latest revision as of 06:39, 12 January 2025
| Dethrace | |
|---|---|
| General | |
| Author | MrHuu |
| Type | Racing |
| Version | 0.0.1 |
| License | GPL-3.0 |
| Last Updated | 2025/01/06 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a port of Dethrace, a project that attempts to learn how the 1997 driving/mayhem game Carmageddon works behind the scenes and rebuild it to run natively on modern systems.
Installation
The game requires Carmageddon game files in order to run, you can purchase the game from GoG.com.
Instructions:
- Create folder sdmc:/3ds/dethrace/.
- Copy datafiles to sdmc:/3ds/dethrace/.
- Copy .ogg music files to sdmc:/3ds/dethrace/MUSIC/.
- Run either .3dsx or .cia.
Datafiles:
- All files included in the 'CARMA' or 'CARSPLAT' folder.
- Music in .ogg format, included in the GOG release.
Media
Carmageddon (PC/DOS) 1997, SCi Games, Stainless Software (3DFX) (Major Thriftwood)
Changelog
v0.0.1
- citro3d renderer ( software BRender ).
- threaded ndsp audio ( New3DS only ).
- .cia build.
- Special thanks to @Rinnegatamante for his work on the audio implementation and PS Vita port.
v.pre-alpha
- First Release.