The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Essence UCS
Author Message
StaticZ
Apprentice
*

Posts: 38
Likes Given: 0
Likes Received: 23 in 14 posts
Joined: May 2013
Reputation: 1

Quintessence

Post: #23
RE: Essence UCS
Version 0.09.0111 available!!
Meanwhile, Ultima Client Shell was updated. Here is the list of updates:
  •  Error #313: UO Intro video caused client crash;[/*]
  •  Error #314: Bad compatibility with Windows 8, 8.1, and Windows 10;[/*]
  •  Improvement #232: Added self-patching option and the client data patch feature;[/*]
  •  Improvement #233: Changing the contents of .emp files by client patch;[/*]
  •  Improvement #312: Added support to UTF with BOM encoding for *.ecd;[/*]
  •  Improvement #316: Created an exception window for UCS with ability to send crush report to the bug tracker.[/*]

In short, all the major errors and problems should be fixed by now, including problems with client compatibility; and the problems that negatively affected client’s stability were solved. Besides, full support of UTF8 encoding for file’s settings was added (earlier only UTF8 without BOM was working), as well as the new system of exceptions (errors) management. Users can now send the bug report via the bug tracker with just one click. However, perhaps the most fascinating aspect of the current update is the system of client updates, which includes:
  •  .mul files as well as the UCS package files defragmentation in real time;[/*]
  •  Low memory consumption;[/*]
  •  Patch sessions are now introduced for increase and decrease of HDD file saving. In case there are several patches available for patching, they are updated coherently, while all of the updates are saved at once in the end or earlier, in case there is a shortage of disk memory or for the management of the future patches.)[/*]
  •  Self-update of client files;[/*]
  •  The possibility to add, remove, move and rename the files in the packages;[/*]
  •  Added signing of files option, compression of patch packages, and the check of data integrty before and after update;[/*]
  •  Different approaches to data editing for the more optimal update of various data type. Here is the full list of supported algorithms:[list=*]
  • Rewrited – simple file replacement;[/*]
  • TextFile – Text files update by the LCS (Longes Common-Subsequence) algorithm for its lines, with encoding, where possible, in ANSI in order to lower the size;[/*]
  • MulIndex – replacement and update of packages in indexed .mul files of the client;[/*]
  • MulFixed – replacement and updated in .mul files of the client for the fixed size of a package;[/*]
  • LocalDic – the update of the localization text of the client (cliloc.enu, cliloc.fra et cetera) with encoding, where possible, in ANSI to lower the size;[/*]
  • MulFonts – the update of fonts in the client in ANSI as well as in Unicode (fonts are not .mul containers with fixed size of a package despite its extension;[/*]
  • TileData – the update of tiledata.mul. Due to tiledata being one of the most updated files of the client, it requires an individual update approach;[/*]
  • Surfaces – graphics files update (gampidx.mul, gumpart.mul, texidx.mul, texmaps.mul, artid.mul, art.mul). While these are the simply index files, this algorithm is preferable since it compares not the binary data, but the decoded images. In other words, we can save the same image .PNG with compression or without, where the size of an image and its binary file content will change, while the images will remain identical;[/*]
  • MulAnims – animation files update (anim*.idx, anim*.mul). Frames themselves are individually compared and updated as well as their metadata (information of the position of frames). Basically, everything that was described for Surfaces is relevant here too;[/*]
  • MapLands – map updates (map*.mul). Similarly to the case of tiledata.mul, the current file type is one of the most frequently updated and therefore requires an individual patching approach;[/*]
  • MapTiles – update of statics (staidx*.mul, statics*.mul). Not only is this the most frequently updated type of data, it is also one of the complex one in terms of updates and data comparison. Distinctive feature of this algorithm is the analysis and update of files not by the packages of indexes, but by the groups of packages, with the unification of repeated blocks with the following update of update packages and their indexes. In other words, this algorithm is uniting the similar packages in real time thus compressing the size of statics (in case we are using the transparent water tiles, we are talking about hundreds of megabytes of data) and, therefore, the patch of statics itself becomes considerably lower.[/*]
[/*]
[*] The following algorithms are planned but not yet implemented:
  • TextsLoc – the update of localization of client files (*.enu, *.jpn and others, besides cliloc.*). The size of these files are insufficient and they are rarely updated;[/*]
  • UopPackg – the updated of files in containers (*.uop). Despite the impressive size of these files, they are not flexible to work with and are almost never modified; [/*]
  • MapFacet – minimap update (facet0*.mul). These files are basically a single big-sized image and its partly update is complex to achieve.[/*]
[/*]
[/list]



Here is the table, which portrays the amount of code that was involved in the project, including the Ultima Client shell (which is the giant in terms of its complexity and the amount of code involved) and the client:

[Image: misc.php?action=pun_attachment&i...download=0]

The table above should hint why it took so long for another UCS update as well as for the UO: Quintessence project, which is now being prepared for its early pre-alpha period.

Game isn't a dream, it is the reality, reality which is coming while we dream...
06-19-2016 11:18 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes StaticZ's post
Post Reply 


Messages In This Thread
Essence UCS - StaticZ - 07-15-2014, 04:06 PM
RE: Essence UCS - XuN - 07-15-2014, 09:00 PM
RE: Essence UCS - darksun84 - 07-15-2014, 11:01 PM
RE: Essence UCS - StaticZ - 07-16-2014, 07:46 AM
RE: Essence UCS - Extreme - 07-16-2014, 02:10 AM
RE: Essence UCS - evening - 07-16-2014, 12:23 PM
RE: Essence UCS - admin phoenix - 07-16-2014, 04:59 PM
RE: Essence UCS - StaticZ - 07-16-2014, 08:21 PM
RE: Essence UCS - StaticZ - 05-01-2015, 07:29 AM
Re: RE: Essence UCS - Extreme - 05-01-2015, 01:30 PM
RE: Essence UCS - darksun84 - 05-01-2015, 06:47 PM
RE: Essence UCS - StaticZ - 06-20-2015, 12:24 PM
RE: Essence UCS - XuN - 06-20-2015, 04:43 PM
RE: Essence UCS - StaticZ - 07-12-2015, 04:03 AM
RE: Essence UCS - StaticZ - 07-16-2015, 07:54 AM
RE: Essence UCS - admin phoenix - 07-29-2015, 04:50 PM
RE: Essence UCS - Ultima One - 07-29-2015, 06:39 PM
RE: Essence UCS - StaticZ - 08-04-2015, 07:52 AM
RE: Essence UCS - StaticZ - 08-26-2015, 09:54 PM
RE: Essence UCS - darksun84 - 08-26-2015, 10:14 PM
RE: Essence UCS - Nachtmusique - 10-23-2015, 01:05 PM
RE: Essence UCS - StaticZ - 11-04-2015, 08:16 PM
RE: Essence UCS - StaticZ - 06-19-2016 11:18 PM
RE: Essence UCS - darksun84 - 06-20-2016, 02:03 AM
RE: Essence UCS - StaticZ - 06-30-2016, 07:28 AM
RE: Essence UCS - StaticZ - 08-04-2016, 08:51 PM
RE: Essence UCS - XuN - 08-06-2016, 04:37 PM
RE: Essence UCS - StaticZ - 08-24-2016, 08:12 AM
RE: Essence UCS - wuffel - 08-29-2016, 12:59 AM
RE: Essence UCS - Darkyhood - 08-30-2016, 06:00 AM
RE: Essence UCS - StaticZ - 10-02-2016, 06:21 AM
RE: Essence UCS - StaticZ - 12-04-2016, 01:12 PM
RE: Essence UCS - Kanibal - 12-09-2016, 08:45 AM
RE: Essence UCS - StaticZ - 08-06-2017, 11:53 PM
RE: Essence UCS - StaticZ - 08-26-2017, 11:00 PM
RE: Essence UCS - Extreme - 09-18-2017, 10:52 AM
RE: Essence UCS - StaticZ - 09-23-2017, 03:40 AM
RE: Essence UCS - Extreme - 10-22-2017, 12:02 PM
RE: Essence UCS - G-Defender - 09-11-2017, 10:12 AM
RE: Essence UCS - StaticZ - 09-14-2017, 05:39 AM
RE: Essence UCS - StaticZ - 11-06-2017, 09:56 AM
RE: Essence UCS - StaticZ - 04-30-2018, 04:06 AM
RE: Essence UCS - darksun84 - 04-30-2018, 05:37 PM
RE: Essence UCS - StaticZ - 05-05-2018, 10:19 AM
RE: Essence UCS - golfin - 09-21-2018, 02:55 AM
RE: Essence UCS - StaticZ - 10-16-2018, 04:02 AM
RE: Essence UCS - darksun84 - 10-16-2018, 07:59 PM
RE: Essence UCS - StaticZ - 10-16-2018, 09:35 PM
RE: Essence UCS - darksun84 - 10-16-2018, 09:50 PM

Forum Jump:


User(s) browsing this thread: 13 Guest(s)