You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Alpha Release - Please do not use for your regular gaming or to modify campaigns and maps without making a backup first.
If you are so inclined, do download and install in a separate location and use to test/evaluate new features and provide feedback on them. In particular features that need broader testing are:
Terrain VBL
WebRTC
Add-On Libraries
Highlights
New VBL Modes - new VBL modes Hill and Pit.
Initial support for "Add-On" Libraries (not lib:tokens).
#3098 Universal VTT import now uses Terrain VBL for Object LOS Blocking.
#3077 Initial support for "Add-On" libraries that can contain MTScript, JavaScript, HTML, CSS, assets and more in a zip file. New macro functions in support:
library.listAddOnLibraries() Lists the add on libraries
library.getInfo(namespace) Gets information about a library (either Add-On or lib:token)
library.listTokenLibraries(namespace) Lists the Lib:tokens in the campaign
library.getContents(namespace) Lists the contents of a library
#3073 Macro function getInfo("server") now returns additional properties:
useWebRTC, usePasswordFile, server name, port number
#3057 New getInfo("theme") option returns the color information for the various UI elements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Warning: Alpha Release - Please do not use for your regular gaming or to modify campaigns and maps without making a backup first.
If you are so inclined, do download and install in a separate location and use to test/evaluate new features and provide feedback on them. In particular features that need broader testing are:
Highlights
Enhancements & Features
data.getStaticData(namespace, path)
for accessing static data in Add-On libraries.getFrameProperties()
tabtitle
,html5
,temporary
,visible
,docked
,floating
,autohide
,undocked_x
,undocked_y
,undocked_h
,undocked_w
getInfo("server")
now returns additional properties:useWebRTC
,usePasswordFile
,server name
,port number
getInfo("theme")
option returns the color information for the various UI elements.getInfo("server")
now includescorner
info for Corner Image types,grid
for the Grid * types and thegroup
name is included in each state entry.[r: setOverlayVisible(OverlayName, {1|0})]
[r: visible = isOverlayVisible(OverlayName)] // returns 1|0
Bug Fixes
library.listTokenLibraries()
that were missing/unset properties. Fixed.Other
Change Log for 1.10.4
This discussion was created from the release 1.11.0-alpha.4.
Beta Was this translation helpful? Give feedback.
All reactions