Hello all. We’re putting up a new server and doing some testing on a basic module to ensure everything’s working (database connections, nwnxee functions, etc.).
The server is run via docker with NWNXEE on a Linux VM. Right away we ran into an issue. Functions that referenced anything from dialog.tlk (like GetStrByStrRef) weren’t returning anything. I copied the stock dialog.tlk into the server’s base directory and it fixed this issue, so I’m assuming there are some resources missing somehow.
The next issue I ran into was the lack of a placeable showing up in the module, specifically an anvil (resref: plc_anvil). When I run the module on my computer, it shows just fine, but on the server, the placeable does not show up. On a hunch, I copied base_2da.bif to the server directory and the anvil showed up, but it wasn’t interactable. But, of course, ever since, the anvil has not showed up again in the module while it’s being served. Also, I could not find a reference to plc_anvil in any 2da file I looked it, even though it’s available in the toolset.
Anyone run into this type of apparently missing resource before? If so, any idea how to fix it? Or is it some other type of issue?
Thanks,
Ed