Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Anywho, I'll write some debug code for 16th note in a little bit that works off the debug setting and hopefully that'll point me to where the root of this is from. I'll come back to announce when I update the addon and will give some instruction on what to do to give me the debug info.
You could try deleting the cachedlyrics.dat file and see if that does anything and loading into singleplayer. But I'm not entirely confident there will be results from this
If you know how to get in your gmod folder, this is the file path to get to the cachedlyrics.dat file.
steamapps\common\GarrysMod\garrysmod\data\16thnote
I'll see if I can write up some code sometime later that you will be able to put in console that would hopefully tell me what's wrong.
and using that command in console doesnt do or print anything
Next, before I thought you meant dedicated servers so that clears that up. I can see potential issues with hosting a local 2 player server so I will see what I can do regarding that.
One thing I want you to do if it is still happening is put lua_run_cl PrintTable( SXNOTE.LyricData ) in console and tell me if it outputs the lyric data (stuff that shows id, lyric, etc). At this point we are just narrowing down where and what is causing the problem you are having in particular.
Did you first join singleplayer to let the addon cache the lyrics then join a multiplayer server?
Do the lyrics work properly in singleplayer?
Also, does the server mess with your camera in any way? If so, that may be creating issues that I don't know if I can fix on 16th note's end.