07-27-2006, 01:13 PM
|
#6 (permalink)
|
|
Forum Expert
Join Date: Nov 2004
Location: Southeast Missouri USA
Age: 35
Posts: 283
|
I just noticed something.......................... err, i feel like an idiot......
The core already handles multiple assemblies!!!
if ( File.Exists( "Scripts/Output/Scripts.VB.dll" ) )
Checking now! *runs off to find a vb script* ... *runs back growling*
I couldn't find one that worked, so i just renamed a txt file to .vb and added a ' comment inside it:
Quote:
RunUO - [www.runuo.com] Version 2.0, Build 2368.37047
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (cached)
Scripts: Compiling VB.NET scripts...done (0 errors, 0 warnings)
Scripts: Verifying...done (2328 items, 518 mobiles)
|
Total time (doubleclicked the RunUO.exe to ready to go): about 20 sec.
To keep things fair, i did the same thing for c# (renamed a txt to cs and put a //comment in it.
Quote:
RunUO - [www.runuo.com] Version 2.0, Build 2368.37047
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...done (cached)
Scripts: Verifying...done (2328 items, 518 mobiles)
|
Total time (doubleclicked the RunUO.exe to ready to go): about 2 minutes.
The only thing left is to add in that it compiles another folder and makes a dll for it!
To me, this stands as proof of concept Phantom....
Last edited by Ashlar; 07-27-2006 at 01:16 PM.
|
|
|