Page MenuHomeFeedback Tracker

UI-UX Issues (Modding)
Assigned, NormalPublic

Description

There are currently many some issues with widget which are causing them not to functioning properly:

  1. VideoWidget, it is my understanding that this is only working for Xbox, which seems pretty counter productive since there isn't any modding released for Xbox (yet) & we have access to use it inside of Workbench on PC. When attempting to use it, trying to load up any video at all (*.mp4, *.ogv, *.flv, etc) will cause your game to close-to-desktop with no error or anything brought up on your screen. No errors in the scripts.log, either.
  1. HTMLWidget is extremely limited on what i can/can't do, more functionality would be extremely appreciated as you can only currently read from file (as a function) & do basic html inside of it. If you could implement IFrames and possible JavaScript functionality (although this would require another service engine-side such as chromium), us modders would extremely appreciate it!

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Operating System Version
1803
Category
Modding
Steps To Reproduce

VideoWidget:
Trying to load a video into game using:

m_Video.LoadVideo( "Path\\To\\Video.mp4", 0 );
m_Video.Play( VideoCommand.PLAY );

will cause your game to crash to desktop with no errors, etc. There is currently an example for loading a video & its using an MP4 in 5_Mission.

Event Timeline

Thurston edited Steps To Reproduce. (Show Details)
Unknown Object (User) added a subscriber: Unknown Object (User).Feb 25 2019, 10:35 AM
Geez changed the task status from New to Assigned.Mar 27 2019, 10:37 AM
Geez added a project: DayZ Modding.

knock Knock :)
It still doesn't work on PC
m_Video.LoadVideo( "Path\\To\\Video.mp4", 0 );
m_Video.Play( VideoCommand.PLAY );