Search results

  1. Any help with bettering my understanding of the main Method

    I've been playing around with ServeUO a bit for the first time trying to understand more about how it works. Please correct me if i'm wrong but my understanding so far is I can see there is the main method that contains a while loop responsible for calling a few important methods that...
  2. Why are the .CS files dynamically loaded at run time?

    I see the way to compile and launch the shard is to run a .bat file which then outputs the ultima.dll and a .exe I'm unsure of the reasoning for compiling the .CS files in this way. Can anyone help me to understand why it's done this way? Are there some particular benefits that i'm missing...
Back