notgoodusename / OsirisAndExtra

Other
127 stars 64 forks source link

I found a fix for the microphone problem on github, but where to put it #535

Open flagman1338 opened 1 year ago

flagman1338 commented 1 year ago

fix for the voice sounds

bool __fastcall send_net_channel(INetChannel thisptr, int edx, INetMessage message, bool force_reliable, bool voice) { // check for voicedata group and enable voice streams if (message->get_group() == INetChannelInfo::VOICE) voice = true;

    // call og
return og::net_channel(thisptr, edx, message, force_reliable, voice);

}

(owner - https://github.com/notgoodusename/OsirisAndExtra/issues/465)

JannesBonk commented 1 year ago

fix for the voice sounds

bool __fastcall send_net_channel(INetChannel thisptr, int edx, INetMessage message, bool force_reliable, bool voice) { // check for voicedata group and enable voice streams if (message->get_group() == INetChannelInfo::VOICE) voice = true;

    // call og

return og::net_channel(thisptr, edx, message, force_reliable, voice); }

(owner - https://github.com/notgoodusename/OsirisAndExtra/issues/465)

did u test it?

flagman1338 commented 1 year ago

I don't know where to write this?

Xsintashi commented 1 year ago

bruh

JannesBonk commented 1 year ago

I don't know where to write this?

try in hooks maybe idk 🤷

Notmynix commented 1 year ago

whear is the hooks make update end more