Vlek / RuinsAndRiches

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

Redo project structure #140

Closed Vlek closed 10 months ago

Vlek commented 11 months ago

Pretty sure the program.cs is supposed to be in the base folder.

Also, to run the World.exe, which should instead likely be called ruinsandriches.exe, is done in a parent folder above the scripts folders.

I also don't like where the saves go. I think that should be in one folder where the current is under Current and then have Backups in another folder in the same parent directory.

I also don't like that the "custom" scripts are separated from the "system" ones which are just the runuo base files that hadn't been touched. This leads to things like the Mobile.cs file living far away from BaseCreature.cs, Playermobile.cs, etc.

Vlek commented 10 months ago

Fixed in #157.

Will need to revisit later so that everything appears in the same executable without needing the rest of the files, but, for now, it at least follows the .NET project standards.