Resource icon

Lokai Versioning 2018-03-24

No permission to download
Here is the reason for this change. You won't be able to tell from this below, but the compile time for the C# scripts can take anywhere from 20-30 seconds to several minutes on some systems. It depends on how many customs you have. The part below where it says "Finished with 0 errors, 0 warnings" is the part you wait patiently to appear.

Code:
ServUO - [http://www.servuo.com] Version 0.5, Build 5469.39357
Publish 54
Core: Running with arguments: -debug
Core: Optimizing for 2 64-bit processors
RandomImpl: CSPRandom (Software)
OpenUO Error: Client files not found.
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (4196 items, 1003 mobiles, 11 customs) (2.29 seconds)

In my version of the Server, I compile the standard scripts separately from my customs, so the result always looks like the below output. The standard scripts are cached, so it does not need to recompile them. Since my customs are only a fraction of what is in the Core, my compile time is usually about 2-3 seconds. It includes 5 folders, so I can vary how many different compilings I do.

Code:
ServUO - [http://www.servuo.com] Version 0.5, Build 5469.39357
Publish 54
Core: Running with arguments: -debug -lv1
Core: Optimizing for 2 64-bit processors
RandomImpl: CSPRandom (Software)
OpenUO Error: Client files not found.
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Compiling Lokai Version-1 C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Verifying...
Finished (4196 items, 1003 mobiles, 11 customs) (2.29 seconds)

If I decide that I am done "testing" I can always move the scripts into the standard Customs folder and let it recompile. The world doesn't care which .dll file has the scripts, as long as they are still there.
Author
Lokai
Downloads
141
Views
1,697
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from Lokai

Latest Updates

  1. Updated Lokai Versioning for current ServUO Repo

    Updated for current ServUO Repo.
Back