thefifthmatt / ESDLang

C# ESD library and scripting tool for Fromsoft games
30 stars 6 forks source link

DS2: Expects gameparam_dlc2.parambnd.dcx, and can't handle enc_regulation.bnd.dcx #4

Open kingborehaha opened 7 months ago

kingborehaha commented 7 months ago

gameparam_dlc2.parambnd.dcx isn't generated as part of more modern DS2 modding workflow, and in those cases ESDLang will quit.

System.Exception: Failed to load C:\Program Files (x86)\Steam\steamapps\common\Dark Souls II Scholar of the First Sin\Game\gameparam_dlc2.parambnd.dcx: System.Exception: Failed to load C:\Program Files (x86)\Steam\steamapps\common\Dark Souls II Scholar of the First Sin\Game\gameparam_dlc2.parambnd.dcx: System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Steam\steamapps\common\Dark Souls II Scholar of the First Sin\Game\gameparam_dlc2.parambnd.dcx'.

If ESDLang could handle enc_regulation.bnd.dcx then there wouldn't be a problem.

Regiar3dev commented 4 months ago

I'm having the same issue here. Don't know if I'm doing something wrong...