Thread: 2.6 Update
View Single Post
09/01/16, 01:24 PM   #3
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
PTS is in few hours,

A reminder (also for myself), don't forget the website attribute of the lam panel if you use it.

Main addons we'll lost / need support :
  • LUI
  • FTC
  • Destinations



Updated:
  • Code itself
  • Patchnotes
  • Patch Notes TXT

+ I'll rework UI XML page for this update.
And add Virtuals page with list of Virtuals, file definition and Controls which inherits from them (only those defined in XML in a 1st part).

I plan to add for future PTS releases a modification of library Custom Titles to add some exclusive titles for PTS, such as "Testing, please don't kill me". What your thinks about it?



First little things:

Live :

/script d(zo_strformat("I am a <<1>>", "<<player{male/female}>>"))
-> I am a female

PTS :

/script d(zo_strformat("I am a <<1>>", "<<player{male/female}>>")) -> I am a <<player{male/female}>>

Take care if you display all strings genderized (achievements, quests, etc). I guess a bug because the C++ code does not handle this modification. (Link handlers & Tooltips are broken).

Last edited by Ayantir : 09/02/16 at 07:38 PM.
  Reply With Quote