codehz / bedrock-modloader

ModLoader For Official Bedrock Dedicated Server
25 stars 2 forks source link

how use #1

Open llronaldoll opened 6 years ago

llronaldoll commented 6 years ago

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

codehz commented 6 years ago

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 commented 6 years ago

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

llronaldoll commented 6 years ago

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

codehz commented 6 years ago

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

llronaldoll commented 6 years ago

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

codehz commented 6 years ago

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

llronaldoll commented 6 years ago

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

llronaldoll commented 6 years ago

image

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

codehz commented 6 years ago

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

MrDoni98 commented 6 years ago

./bdsm r -u

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

codehz commented 6 years ago

@MrDoni98 try to install dbus-x11