Jump to content
  • 0

BGM on by default


Question

Posted (edited)

Hello there !

There is my problem : when I'm logging on my server, there isn't any music on background/game. Then, I'm going online in the "option" menu and put BGM/Effects on. Then music is working and if I'm changing character, background music is working too.

Problem : When I'm closing and reopening the game, BGM/Effects is off. What do I have to do ? (Lua, Client, Other ?)

Thanks and have a great night,

Maxlam

Edited by Maxlam

5 answers to this question

Recommended Posts

Posted

have you check on the bgm and slide it to full in new setup.exe (blue ghostring)?

if yes, then it may be OptionInfo.LUA which not properly saved. (it inside folder "savedata")

Posted (edited)

The setup is working fine on this side;

But into the OptionInfo.Lua, wich part is it ?

BGM and Effect are at "100".

EDIT : I just put /BGM and /Effect to 1. Working fine, Thanks !!!

Edited by Maxlam
Posted

iam not sure about this, it has 4 part of option settings (CmdOnOffOderList, CmdOnOffList, CmdHelpList and OptionInfoList)

but i think there are 2 parts that control sound setting,

first

CmdOnOffList = {
["/bgm"] = 1,
["/sound"] = 1,
}

and the second

OptionInfoList = {
["Bgm_Volume"] = 100,
["Effect_Volume"] = 100,
["PlaySound_Open1to1Window"] = 1,
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...