issues/README.md
2025-07-09 04:21:13 +00:00

2.3 KiB

The Sinfar EE Test server is officially live!!

Please read this carefully before you try connecting:

  • Only the latest NWNEE 8193.37-15 build is supported.
  • There is no SinfarX client, and none of the Sinfar client modifications are available (So your characters will look ugly for now. Deal with it)
  • There is still a lot of work I need to do to optimize things so expect things to run slowly
  • Expect crashes and broken stuff everywhere
  • Turns out talking to Rodrick will crash the server... So don't do that for now 😛
  • The server should restart automatically after it crashes so if it stops responding, disconnect and reconnect

When you find a bug or crash - please report it by following the instructions here TROUBLESHOOTING

If all you can tell me is that something is broken - I can't fix it. I need to know exactly how you broke the thing, the specific steps to reproduce the issue and any screenshots or other details you can provide.

To direct connect to the server: nwn-test.sinfar.net:5121

The builder site for the test server can be accessed at: https://nwn-test.sinfar.net

(The website is bright purple to make sure you don't accidentally make changes to the 1.69 server)

Builders/Scripts

To ensure you don't lose any work please read and understand this entire section

The test server will periodically be refreshed with the scripts, areas, etc from the 1.69 server. What that means is your changes on the test server may get overwritten unless you do them correctly.

For Scripts

Read through FIXING SCRIPTS

For everything else

For all other types of resources - if there is something that needs to be fixed do it on the 1.69 server. If it can't be fixed on the 1.69 server because it is an issue caused by EE - let NelaK know and we will try to fix however that resource is being handled by the server rather than changing that resource.

Common troubleshooting

  • To view the server logs: http://nwn-test.sinfar.net:6688/ The username is sinfar and the password is pass
  • To get builder/dm access to the server - simply ask any DM
  • The NWNEE compiler has a known issue with do-while loops. They will fail if there is an object iterator in the while(condition). Just redo them as regular while/for loops.