bedrock-modloader icon indicating copy to clipboard operation
bedrock-modloader copied to clipboard

how use

Open llronaldoll opened this issue 7 years ago • 11 comments

How do you use this modloader on my official mojang server?

llronaldoll avatar Sep 17 '18 23:09 llronaldoll

This project is just a loader, and all function is provided by mod....(And now there no released mod for it) And it won't be used directly, because I'm going to create a launcher for it (WIP

codehz avatar Sep 18 '18 06:09 codehz

Now you can use it by https://gist.github.com/codehz/f7153de5a20d099aa18654a0edeb1f22

codehz avatar Sep 20 '18 14:09 codehz

sorry I'm just an ordinary user I do not know how I should do to start using this

llronaldoll avatar Sep 21 '18 01:09 llronaldoll

ok, tell me what is your operator system in use, if windows, it is not possible to modding, if linux please tell me the distro name

codehz avatar Sep 21 '18 01:09 codehz

sometime it works on windows?, because I play minecraft windows 10 edition

llronaldoll avatar Sep 21 '18 03:09 llronaldoll

no, never mind, it is not possible to mod it in this way because only the linux version has exported symbol table ( it make it possible to identify function

codehz avatar Sep 21 '18 03:09 codehz

if I install linux on the server, people using a player using windows10 edition and windows pr, have managed to join the server?

llronaldoll avatar Sep 21 '18 03:09 llronaldoll

image

I installed Ubuntu as a windows subsystem, but I do not know how to run it, can you help me?

llronaldoll avatar Sep 21 '18 03:09 llronaldoll

Just type install:

wget "https://gist.github.com/codehz/f7153de5a20d099aa18654a0edeb1f22/raw/0a6aefa1c3b12c6fea94fa83f0afa6c18ff9a0e4/getBDSM.sh"
chmod +x ./getBDSM.sh
./getBDSM.sh
sudo ln -s /usr/lib/x86_64-linux-gnu/gconv /usr/lib/gconv

run:./bdsm r -u

codehz avatar Sep 21 '18 07:09 codehz

./bdsm r -u

Failed to connect to session bus: exec: "dbus-launch": executable file not found in $PATH

MrDoni98 avatar Sep 22 '18 10:09 MrDoni98

@MrDoni98 try to install dbus-x11

codehz avatar Sep 22 '18 13:09 codehz