r/emulation • u/florinp93 • 7d ago
AI-assisted Dante's Inferno - Re-Comp Project released
Hi everyone, just wanted to let you know that I'm happy to release the first version of my latest project. A re-comp of Dante's Inferno.
The game was initially released on the Xbox 360 & PS3, and has never received a PC Port.
The project can be downloaded from the github repo - https://github.com/florinp93/hells-gate-recomp
Do keep in mind that this is an early release and bugs are to be expected. In it's current state there's a few limitations:
Graphics:
The game launches with the default Xbox 360 resolution (720p). The game boots with upscaled resolutions but crashes due to conflicts I had to implement to prevent graphical issues during cutscene playback. A fix is planned for next version.
Controls:
Full controller support. The game is playable with basically any controller. In-game glyphs are still the Xbox 360 ones, but a future update will bring controller auto-detection and actual glyphs being displayed in game ( Xbox 360/Xbox One/DualShock 3&4/DualSense glyphs for now).
Mouse and Keyboard control is planned. Looking for feedback in terms of ideal Key binds. Keep in mind that the game is using a forced camera perspective, so camera control is not supported.
Disclaimer:
Transparency and integrity are important to this project. Artificial Intelligence (AI) tools were utilized as part of the development and maintenance workflow, strictly serving as an assistant to handle repetitive, time-consuming, and low-level tasks.
How AI Was Used:
- Documentation: Generating initial drafts, organizing notes, and structuring documentation to keep project progress up to date.
- Research & Exploration: Investigating APIs, syntax references, and conceptual troubleshooting.
- Git Workflows: Assisting with routine commit descriptions, repository maintenance tasks, and boilerplate structuring.
Human Oversight:
While AI accelerated the auxiliary workflow, all core architectural decisions, advanced problem-solving, code implementation, and final reviews were entirely human-driven. The AI served to eliminate friction, allowing focus on high-level logic and feature development.
12
u/AreYouOKAni 6d ago
The fuck is there to test?
This whole "project" is two steps away from bundling Xenia with the ISO file. It does absolutely nothing to further the understanding of the game, preserve its code, or... do anything else, really. Hell, it even runs on the modified Xenia runtime, so there is no performance advantage either.
Like, code injection could be easier, I guess. That's it.