-
Content Count
38 -
Joined
-
Last visited
-
Days Won
6
deewend last won the day on September 18
deewend had the most liked content!
Community Reputation
27 Up-and-comingAbout deewend
- Birthday July 5
Recent Profile Visitors
2,738 profile views
-
Unsure if there are any clients fully supporting CPE like ClassiCube, but speaking about Minecraft Classic clients, they are enumerated here: https://wiki.vg/Classic_Client_List. I have implemented my own Classic client called McLordClassic (link to GitHub repository), however it lacks a launcher that would make it easy to run the game. If you would like to try it and are comfortable with terminal, the command to start it is java -Xmx6G -XX:+UseG1GC -DmclordAddress=<server-address> -DmclordPort=<server-port> -DmclordUsername=<your-username> -DmclordMppass=<mppass> -jar desktop-1.0.jar. Also it requires McLordClassicPlugin in order to be able to connect to Classic servers.
-
arg Help! Game haunted! NOT ROLEPLAY.
deewend replied to Youshallnotpass7's topic in General Tomfoolery
Ʋ̮̰̙̲̜͉̉ͪ̃ͤͥ̽ͩI̞̲͓̥̳͖̥̙̟͍̿́̓ͭRͫ̊ͪỦ̹̣̠͕̟͍ͥ̏ ̹̖̝͈̄̎̏̾ͤ̓́͌̎ ͚̝̪͛ͫ̄ͩͭS̞̟͈̙̗̯͇̟̙͊ͦ̍ͣ̊ͤ̒ͅ -
In addition to Panda's video, would recommend to check out this tutorial which shows the process of whitelisting a TCP port in Windows Firewall. Disabling it entirely makes your PC vulnerable to a few attack vectors.
-
Yes, you already can. Asumming you've already set up an MCGalaxy instance on your PC and the computer is running in LAN behind a router: 1. Set verify-names parameter from true to false in properties/server.properties file; 2. Whitelist the port MCGalaxy uses in the firewall of your operating system. Tutorial for Windows. Don't confuse this procedure with port forwarding (which is not needed in your case) and remember that the server uses TCP protocol; 3. Learn IPv4 address of your computer. This could be done via your router or the operating system. Tutorial for Windows; 4. Offer your relative to go into the Direct Connect screen and use that address for connecting. Make sure they are connected to the same network as your PC. This should work fine even if there is no access to Internet.
- 1 reply
-
- 1
-
Also worth to mention that the level was transferred to "waitingbuild_2024_7" at the primary NA2 server.
-
deewend changed their profile photo
-
Unfortunately, NA2 is experiencing technical issues and there is no exact information on when it will be back online. However, the server staff hasn't made any announcements that it is "gone forever".
-
Another way to support ClassiCube is to purchase the game via Itch.io.
-
p.cancelchat = true; This is how the chat event should be cancelled.
-
It is not possible. Change your email and password to random values.
-
If you were wondering how to create a new block and attach a texture, please check out this video: https://www.youtube.com/watch?v=DG9JgmdiJ-k ("Introduction" and "Block textures" sections).
-
If it's running on your computer, just don't terminate MCGalaxy process.
-
Yes.
-
sudo apt update sudo apt install mono-complete unzip mkdir MCGalaxy cd MCGalaxy wget https://github.com/ClassiCube/MCGalaxy/releases/download/1.9.4.9/mcgalaxy_1.9.4.9.zip unzip mcgalaxy_1.9.4.9.zip screen -S server (optionally) mono MCGalaxyCLI.exe
-
https://s.deewend.ru/gkgame https://deewend.gamejolt.io/2048 https://chess.mclord.ru/ telnet games.mclord.ru 2425 https://github.com/minecraft8997/DeewendGame
-
Why wouldn't you guys publish your RAM dump files so we could ensure we are having enough information on your setups?