24.3.28 Quiz Game Lobby Whale Expansion App Release
Our Editor is optimized for PC environment.
Accordingly, we have disabled the feature that allowed access from tablets via web links.
We would like to ask for your understanding and cooperation as we work to improve the usability of our Editor. Please make sure to use our Editor on your PC.
YouTube link contains URLs that do not work properly. The following links do not work.
YouTube that is live → Share button → Copy link
URL that contains 'live'
YouTube Share Button → Embed Button → YouTube Link in Code
URL contains 'embed'
When the above link is inserted in Tile Effect > [YouTube], it is not saved and the normal link is displayed.
Please use the URL in the web address bar that includes 'watch', as shown in the image below.
The Quiz Game Lobby Map has been newly designed. Enjoy the quiz games on Quiz Island.
In the quiz game lobby, your level is displayed based on the experience points earned from the game.
Compete with your friends with the points you've earned throughout the week.
Rankings are reset every Monday at 00:00.
ZEP Quiz can be downloaded from the Whale Store and used as a sidebar in the Whale browser.
New Golden Bell Game Explore Map has been released.
Survive all 10 rounds and claim victory.
This map is connected to the Quiz Lobby map.
Check your experience points and level collected in the Quiz Lobby
New Forest OX Quiz Room Explore Map has been released.
Solve the quiz faster than anyone else and win the game.
This map is connected to the Quiz Lobby map.
Check your experience points and level in the Quiz Lobby
You can now use the features that were previously provided as premium for free.
Quiz Room (OX Quiz Room, School/Space Quiz Room) Premium Unlock
You can add up to 100 questions.
Options can be changed.
Download History
Reset Records
Decoration Settings
Score Grade Title Settings
OX Quiz
You can add up to 100 questions.
You can set the number of winners up to a maximum of 10 people.
You can set the time to solve problems up to a maximum of 100 seconds.
Quiz winner records can be downloaded.
Golden Bell
You can add a maximum of 100 questions.
You can set the number of winners up to a maximum of 10.
You can set the problem-solving time up to a maximum of 100 seconds.
Download quiz winner records.
A new app feature, the student status board, has been added and can be used in the Forest Classroom Template.
Added new type
template_type_mini
The name plate is placed right behind the user.
Added hide desk name tag feature
!shownametag
Changed ‘In Study’ → ‘In Meeting’
Add closed mentor rooms (Map Editor work required)
You can now install doors to Mentor rooms, just like meeting rooms.
Animal Object Set
Portal Objects 2
Stage Objects
Carpet Objects 2
Lamp Objects 2
Decorate your own space with new objects!
Play
When sharing the screen, improvements have been made so that the network status can also be checked in the App.
Download visit history has been improved.
Improved to enable downloading up to 30 days of visit records, increased from the previous 24 hours.
The whiteboard share function error has been fixed.
Space user permissions text has been edited.
Fixed an issue where nicknames were intermittently changed abnormally to GUEST.
Content
Fixed an issue where the avatar would intermittently keep jumping during chat.
Vignetting Depth Adjustment
Fixed an issue where the vignetting depth was lower than the player name and title.
Asset Store
When uploading assets, the Webp extension has been added to the uploadable image file extensions.
ZEP-Script
Added API to disable/enable poking (
player.disableAttack = true;
)You can turn on/off the ability to stab per player.
However, the stab on/off function that can be controlled in the script does not work in [settings] > [prohibit stab]
Change message when http request fails in ZEP Script
If a request is sent to an invalid URL such as httpGet, httpPost, httpPostJson, etc an error message and URL will be displayed.
Added
onPlayerNameChanged
event listenerAdded an event listener to recognize when a user has changed their name in their profile.
ex )
onPlayerNameChanged(player, oldName){}