Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

dsinkerii/messedup-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messedup-settings

https://youtu.be/qbOCx4pdUnQ

updaet 7:

i got burnt out of workin on this project sorry thanks for all tha support from yahiamice & yall, but i dont really find it enjoyable working on this project no more since it was simply just an experiment ❤️‍🔥

Additional info...

⚠️ (for best experience, install https://modrinth.com/mod/slyde/version/1.7.1 to remove limit from options, allows to set any value more or less than intended)

❓ if you have any issues, open an issue here if you have a github account, or dm me at @dsinkerii on discord (but make sure you ping me on discord or smth if you cant use both methods) (BUT PLEASE DO NOT PING YAHIA. HE'S NOT A DEVELOPER OF THE MOD SO HE WONT BE ABLE TO HELP)

❗ pehkui mod is now required!! download it at: https://www.curseforge.com/minecraft/mc-mods/pehkui/files/4821741

❗ also, the mod is now a 1.20.x fabric mod

⭐ if you like this mod please hit that funny star button, i really appreciate that

‼️ READ BEFORE INSTALLING ‼️

Here's the latest version of the mod if you dont know how to use github (i refuse to upload on modrinth and curseforge since.... lazzyyy)

🔴 IF you are the one who is going to edit the settings, make sure to follow these steps:

  1. install dotnet (if u havent already)
  2. download & extract the zipfile attached to the release (for example, if you use windows, download host.1.3.win-x64.zip)
  3. find the executable file to launch it (again, for windows users its host.exe, osx and linux = host)
  4. paste in your password and change your nickname if you want to, and enjoy!

🔴 IF you are the one running the mod, allowing to change your settings, follow these steps:

  1. make sure you have 1.20.1/1.20 fabric installed.
  2. After launching the mod, you can now copy the password (in the main menu) needed for your friends that will be editing your settings!

Every time you reboot your game, your padsword changes, so im case it got leaked or something, you can just alt+f4 to reset your password.

If you have any issues with this mod or following any of the steps, feel free to open an issue. (in case its an emergency (something like a security exploit) feel free to DM me in discord: @dsinkerii (dm's always open))

how does it work

what

(very awesome drawing i made in krita at 3am)

In short, we have the host "victim" that will receive all messages from all clients "actors"

We use MQTT, due to the fact that using p2p may be not cool due to the fact your ip will be public for all "actors"

Also, here we use some basic encryption with encrypting all messsages using a simple password

(note, i know NOTHING about cryptology, feel free to open a pull request in case you know how to make it better)

wow