Giter Club home page Giter Club logo

Comments (9)

Ky0mie avatar Ky0mie commented on August 28, 2024 1

I will upload a translation for the readme here. About the tutorial, it's still worth it, your software will be well known by the end of the week already

from socialclub-notification-blocker.

Ky0mie avatar Ky0mie commented on August 28, 2024 1

I will keep it updated whenever you need. Feel free to add me on a social to work together if you want!

from socialclub-notification-blocker.

Speyedr avatar Speyedr commented on August 28, 2024

Sure, this could work. I was initially considering creating a tutorial video on how to acquire and use the program but I didn't know if it would've been worth it because at the time the project was only getting like, 30 views a day.

Community translation is always good. You could upload a translated version of the README.md file here and I can add it to the project, or you can fork the project and add the translation to your own version and I'll pull your translation from your fork instead. However, keeping the file up-to-date with changes in case I need to add or remove stuff from the README.md could be a bit of a hassle.

from socialclub-notification-blocker.

Ky0mie avatar Ky0mie commented on August 28, 2024

USAGE

  1. Télécharger et extraire (vous pouvez le build vous-même). Le lien direct pour télécharger la dernière version du logiciel est au-dessus de ce message.

  2. Lancez 'SCBlocker.exe' en tant qu'administrateur.

    • Autrement, si vous avez Python installé, vous pouvez directement le lancer via l'interprète (cmd) en exécutant python main.py dans une invite de commande. (Qui nécessite plus de privilèges dans le dossier du repo)
    • Si vous utilisez cette méthode, aucun build n'est nécessaire.
  3. Si le programme est en cours d'exécution, et le filtre est sur 'ON', les notifications devraient-être bloquées et ne vont pas atteindre votre client.

  4. Utilisez les touches de votre clavier pour naviguer dans le menu.

CONFIGURATION

  • Sauvegarde automatique de vos paramètres dans le fichier 'settings.ini'. Ne le touchez pas. Si vous le faîtes, et que le programme crash, supprimez le fichier, et relancez le programme, celui-ci va directement remettre vos paramètres par défaut.
  • Si 'LOG BLICKED ACTIVITY' est 'ON4, le programme va "log" (enregistrer) les informations à propos des paquets perdus dans 'debug.log'. Si vous voulez regarder les logs en temps réel, vous pouvez utiliser un logiciel comme mTail.

NOTICES

  • Ce programme ne modifie pas l'overlay SocialClub, ou n'importe quel jeu utilisant l'overlay SocialClub lorsqu'il est en cours d'exécution. En théorie, cela signifie que le programme ne viole pas les conditions d'utilisation de Rockstar.
  • Ce programme ne contient aucun code qui a nécessité ou utilisé le "reverse-engineering", ou code qui pourrait violer le Copyright de Take-Two interactive.
  • Créer ce programme n'a pas requiet la moindre décompilation ou le moindre décryptage du moindre programme ou service fourni ou relié à Rockstar Games / Take-Two Interactive.

FILTRES

  • Cette application fournit trois différents filtres heuristiques qui ciblent les différents points dans la chaine de communication entre votre client et l'overlay SocialClub.
  • Filtre #1 'DROP_INC_80' est le plus rapide et impacte les performances le moins, mais vous risquez d'être inondés de notifications lorsque le filtre n'est pas activé.
  • Filtre #2 'DROP_CLIENT_POST' est activé par défaut, et c'est, probablement ce que la plupart des utilisateurs recherchent.
  • Filtre #3 'DROP_LENGTHS' est le plus compliqué, et encore en développement, pour le moment, il n'est pas recommandé.

BUGS / PROBLEMES

  • Si vous rencontrez un crash, ou alors un bug qui casse l'application, merci de suivre les instructions et de soumettre votre problème ici.

INSTRUCTIONS POUR LE BUILD

NOTE : Si vous êtes en train de chercher le téléchargement, sans vous-même faire le build, vous devez aller dans Realeases à la place. Ou juste cliquer sur "Download" au haut de cette page.

