Git Product home page Git Product logo

saltychat-redm's People

Contributors

blackflash5 avatar kono5alive avatar ktos93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

saltychat-redm's Issues

Only connecting

Im Only Connecting in game websocket html 29 .. i have no idea can anyone help me ?

Feature Request

Possible to let the Server decide for to use "whisper" or "mute/unmute"

It woould be nice to have the newest version with the possiblility to change what mode is desired.

If not would be sad but still okay, then i need to use a 2.X.X version.

RedM Saltychat Onesync

Hey guys!

Actually we use Saltychat for FiveM and also for RedM. Both works very fine.
A few days ago RedM released an "Alpha" Stage for RedM Onesync. We updated our Server for it and Start test.
Now we found an issue with Saltychat. The Players can hear other Players over the Map. Its very weird and confusing.

Player 1 can hear Player 2, Player 3 can hear Player 4 but nothing else. Player 2 can hear Player 1, idk how to explain it correctly.
One time i walk to Player 1 and can hear Player 3. I walked out of Range and both gets muted.. it was very strange but we must stop the Test-Phase because with this issue its hard to make "Roleplay".

Is there any Update planned for the Onesync Compatibility?

Greezt Chico :)

Change Voice Range Key

Hello everyone.
How can I change the button for the range change. or where can i find it.
thanks

Switch on Teamspeak not working

Hello,
The players are not automatically switched in the channel in question. It worked perfectly well before the OneSync update.

The Server id is the right one, the Ingame channel too.

The resolve shows me 127.0.0.1

The websocket on the client side is created by default in 127.0.0.1:38088

Would you have an idea ?

How to change keybinding ?

I've found this in VoiceManager.cs

`private async Task OnControlTick()
{
Game.DisableControlThisFrame(0, Control.OpenJournal);
Game.DisableControlThisFrame(0, Control.PushToTalk);
Game.DisableControlThisFrame(0, Control.OpenSatchelMenu);

        if (Game.Player.IsAlive)
        {
            if (Game.IsControlJustPressed(0, Control.OpenJournal))
            {
                this.ToggleVoiceRange();
            }

            if (this.PrimaryRadioChannel != null)
            {
                if (Game.IsControlJustPressed(0, Control.PushToTalk))
                    BaseScript.TriggerServerEvent(Event.SaltyChat_IsSending, this.PrimaryRadioChannel, true);
                else if (Game.IsControlJustReleased(0, Control.PushToTalk))
                    BaseScript.TriggerServerEvent(Event.SaltyChat_IsSending, this.PrimaryRadioChannel, false);
            }

            if (this.SecondaryRadioChannel != null)
            {
                if (Game.IsControlJustPressed(0, Control.OpenSatchelMenu))
                    BaseScript.TriggerServerEvent(Event.SaltyChat_IsSending, this.SecondaryRadioChannel, true);
                else if (Game.IsControlJustReleased(0, Control.OpenSatchelMenu))
                    BaseScript.TriggerServerEvent(Event.SaltyChat_IsSending, this.SecondaryRadioChannel, false);
            }
        }

        await Task.FromResult(0);
    }`

I tried to replace Control.OpenSatchelMenu by Control.SpecialAbility, but it's not working

Player Won't change channel

I seem to be having some troubles /w getting other players who connect to the RedM server /w Teamspeak open to automatically change channels. It works for me, but will not work for them. No errors are produced in the console. It works for 1 player, but not another. Any Suggestions?

Salty chat port switch 8088 to 38088 client side issues

We noticed salty chat changed their port from 8088 to 38088 via the resource.

This caused issues for a lot of our clients, as their AppData\Roaming\TS3Client\plugins\SaltyChat\settings.json was keeping 8088 port as default even after an update to salty chat tsplugin 2.0

We've asked our users to delete the settings.json file and restart teamspeak so that it recreates the settings file with the correct new default port 38088.

Please fix the plugin so that it automatically changes the users port from 8088 to 38088 regardless of what their current settings.json says.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.