This is amazing! How does your launcher work? Is it a hex patch or does it just change the built in settings? If you are willing I’m working on a server software that translates packets between pi edition and bedrock allowing the two to play together. If you want It could probably be merged into your launcher somehow as it is written in python.
its really sweet to see that some people still care about this version!
After running it in thonny, it reports the following:
Traceback (most recent call last):
File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 381, in <module>
sys.exit(main(sys.argv));
File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 355, in main
chdir(path.dirname(__file__));
FileNotFoundError: [Errno 2] No such file or directory: ''
Looks like a python relative dependency error. Try changing the import to be relative, or try running pip install -r requirements.txt before running the program @scratchermatch
Sorry everyone for the so late response, I was busy with other projects and I forget about this...
The launcher is a simple Python 3 script, it simply manipulates the NBT files, and automatically executes the selected Python mods. I'm currently developing various separate utilities to rewrite the launcher and made it more extensible. If anyone wants to join, here's a link to a GitHub organization I created for this purpose: https://github.com/MCPI-Revival
Would you be interested in merging this org with the mcbes org? Mcbes is a proxy translator to try bring some support for newer servers to the pi edition.
Hello! Yes, I know about the MCBes project, and it looks awesome! But, to be honest, I'm trying to build something (a secret right now) in MCPI-Devs, and I don't know if merging it directly would be good to that project... Anyways I will think about it, and thanks for the offer!
Hello!
I want to share a software that I wrote. It is a launcher for the Pi Edition that has some additional features:
It requires Python 3, but it already comes installed on most Linux distributions, so it shouldn't be a problem.
To install it, download https://github.com/Alvarito050506/MCPIL/releases/download/v0.2.0/mcpil_0.2.0.tar.gz, unzip it and execute the install.py file, and to execute it, run the mcpil.py file.
It's in alpha, so it may have any bugs. Any feedback is aprecciated. It's all!
P.S.: Sorry for my English.
Edit: Thanks to @Phirel for his Pi2PE (a.k.a. "survival") patch.
socket.bind(...); /* 127.0.0.1:19132 */
New release!
Added:
Fixed:
Download link: https://github.com/Alvarito050506/MCPIL/releases/download/v0.1.1/mcpil_0.1.1.tar.gz.
socket.bind(...); /* 127.0.0.1:19132 */
New release!
Added:
Fixed:
Download link: https://github.com/Alvarito050506/MCPIL/releases/download/v0.2.0/mcpil_v0.2.0.tar.gz.
socket.bind(...); /* 127.0.0.1:19132 */
Hello!
This is amazing! How does your launcher work? Is it a hex patch or does it just change the built in settings? If you are willing I’m working on a server software that translates packets between pi edition and bedrock allowing the two to play together. If you want It could probably be merged into your launcher somehow as it is written in python.
its really sweet to see that some people still care about this version!
take care
6502
I'm getting errors while running the file:
psutil is installed apparently, but I cannot run the program.
After commenting out that import, it complains about not being able to import ANY of the libraries you have included, installed or not.
After running it in thonny, it reports the following:
Any help here?
Looks like a python relative dependency error. Try changing the import to be relative, or try running pip install -r requirements.txt before running the program @scratchermatch
Sorry everyone for the so late response, I was busy with other projects and I forget about this...
The launcher is a simple Python 3 script, it simply manipulates the NBT files, and automatically executes the selected Python mods. I'm currently developing various separate utilities to rewrite the launcher and made it more extensible. If anyone wants to join, here's a link to a GitHub organization I created for this purpose: https://github.com/MCPI-Revival
Thank you for your interest!
socket.bind(...); /* 127.0.0.1:19132 */
Would you be interested in merging this org with the mcbes org? Mcbes is a proxy translator to try bring some support for newer servers to the pi edition.
Hello! Yes, I know about the MCBes project, and it looks awesome! But, to be honest, I'm trying to build something (a secret right now) in MCPI-Devs, and I don't know if merging it directly would be good to that project... Anyways I will think about it, and thanks for the offer!
socket.bind(...); /* 127.0.0.1:19132 */
sure not an issue! just happy to see more discussion and work being done to mcpi
(ninja edit: whats this *something? i'm intriuged)