Hello all,
I've come across this forum after starting a project to recreate a dreamcast game called Seaman in Unity, I want to integrate an LLM into the game to create a more dynamic conversional experience for the player. What I've done is extract a ROM of Seaman I found online and have access to all the original files such as textures, models, animations (foreshadowing), sounds, voice lines etc.
A major problem I am encountering is trying to make sense of .njm, .njs, .njd files, .nj files I easily view in Noesis so those are no problem. From what I've gathered online on various forums and post from this forum as well is that .njm files are animation data. .njs file I don't know and .njd I believe are a compressed file that contains .njm and .njs files in them. I was able to write a program that extracts those out of the .njd file.
In regards to .njm files, I do not know how to get anything useful out it in order to use them for Unity. I've read just about every forum post related to .njm formats and unless I skipped over something I'm kinda at a loss here. If anyone can impart some information that help me that would be greatly appreciated.
Thanks.
I've come across this forum after starting a project to recreate a dreamcast game called Seaman in Unity, I want to integrate an LLM into the game to create a more dynamic conversional experience for the player. What I've done is extract a ROM of Seaman I found online and have access to all the original files such as textures, models, animations (foreshadowing), sounds, voice lines etc.
A major problem I am encountering is trying to make sense of .njm, .njs, .njd files, .nj files I easily view in Noesis so those are no problem. From what I've gathered online on various forums and post from this forum as well is that .njm files are animation data. .njs file I don't know and .njd I believe are a compressed file that contains .njm and .njs files in them. I was able to write a program that extracts those out of the .njd file.
In regards to .njm files, I do not know how to get anything useful out it in order to use them for Unity. I've read just about every forum post related to .njm formats and unless I skipped over something I'm kinda at a loss here. If anyone can impart some information that help me that would be greatly appreciated.
Thanks.