Thread Tools Display Modes
04/15/24, 12:44 PM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Update 42 (Version 10.0)

The PTS cycle for the next chapter "Gold Road" has begun.

Notable Changes
  • New API Version: 101042
  • New story zone, trial, crafting sets, companions, combat balancing changes etc.
  • New game system "Scribing" - customizable combat skills
  • New HDR support, character detail options and environmental sustainability features
  • Mail system improvements
  • Guild history improvements
  • and more

Schedule
Code:
╔════════════╦═════════════════════════╦══════════════╗
║ Date       ║ Patch Notes             ║ Code Changes ║
╠════════════╬═════════════════════════╬══════════════╣
║ 2024-04-15 ║ PTS Patch Notes 10.0.0from 9.3.7   ║
╠════════════╬═════════════════════════╬══════════════╣
║ 2024-04-22 ║ PTS Patch Notes 10.0.1from 10.0.0  ║
╠════════════╬═════════════════════════╬══════════════╣
║ 2024-04-29 ║ PTS Patch Notes 10.0.2from 10.0.1  ║
╠════════════╬═════════════════════════╬══════════════╣
║ 2024-05-06 ║ PTS Patch Notes 10.0.3  ║ from 10.0.2  ║
╠════════════╬═════════════════════════╬══════════════╣
║ 2024-05-13 ║ PTS Patch Notes 10.0.4  ║ from 10.0.3  ║
╠════════════╬═════════════════════════╩══════════════╣
║ 2024-05-20 ║                No Update               ║
╠════════════╬════════════════════════════════════════╣
║ 2024-05-27 ║                No Update               ║
╠════════════╬═════════════════════════╦══════════════╣
║ 2024-06-03 ║ Live Patch Notes 10.0.5 ║ from 10.0.4  ║
║            ║                         ║ from 9.3.9   ║
╚════════════╩═════════════════════════╩══════════════╝
Links
Engage
In case you are stuck on some update related problem, have some quick questions about a new features or need help testing something on the PTS, feel free to post your question in this thread or drop by our Matrix channel and ask!

I'll edit the OP with more useful information as you post it and add the links as they become available.

Last edited by sirinsidiator : Today at 05:11 PM.
  Reply With Quote
04/15/24, 06:14 PM   #2
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Documentation.

Regarding Scribing APIs, some notes that might help (hopefully). While these rules may not be completely universally followed, we did our best to ensure they were (and again, I'm specifically referring to the code):

Scribe/Scribing - Refers to either the system, the station, the act of crafting, or the final product (scribed skills)
CraftedAbility - Code word for "Grimoire"
CraftedAbilityScript - Code word for "Script"
Ink/ScribingInk - Code word for "Luminous Ink"
You unlock CraftedAbility's and CraftedAbilityScript's (much like recipes/motifs), and you Scribe them together at the Scribing Altar spending Ink to create Scribed Skills/Abilities that you put on your bar via the Skills Menu.

There's a lot to the APIs and it's a bit of a rats nest, but hopefully those rules of thumb will help in navigating the names. Note that, to the best of our ability, the word CraftedAbility in the code does not refer to the final product. It refers to the Grimoire.
Attached Files
File Type: txt APIPatchNotesP42.txt (25.7 KB, 122 views)
File Type: txt ESOUIDocumentationP42.txt (971.8 KB, 112 views)
  Reply With Quote
04/15/24, 06:17 PM   #3
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Another note: some more fixes/improvements came in for Guild History, and even more are on the way. We're continuing to work with Sirinsidiator and Sharlikran and fixing all the issues that crop up as fast as we can reproduce and identify them, and to make modifications based on feedback from LibHistorie and MM. We'll keep plugging away at it until it's rock solid.
  Reply With Quote
04/15/24, 06:47 PM   #4
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 658
Originally Posted by sirinsidiator View Post
Matrix channel and ask!
The Matrix is a myth. Trust me I took the red pill.
  Reply With Quote
04/15/24, 06:59 PM   #5
Anthonysc
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 10
Hey Dan, are there more changes still to come around the Battleground Alliance -> Battleground Team nomenclature change? I know there were some other functions (like GetBattlegroundAllianceColor) that were missed in this pass
  Reply With Quote
04/17/24, 05:30 AM   #6
cyby89
Join Date: Mar 2023
Posts: 1
What is the difference?

* IsZoneStoryTracked()
* IsZoneStoryAssisted()
  Reply With Quote
04/17/24, 12:26 PM   #7
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
* IsZoneStoryTracked() - You are following it and it'll show up on your map, but it's not the one that shows up in the HUD Quest Tracker and it doesn't superscede the assisted quest
* IsZoneStoryAssisted() - It's the primary thing, so it's what you see in the HUD and it supersceded assisted quests.

Basically, instead of Zone Story being all or nothing you're either doing this or you're doing quests, it's now treated like it's part of the "Press T to cycle your quest" rotation while you're tracking it, like any other tracked quest is.
  Reply With Quote

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » Update 42 (Version 10.0)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off