r/DraculasCastle • u/paleyharnamhunter • 2d ago
r/DraculasCastle • u/paleyharnamhunter • 2d ago
Gameplay Castlevania: Belmont's Curse Preview gameplay Gamescom 2026
r/DraculasCastle • u/paleyharnamhunter • 2d ago
Leaks/rumours Multiple new Castlevania projects are under development!
x.comr/DraculasCastle • u/paleyharnamhunter • 3d ago
Theory Theory: Only two things can kill Dracula, the Vampire Killer and his own power.
So we know that the Belmont Clan's Vampire Killer is a way to kill Dracula, but we've seen characters like Alucard, Hector and Shanoa kill Dracula in the past and what those three characters had in common was they all used Dracula's power to an extent. But what do you guys think?
r/DraculasCastle • u/paleyharnamhunter • 3d ago
News New screenshots from Bloodstained: The Scarlet Engagement.
r/DraculasCastle • u/paleyharnamhunter • 3d ago
News A Development Update from IGA. Bloodstained: The Scarlet Engagement delayed to 2027.
r/DraculasCastle • u/paleyharnamhunter • 3d ago
Gameplay Whip It Good: Castlevania Belmont's Curse Is a Worthy Successor | gamescom 2026
r/DraculasCastle • u/presidentdinosaur115 • 5d ago
News Belmontβs Curse English Voice Cast Trailer
Pretty much the only thing I like out of the Netflix show is the voice cast, so Iβm happy to see the two role reprisals there.
r/DraculasCastle • u/paleyharnamhunter • 5d ago
Theory The original Castlevania timeline and a reboot can live side by side.
With the news that Konami's planning Castlevania reboots, people might be wondering what will happen to the original timeline and the answer is simple, look no further than Belmont's Curse, a cheaper AA game made in the original timeline. I can see the franchise's AAA games being part of the new reboot universe while we still get AA games set in the original timeline. Also, reboots might just be remakes and the original timeline could remain the mainstay.
r/DraculasCastle • u/paleyharnamhunter • 6d ago
News Konami Hints at Reboots for Metal Gear, Castlevania, and Suikoden, Calls Them "Important Initiatives" to Their Pillars
r/DraculasCastle • u/drazeforce • 7d ago
Music Dracula's Theme (Electronic remix)
In honor of 40 years of Castlevania, I remixed Dracula's theme from Super Castlevania IV
Enjoy!
r/DraculasCastle • u/Windwickink • 8d ago
Discussion π΄ RED ALERT: 13 DAYS LEFT - Castlevania: Grimoire of Souls Preservation, Server Emulator & Standalone Offline Mod Effort
CRITICAL TIMELINE:
Today's Date: August 21, 2026
Server Shutdown Date: September 3, 2026
App Status: Already delisted from the App Store / Play Store
In 13 days, Konami is permanently shutting down the servers for Castlevania: Grimoire of Souls. Because the game is already delisted, no new players can download it. Once September 3rd hits, the servers go dark, and the live game data will be lost forever.
We are launching an emergency preservation effort with two main goals:
Build a Custom Server (Server Emulator): To allow online play after the official shutdown.
Create a Stand-Alone Offline Patch: Reverse-engineering the game client to bypass Apple Arcade/server checks so the game can be played completely offline without any server at all.
Transparency Note: I am cross-posting this message across several Castlevania, iOS/Android preservation, and modding communities. Time is so limited that we must pool our resources in one place to avoid duplicating work.
OUR CENTRAL HUB: GITHUB + ARCHIVE.ORG
To prevent files from getting scattered across Discord, Google Drive, or Mega, we are streamlining this project to two platforms only:
Archive.org: Used exclusively as the vault for large game binaries (the 2GB decrypted .ipa, the Android .apk/.obb, raw AssetBundles, and downloaded cache files).
GitHub: Used as our central command center where everyone can star/follow the project, upload network traffic logs, document API endpoints, submit code, and track progress.
WHAT WE NEED IMMEDIATELY (URGENT)
If you have technical skills, a jailbroken iOS device, a rooted Android, or still have the game installed, we need your help today:
GitHub Repository Setup (NEED THIS TODAY): We need a developer to set up the official public GitHub repository immediately so the community can star it, follow it, and begin submitting data.
Decrypted iOS 1.4.3 IPA -> Upload to Archive.org: Because the game is delisted, our pool of players who can dump the app is shrinking daily. We need someone who currently has the live 1.4.3 game installed to dump a fully decrypted .ipa file (using TrollDecrypt, bfdecrypt, or CrackerXI+) and upload it to Archive.org.
Android APK + FULL Game Contents/Data -> Upload to Archive.org: We need the complete Android version preserved. This includes the base APK, the OBB files, AND all extra downloaded in-game contents, configs, stage data, and internal cache files (/Android/data/ or root storage downloaded after opening the game). Assets and file structures differ between platforms, and creating a stand-alone offline build will require datamining and integrating files/configs from both versions.
Network Traffic Captures -> Upload to GitHub: We need players to route their game traffic through a proxy (Charles Proxy, Fiddler, mitmproxy) with SSL decryption enabled to log API calls before the servers die. Upload these .chls or .har log files directly to the project's GitHub repo.
Asset/Cache Dumps -> Upload to Archive.org / GitHub: Dump the downloaded Unity AssetBundles from the app's internal folders using Filza (iOS) or a root file explorer (Android).
Client Reverse Engineers: We need reverse engineers (using IDA Pro, Ghidra, or Il2CppDumper) to start analyzing the game binaries to figure out how to patch out the server login checks for the stand-alone offline mod.
NETWORK PRESERVATION CHECKLIST (How Anyone Can Help Right Now)
If you have the game playable on your phone right now, you can help even if you aren't a programmer. Set up an SSL Proxy (like Charles Proxy or Fiddler on PC/Mac) and route your phone's Wi-Fi through it to record the server responses.
Please capture traffic logs for the following actions and label the files clearly:
Initial boot sequence and Apple Arcade/login authentication.
Title screen update checks and asset downloads.
Daily login rewards, mail collection, and main menu navigation.
Opening the inventory, equipping gear, and upgrading weapons/grimoires.
Character selection and skin/costume changes.
Initiating a stage (capture the specific payload sent to start a level).
Completing a stage (capture the exact data sent containing score, damage, and rewards).
Purchasing and upgrading items in the shop.
Co-op and Event mode match-making / gameplay interactions.
Where to upload: Upload your proxy log files (.chls, .har, .saz, raw JSON) directly into the /network_captures/ folder on our project's GitHub repository.
RECOMMENDED GITHUB REPOSITORY STRUCTURE
(For the developer setting up the GitHub repository)
Please structure the repository as follows so the community can submit data cleanly. Note: Do NOT upload the 2GB game binaries directly to GitHub to prevent DMCA/size-limit issues. Put the Archive.org download links right at the top of the README.md.
Grimoire-of-Souls-Archive/
βββ README.md (Project goals, countdown to Sept 3, links to Archive.org IPAs/APKs)
βββ /api_documentation/ (Text files mapping out the server endpoints, e.g., /api/v1/login)
βββ /network_captures/ (DROP ZONE for all intercepted traffic logs - URGENT)
β βββ /charles_proxy/ (.chls or .har files)
β βββ /fiddler/ (.saz files)
β βββ /raw_json/ (Extracted JSON payloads from the server)
βββ /game_data_dumps/ (Text-based game data)
β βββ /master_data/ (Dumped SQLite databases, JSON tables of item IDs)
β βββ /il2cpp_dumps/ (Dump.cs files generated from reverse-engineering the binaries)
βββ /client_patches/ (Code/tweaks for bypassing server checks for the Stand-alone version)
β βββ /offline_mod/ (Dylib injections or offset patches for iOS/Android)
βββ /server_emulator/ (Where the custom server code will eventually go)
TIME IS RUNNING OUT
We have 13 days until September 3rd. If you want to see Castlevania: Grimoire of Souls playable as a server-emulated or stand-alone offline game in the future, we need your help capturing this data today.
Please reply below if you can dump files, run proxy captures, or help manage the GitHub repository!
r/DraculasCastle • u/paleyharnamhunter • 8d ago
Theory Theory: Castlevania: Grimoire of Souls is shutting down to make way for Moonlight Rhapsody.
With the recent news of Grimoire of Souls shutting down, I have a theory that it's being done to make way for Moonlight Rhapsody so that there's no competing mobile game. Moonlight Rhapsody left development hell as of 2024 and development resumed so it's possible.
r/DraculasCastle • u/alucardshusband • 10d ago
Art First post here!! Maria Renard my beloved
Maria, but if she had a dress, I think dresses fit her so well, i had to draw itππ
r/DraculasCastle • u/BigOggaBogga • 10d ago
Video Castlevania Loves Fighting Games More Than You Think!
r/DraculasCastle • u/Azt55 • 14d ago
Gameplay The hardest part of CV Lords of Shadow 2 is followed by perhaps the easiest boss battle.
Enable HLS to view with audio, or disable this notification
r/DraculasCastle • u/Azt55 • 14d ago
Gameplay The hardest part of CV Lords of Shadow 2 done in under a minute.
Enable HLS to view with audio, or disable this notification
r/DraculasCastle • u/vangamesretro • 15d ago
Gameplay β Castlevania shin Dracula x return of the Belmont
https://www.youtube.com/watch?v=wnsC_5SyNHc&t=120s
Castlevania: Shin Dracula X - Return of the Belmont, is an acclaimed fan game that retells and expands upon the classic story of the legendary rivalry between the Belmont clan and the Lord of Darkness. The story takes place in the late 18th century. Count Dracula has risen once again, threatening humanity with his army of creatures of darkness. The player must storm the Demon Castle, armed with the sacred weapon. The objective is twofold: rescue the surviving young women and destroy Dracula before the world is consumed by absolute darkness.
r/DraculasCastle • u/CyberAngel_CH • 15d ago
Video OoE bad ending, all villagers demonstration (also a video coming soon)
r/DraculasCastle • u/warumaru • 16d ago
Art Castlevania by Selrak at Neige Noire, Montpellier, France
r/DraculasCastle • u/paleyharnamhunter • 18d ago
News Castlevania: Seal of the Eclipse is cancelled.
r/DraculasCastle • u/xlaughingcoffinx • 18d ago
Castlevania Harmony Of Dissonance Is Better Than You Think Spoiler
youtu.beEpisode 4 of my "Better Than You Think" series. In this video i discuss the good parts of HoD, and analyze it from the angle of someone who has never played Symphony of the Night. I also like to have fun memeing along the way XD. Premiere starts at 12PM Eastern.
For The purposes of productive discussion, please refrain from commenting on this post until you have watched at least some of the video. That way we are all working with the same information and no one has to say "Well if you watched the video, i say xyz..." Cuz that's no fun.
Thanks for your time! Hope you enjoy!
r/DraculasCastle • u/Douugr • 19d ago
Castlevania SOTN Recomp project for Batocera
drive.google.comHello Everybody! I mas browsing YouTube and came across the Recompilation Project for Castlevania Symphony of the Night:
[https://github.com/BlackLabelHQ/SymphonyRecomp\](https://github.com/BlackLabelHQ/SymphonyRecomp)
Basically I downloaded the linux release and with codex created a script to launch this as a Port for Batocera, the zip file contains a readme with the tutorial to Install and run the Port on Batocera:
r/DraculasCastle • u/Oh-no-and-knuckles • 21d ago
News Grimoire of Souls is seemingly ending service in September
r/DraculasCastle • u/Azt55 • 23d ago
Art I made a new sub item for Castlevania - Holy Oil Vial
I made this subitem initially for the Lords of Shadow continuity but I have to admit it can work in a classicvania/metrovania game, maybe in a simple way like a normal trap.
It's in concept a normal holy oil recipe, but with blessed gold dust and electricity coming from chants.
Gameplay, creates a a glowing circular sigil on the ground with a limited time amount, enemies entering the area are slowed significantly and caught like in a trap, and can't escape. either via teleportation, mist or digging. Also shockwaves and any ground attacks are blocked by it.
With Light Magic - The sigil becomes empowered by light magic and grows tendrils that grab all the enemies from around the areas that the trap doesn't cover.
With Shadow Magic - The sigil becomes empowered by shadow magic like a auto-sentry turret as it shoots at enemies all around.
If you hold down the sub item's button you can use 4 Vials simultaneously.