Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NWN:EE: Check new resource type IDs #279

Open
DrMcCoy opened this issue Jun 2, 2018 · 0 comments
Open

NWN:EE: Check new resource type IDs #279

DrMcCoy opened this issue Jun 2, 2018 · 0 comments
Labels
help wanted information NWN:EE Neverwinter Nights: Enhanced Edition up-for-grabs

Comments

@DrMcCoy
Copy link
Member

DrMcCoy commented Jun 2, 2018

Per the ChangeLog of the 1.75 patch of Neverwinter Nights: Enhanced Edition: http://blog.beamdog.com/2018/06/neverwinter-nights-enhanced-edition.html

nwhak.exe now understands all new res types (like .mtr)

That probably means that they added new resource type IDs for the new resource types. Someone who owns that game should check exactly which IDs these are, so that the Aurora::FileType enum in xoreos can be amended.

NWN:EE is not yet supported at all in xoreos, mainly because of the changed directory layout. They're still changing around stuff, and it's probably best to wait until the dust is settled, before adding support to xoreos (trying to catch up to a running target is not fun). But still, knowing the new type IDs would be very useful already. There's a chance they added clashes with IDs used in other games, so that's something to look out for.

One way to do it would be to download the Windows version of the game (Steam, the Beamdog client, or Beamdog's own website), which includes nwhak.exe. Then gather files of all the new resource types they added and put them into a HAK using nwhak.exe. The HAK should then contain the file contents and an index, consisting of the file name (minus extension) and a file type ID. The unerf tool in xoreos should be able to list the files, but not unknown resource type IDs per se. You'd need to modify the tool to spit out the ID in numerical form, and ideally comment here with a list of {new extension, numerical ID} pairs.

@DrMcCoy DrMcCoy added information help wanted NWN:EE Neverwinter Nights: Enhanced Edition up-for-grabs labels Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted information NWN:EE Neverwinter Nights: Enhanced Edition up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant