Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Implemented sound files in wiki

Status
Not open for further replies.

DokEnkephalin

New member
Distinguished
May 31, 2014
21
1
The Hgames wiki uses Mediawiki, doesn't it? If so, it should have support for audio playing, but I'm not able to upload .ogg's. I have a set of 14 BGM samples, under 200kb each, that could be added to the AA2 wiki. The music is an important gameplay cue, so a reference of which music plays for which situations would be helpful.
 
The Hgames wiki uses Mediawiki, doesn't it? If so, it should have support for audio playing, but I'm not able to upload .ogg's. I have a set of 14 BGM samples, under 200kb each, that could be added to the AA2 wiki. The music is an important gameplay cue, so a reference of which music plays for which situations would be helpful.
I'll have a look at it later today.
 
Upvote 0
I'm getting a database error when uploading ogg's, but it seems to work fine. All BGMs are uploaded and playable from the Gameplay page.
 
Upvote 0
I'm getting a database error when uploading ogg's, but it seems to work fine. All BGMs are uploaded and playable from the Gameplay page.
I see. What kind of database error do you get?
[MENTION=3]Checkmate[/MENTION]; Do you have any suggestions? I installed the two extensions as described. Can it maybe be because I got extensions for a wrong WikiMedia version? I just downloaded the default choice...
Thanks in advance for any suggestions/assistance you can offer!
 
Upvote 0
Two extensions? I only list one.

Can you post a screenshot of the errors?
 
Upvote 0
Two extensions? I only list one.
...
We were missing these two:
Code:
// TimedMediaHandler is dependent on mwEmbedSupport 
require_once( "$IP/extensions/[B]MwEmbedSupport[/B]/MwEmbedSupport.php" );
 
// TimedMediaHandler
require_once( "$IP/extensions/[B]TimedMediaHandler[/B]/TimedMediaHandler.php" );
 
Upvote 0
Status
Not open for further replies.