Vlek / RuinsAndRiches

Ruins & Riches Ultima Online Server Files
6 stars 0 forks source link

Fix items hard-coded to go to Data/ #146

Open Vlek opened 10 months ago

Vlek commented 10 months ago

There are a bunch of places that are hard-coding the search for items within the Data/ folder. These all need to be changed to a configurable location.

In looking at Channel.cs, there appears to be a General.SavePath that I might be able to set and use.

Vlek commented 10 months ago

This is a would-be-nice.

What I have done so far is to at least have the items generated in the release correctly so that it will be added in a way that this will work.

However, the end goal would be to have this all bundled into the .exe. If someone wants to change the code, the way to do this is via a version controlled repo change and a new release generated and a docker container spun up.