Windows

  1. Installez Python 3 (3.8+ est recommandé)

    • Si c'est votre première installation python, activez la case "Add Python to PATH" rendra la prochaine étape plus facile.
  2. Exécutez la commande suivante dans une invite de commande ;

{
:: Make sure to open the command prompt in / navigate to your local repo directory before running these commands.
C:\Users\Speyedr\socialclub-notification-blocker> pip install -r requirements.txt
:: If 'pip' is not recognised (i.e. it wasn't added to PATH) then you will need to provide the absolute path to pip.exe, e.g.
:: Make sure to check your exact install directory (your version number or bundle may be different)
:: C:\Users\Speyedr\socialclub-notification-blocker> "C:\Program Files\Python 3.8\Scripts\pip.exe" install -r requirements.txt
C:\Users\Speyedr\socialclub-notification-blocker> python setup.py build
:: Again, if python is not recognised then you will need to use the absolute path instead:
:: C:\Users\Speyedr\socialclub-notification-blocker> "C:\Program Files\Python 3.8\python.exe" setup.py build
}

CREDITS

Cochons d'Inde

  • Wes0617
  • MrAlvie

Traduction / Translation

  • coeurGG (Traduction Française / French Translation) | Note de Coeur : Si vous trouvez la moindre faute ou une mauvaise traduction, n'hésitez pas à me contacter sur le fork que j'ai fait.

DONATE

PayPal / Card: ko-fi.com/Speyedr
BTC: '347M8sHnahA98c7MjHGmvsb5pVUJeUcMZ5'
ETH: '0xDBAa338137Fc53BA007D7Cf99DD94908e8Fdb6d8'
ADA: 'addr1qy6xlrpv43xjwhjpdvalccjxm3tf46f5cu7uh5uhexzgwyudcmm3ty8entef6tu3dgf8chn70tc3uql0kkrj0f62mw9sxh29w3'

LICENCE

  • L'utilisation de ce programme est offert sous la Licence GNU GPLv3.0

CONTRIBUTIONS

  • Si vous avez trouvé un bug, vous pouvez aider en signalant un problème.
  • Les demandes d'extraction sont actuellement fermées.
  • Selon les termes de la licence de ce projet, vous êtes plus que bienvenu pour créer vos propres variations basées sur mon travail tant que vous conservez tous les avis de droit d'auteur, références, crédits et utilisez également la licence de ce logiciel lors de la publication de tout travail dérivé.

I added a credit about the translation, and I said if there is any translation problem, they can lmk in my Fork.

from socialclub-notification-blocker.

Ky0mie avatar Ky0mie commented on August 28, 2024

Oh.. github added something weird here
image

from socialclub-notification-blocker.

Speyedr avatar Speyedr commented on August 28, 2024

Sure, I'll get this updated soon. Apparently R* have finally attempted an update to fix the issue, we'll see how long it lasts. I'll keep developing the project as I think there still is a need for some people (such as streamers) to have a way to block invites entirely. Apparently it also blocks phone invites so I think some people might enjoy the quiet there as well.

from socialclub-notification-blocker.

Speyedr avatar Speyedr commented on August 28, 2024

Oh.. github added something weird here image

Ah, that's because GitHub interprets those as referencing issues, discussions or posts. There's ways around that by putting invisible characters been the pound and the number like this: #⁠1 #⁠1

from socialclub-notification-blocker.

Speyedr avatar Speyedr commented on August 28, 2024

@coeurGG Branch has been created here: https://github.com/Speyedr/socialclub-notification-blocker/tree/add-french-translation

You can review the pull request to update the project here: #11

Just let me know if everything looks good and I'll update the project. :)

from socialclub-notification-blocker.

Speyedr avatar Speyedr commented on August 28, 2024

Community tutorials have popped up around the place which I reckon are more trustworthy than me directly promoting it myself:
https://www.youtube.com/watch?v=bMdLs07SHXU
https://www.youtube.com/watch?v=3tP2mHxjjyU
https://www.youtube.com/watch?v=k2N35VlQfX8

That being said, in the future I'll see about making official release videos / tutorials when changes or updates are made to the program.

from socialclub-notification-blocker.

Related Issues (9)

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.