[Possibly resolved]Fun sound clipping

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Temgamer
Villager
Posts: 12
Joined: 16 May 2017, 20:26
Location: Saint-Petersburg, Russia
Plugins: Showcase Store

[Possibly resolved]Fun sound clipping

#1

Post by Temgamer »

So, I'm making some sort of music player using Fun attribite. Here is the code:

Code: Select all

{
  "id":"$hl_02_sound",
  "type":"sound",
  "file":"Half-Life02.mp3"
},
{
  "id":"$radioo",
  "type":"decoration",
   ...
  "on click fun":
   [{
      actions: [{"type":"play", "id":"$hl_02_sound"}]
   }]
}
When I press it, it starts playing music, but after 10-12 seconds (whole .mp3 file is 1:44) it stops. Is it game sound limitation or something?
Last edited by Temgamer on 24 Jun 2020, 20:23, edited 1 time in total.

User avatar
TheFennekin
Neighborhood fox
Posts: 2728
Joined: 24 Aug 2017, 11:17
Location: Wandering around
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Fun sound clipping

#2

Post by TheFennekin »

Probably a game sound limitation

User avatar
CommanderABab
AB
Posts: 11243
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Fun sound clipping

#3

Post by CommanderABab »

Yes, it is a game sound limitation.

User avatar
JustAnyone
Developer
Posts: 3581
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Fun sound clipping

#4

Post by JustAnyone »

Pretty sure it's limited on android

Post Reply Previous topicNext topic

Return to “Problems”