HERE'S A MAN WROTE ABOUT THE PROBLEM, BUT HE DELETED THE GAME SO HE NO LONGER HAS THE FILES
I had the exact same issue and the DLC wouldn't start anyway.
I tried various things:
- JP Locale (someone mentionned on Ci-en it fixed it for him)
- Removing space from the folder path
- Resetting settings, trying different resolutions (you never know...)
and so on, nothing let me start the DLC. The "DLC Included" text on the title String didn't appear in so on.
I had to boot good old dnSpy and edit the Start function of the DLCManager in Assembly-CSharp.dll to remove the DLC check. Talk about troublesome.
alright thanks, i figured it out. here's what i did for anyone wondering:
1. download dnspy at
You must be registered to see the links
2. open it up then open the assembly-csharp.dll file in SeikakuSenki\Seikaku_Data\Managed
3. search DLCmanager in the search bar under the code space
4. go to DLCmanager and find the "start" subsection
5. right click and press "edit method (c#)" it should open a screen where you can edit this specific piece of code.
6. edit all the two falses to true in the if- and for-statements
7. click "save module" on the bottom right of the opened window, save the file in the top left corner at "file" and press save module, it'll show a little screen, just press ok . always make sure you backup your original assembly-csharp.dll file, if you chose a different save location rather than the original save location then place your edited file in place of the original.
8. your game should boot now, it won't say dlc activated in the bottom, but if you go to the activity tab you'll see that it's open
now.
this picture should have everything you need in order to follow, if the other two weren't clear enough.
.