Forum: Bug Reports
01/31/21, 05:09 PM
|
Replies: 1
Views: 534
|
Forum: Bug Reports
01/31/21, 12:23 PM
|
Replies: 1
Views: 534
[open] bug in lua string escape
There is a bug when reading escaped strings.
Any string containing the byte sequence 5C 30 B2 is unable to be loaded by the game.
For example when a string contains the byte sequence 00 B2 and is...
|
Forum: Wish List
11/20/20, 02:06 PM
|
Replies: 11
Views: 2,139
Thanks so much!
Quick question, will zoneId be...
Thanks so much!
Quick question, will zoneId be part of the arguments or is it always relative to the current zone? Votan's request didn't specify zoneId but I thought it might be useful given that...
|
Forum: Wish List
11/09/20, 08:52 AM
|
Replies: 11
Views: 2,139
|
Forum: Wish List
07/14/20, 12:10 PM
|
Replies: 1
Views: 1,486
|
Forum: Wish List
07/03/20, 10:25 AM
|
Replies: 1
Views: 1,486
[open] WorldPositionToMapPosition
I would like to request the following API function:
WorldPositionToMapPosition(zoneId, worldX, worldY, worldZ)
- normalizedX, normalizedY
It takes 3d world coordinates and converts them to 2d map...
|
Forum: Lua/XML Help
06/14/20, 12:06 PM
|
Replies: 3
Views: 1,109
EVENT_MANAGER:RegisterForEvent(BarTracker.name,...
EVENT_MANAGER:RegisterForEvent(BarTracker.name, EVENT_ACTION_LAYER_PUSHED, function() BarTracker.toggleVisibility(true) end)
It's basically shorthand for something like below. The only difference is...
|
Forum: General Authoring Discussion
06/14/20, 12:00 PM
|
Replies: 2
Views: 873
|
Forum: AddOn Search/Requests
05/22/20, 09:12 AM
|
Replies: 10
Views: 1,324
|
Forum: Wish List
03/16/20, 06:31 AM
|
Replies: 7
Views: 1,807
One workaround would be to create two container...
One workaround would be to create two container addons.
So you have one addon "MyMainAddon" which is the actual addon, and two addons "MyAddon'sEUdata" and "MyAddons'USdata".
Store your heavy data in...
|
Forum: AddOn Help/Support
09/06/19, 12:01 PM
|
Replies: 3
Views: 1,493
|
Forum: Minion
08/31/19, 05:06 AM
|
Replies: 2
Views: 4,353
I do not know if there is a manual config...
I do not know if there is a manual config possible, but the following workaround should help:
Create a folder where you want to install your addons in. Let's say "C:/AddOns" and select that folder...
|
Forum: Minion
08/31/19, 05:05 AM
|
Replies: 2
Views: 4,353
|
Forum: General Authoring Discussion
07/30/19, 05:48 AM
|
Replies: 2
Views: 2,700
|
Forum: Tech Chat
07/20/19, 10:28 AM
|
Replies: 2
Views: 3,477
|
Forum: AddOn Help/Support
06/22/19, 03:57 PM
|
Replies: 9
Views: 2,658
The error message you posted is caused by...
The error message you posted is caused by NoThankYou.
You have two errors:
1st, some addon throws an error.
2nd, NoThankYou tries to add a notification for the error, but NoThankYou itself bugs out...
|
Forum: AddOn Help/Support
05/30/19, 11:10 AM
|
Replies: 4
Views: 2,335
This is an error in TamrielMappingProject.
For...
This is an error in TamrielMappingProject.
For some reason the addon author decided to edit the LibAddonMenu manifest. He removed references to important files, which then broke LibAddonMenu.
You...
|
Forum: AddOn Help/Support
05/26/19, 11:59 AM
|
Replies: 6
Views: 1,216
A texture of size 600x600 will look roughly the...
A texture of size 600x600 will look roughly the same, no matter what resolution the player will play in.
If the game runs in a higher resolution, then it automatically scales-up the entire UI. If it...
|
Forum: AddOn Help/Support
05/24/19, 05:59 PM
|
Replies: 2
Views: 745
The scrollbar was added by LibMapPins:...
The scrollbar was added by LibMapPins: https://www.esoui.com/downloads/info563-LibMapPins.html
If you install the library and activate it (you must allow outdated addons), then you will get your...
|
Forum: AddOn Help/Support
05/21/19, 07:21 AM
|
Replies: 2
Views: 1,105
|
Forum: AddOn Help/Support
05/20/19, 04:53 PM
|
Replies: 1
Views: 714
|
Forum: AddOn Help/Support
05/12/19, 05:48 AM
|
Replies: 2
Views: 1,005
|
Forum: AddOn Help/Support
05/01/19, 03:20 PM
|
Replies: 1
Views: 769
|
Forum: General Authoring Discussion
04/17/19, 01:45 PM
|
Replies: 6
Views: 2,720
|
Forum: Site help, bugs, suggestions/questions
03/21/19, 09:49 AM
|
Replies: 13
Views: 1,794
|