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

Posts: 89
Likes Given: 0
Likes Received: 6 in 6 posts
Joined: Mar 2012
Reputation: 0



Post: #21
RE: Essence UCS
There's so much this thing can do! Any chance it could let us create custom spellbooks that work just like the default ones? Or add and remove skills from the skill list on the fly? (I'd love to have hidden skills that the player has to discover in-game)
10-23-2015 01:05 PM
Find all posts by this user Like Post Quote this message in a reply
StaticZ
Apprentice
*

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

Quintessence

Post: #22
RE: Essence UCS
Sure I always glad to edit wishlist with users ideas. But I can't promiss anything as all this dependes on realization in client code - some things can be easily done and others required so huge work... But customising spells \ spellbooks and buffs are one of the milestones, so I will work in this direction. As for customisation on the fly it's the next milestones that will required working with network and adding new packets as on server so in client. I also have some ideas for example - making radarmap detalisation depending on cartography skill...

Game isn't a dream, it is the reality, reality which is coming while we dream...
11-04-2015 08:16 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
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
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #24
RE: Essence UCS
Very nice Big Grin
06-20-2016 02:03 AM
Find all posts by this user Like Post Quote this message in a reply
StaticZ
Apprentice
*

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

Quintessence

Post: #25
RE: Essence UCS
Version 0.10.0120 released!!

Changelog:
  •  Error #322: Exception handler window creation failed for errors in separated threads
  •  Error #323: Russian speech not work in client
  •  Error #324: Critical errors in patcher system
  •  Error #325: Self updating errors caused problems with patches
  •  Improvement #317: Enable playing music and sound in background
  •  Improvement #318: Reduce CPU usage for audio engine
  •  Improvement #319: Add to configs IDs for titile and death music
  •  Improvement #320: Restore music after returning from about screen and while connecting\creating character
  •  Improvement #321: Replacing opening url in web-browser

Game isn't a dream, it is the reality, reality which is coming while we dream...
(This post was last modified: 06-30-2016 07:28 AM by StaticZ.)
06-30-2016 07:28 AM
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
StaticZ
Apprentice
*

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

Quintessence

Post: #26
Tongue RE: Essence UCS
I just implemented smooth movement several days ago, which will be added in next realise - it allows to increase FPS. Well, sure most of all know such things like "FPS Patcher", which become rather well known from Yoko community (UO Injection). If yes then you know about problems that it brings - fast playing animation, out of synchronization with server, increasing packet sending rate, footsteps sounds becomes like trashnoise and so on. Forget, about this hell, I implemented absolutely new complex alhgorithm thats allow to do this. So if "FPS Patcher" just work like SpeedHack simply with slowing movment speed to make it similar to original, my aproach works in other way - inserting new minor frames beetween original one, besides if "FPS Patcher" allows to increase FPS from 10 to 20, mine aproach allows to increase it up to 60 without increasing much CPU usage. Screen scrolling and moving becomes much more softer. Preview:

https://www.youtube.com/watch?v=H7hW14lx...Te&index=5

Here must be video link to wich I give before, but for some reason it dowsn't show:




Game isn't a dream, it is the reality, reality which is coming while we dream...
(This post was last modified: 08-04-2016 08:54 PM by StaticZ.)
08-04-2016 08:51 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like StaticZ's post
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #27
RE: Essence UCS
That's a nice one, Inj's FPS Patcher is a nightmare ...
08-06-2016 04:37 PM
Find all posts by this user Like Post Quote this message in a reply
StaticZ
Apprentice
*

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

Quintessence

Post: #28
RE: Essence UCS
Version 0.11.0133 released!!

It's rather massive update on this time, which add many different new hacks, here list of all changes:
  •  Error #327: Replacing War\Peace btns in paperdoll not work properly
  •  Error #331: Some callbacks in paperdoll from 0x01 to 0x09 dont work correct with types over 0x09
  •  Error #339: Critical bug cause UCS sometime to crash while loading
  •  Feature #328: Increse FPS (for scene update)
  •  Feature #329: Add Minimize callback for paperdoll config
  •  Feature #330: Add center allign option for titile label in paperdoll config
  •  Feature #332: Add minimized gumpid for paperdoll in config
  •  Feature #333: Fix mouse cursor behaviour in single thread mod (cursor flipping)
  •  Feature #334: Allow to disable coloring cursor in peace mod for facet #0
  •  Feature #335: Add special cursors for LMB and RMB press states
  •  Feature #336: Add way to customize cursor walking distance
  •  Feature #337: Add new text controll to gumpapi
  •  Feature #338: Add new section for confirmation gump for gumpapi
  •  Feature #340: Add ability to insert UCS most user common settings in options gump
  •  Feature #341: Make options gump customizable
  •  Feature #342: Make status bars and character status customizable
  •  Feature #343: Add abbility to customize status content and modify data in 0x11 packet
  •  Feature #345: Allow to override default options values and forsing set them

Game isn't a dream, it is the reality, reality which is coming while we dream...
(This post was last modified: 08-24-2016 08:12 AM by StaticZ.)
08-24-2016 08:12 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
wuffel
Apprentice
*

Posts: 28
Likes Given: 0
Likes Received: 4 in 2 posts
Joined: Mar 2012
Reputation: 1



Post: #29
RE: Essence UCS
I'm following your postings and videos a long time now - but what exactly is essence UCS? How is it useable? Is this a totally new client? is it a hook for a specific client version?
08-29-2016 12:59 AM
Find all posts by this user Like Post Quote this message in a reply
Darkyhood
Apprentice
*

Posts: 36
Likes Given: 2
Likes Received: 3 in 3 posts
Joined: Mar 2012
Reputation: 0



Post: #30
RE: Essence UCS
(08-29-2016 12:59 AM)wuffel Wrote:  I'm following your postings and videos a long time now - but what exactly is essence UCS? How is it useable? Is this a totally new client? is it a hook for a specific client version?
Answers in first post.
(This post was last modified: 08-30-2016 06:02 AM by Darkyhood.)
08-30-2016 06:00 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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