Jump to content
  • Sign Up

Leaderboard


Popular Content

Showing content with the highest reputation since 01/21/2025 in all areas

  1. 4 points
  2. 3 points
    Before I answer, can the model tell me where I should send an invoice to OpenAI so I can receive compensation for the training data I would create?
  3. 3 points
    Hello, is there any way of taking an isometric screenshot of your map in ClassiCube like you could in Indev? I would love to make timelapses out of my maps but I don't really know how I would go about doing that.
  4. 2 points
    For one the implementation for such a plugin would require a lot of effort, additionally typical server software are not designed to withstand a lot of traffic, and are geared towards using TCP and not UDP, which is what a lot of popular voice chat clients or mods use. Which means a lot of reworking of server software and client code would be required for it to function properly... Also ClassiCube does not have server-side sounds what so ever.
  5. 2 points
    There are no good operating systems. Making rocks really flat and putting lightning into them to trick them into thinking was an act against god. We must destroy all computers.
  6. 2 points
    The ClassiCube forums are not the place to appeal your ban on a specific server. I'd recommend messaging the owner / staff of the server over Discord.
  7. 2 points
    I'm on mobile so I can't test it atm, but this looks like a really cool project! A few things that I think you can improve (this is only from looking at the code, so I may not get the full picture): Move initialization logic (creating directories, etc.) into separate function instead of in the file scope Instead of downloading CC every time the program is opened, check for updates using builds.json; as update logic gets more complex, move updating to separate class Detect OS using `os.name`/`sys.platform`/`platform.system()` (see here) + `is_64bit = sys.maxsize > 2**32` to download the correct binary Line 21-22: Change `finally: "Do nothing"` to `except: pass`; `finally` does nothing to stop errors because there's nothing to catch them; `pass` is a better way to say `"do nothing"`
  8. 2 points
    Hello! Here's the source code to my bad survival server if anyone wants it! (Always has been open source) I would recommend not trusting the compiled DLLs and compiling all plugins yourself, and finding the Inf-ID version of Mcgalaxy yourself https://github.com/morgana-x/mc-galaxy-server-backup Has + Working Doors + Tools + Beds that can be used as savepoints + Eatable Cakes + Naturally spawning Mobs (Modified MobAI by Venk) + Mining animations + Torches + Crafting + Mining + Held blocks + Daynight cycle (Modified Daynightcycle by Venk) I'm pretty much done with Classicube now and it will no longer have much major development from me at-least Thanks to Venk for original Survival plugin (Was rewritten though pretty much by me at this point), as well as MobAI, DaynightCycle, and Holdblock plugin, very much the goat
  9. 2 points
    Good to know someone actually thought about this. Sounds like too much work tho. (Makes sense considering that Minecraft and Classicube are written on two different programming languages).
  10. 2 points
    is possible make a puglin whit Scratch? or what program need use to make a puglin
  11. 2 points
  12. 2 points
  13. 1 point
    I have made a new project, it is called LaunchiCube, and it is a Multi-Instance Launcher for ClassiCube, Inspired by MultiMC. I have released it to see yall's opinions and to ask for some possible help, and some feedback. Hope you like it! https://github.com/Tycho10101/LaunchiCube
  14. 1 point
    I think you forgot to read the description where the download is. It's under the "Completely broken" section. And it also says "Keep in mind that the Wii U port is in early alpha. It will likely crash, freeze, perform poorly, etc.". This software is also made in people's spare time. They very likely got a job. The Wii U is just not top priority. Most people play on their computer or phone. If you are good with C then you could contribute.
  15. 1 point
    The official builds can run on most Linux distros that use GNU libc, including Arch based distros, additionally ClassiCube is designed to be portable (in both senses) so it's not necessary to install a package for ClassiCube.
  16. 1 point
    Or alternatively try using a modern system that isn’t running a 24 year old operating system
  17. 1 point
    This is an SSL error. Try downloading ClassiCube assets from a modern device and moving the game folder back to your PC, for instance with a flash drive.
  18. 1 point
    Don't check the file update time; store the value of `latest_ts` in a file (I'd recommend an entry in `options.txt` Actually, don't put it in `options.txt`. I saw that you have JSON files, so it'd probably be better to use those) so you can compare it when you update
  19. 1 point
  20. 1 point
  21. 1 point
  22. 1 point
    If the server is no longer there, it's down. It crashed
  23. 1 point
  24. 1 point
    That is up for servers to implement themselves, many things are possible with plugins if you know how to code. On the server Not Awesome 2 there is a rather similar game mode called "Gun Game" which is a FFA shooting game, while not exactly like CS its close
  25. 1 point
    Alguien Me Dice Que Paso En Enero 20 Con x_xsprees En El Servidor De BRNBot3? Por Favor No Se Burlen De Mi Someone Tell Me What Happened On January 20 With x_xsprees On The BRNBot3 Server? Please don't make fun of me for speaking Spanish
  26. 1 point
    This plugin adds redstone. https://github.com/qdnpd/Redstone-plugin
  27. 1 point
  28. 1 point
  29. 1 point
    I just decided to post on the forums for today for no reason. Don't read this post, it's a waste of time.
  30. 1 point
    the shape of a block must be a single cuboid in mcgalaxy: /[lb command] edit [block id] min [min coords] /[lb command] edit [block id] max [max coords] the command is /os lb if you're editing the blocks in your level, /lb if you're editing the blocks in the level but it's not yours or /gb if you're editing blocks for the whole server in singleplayer (in recent versions of cc): /blockedit [block id] min [min coords] /blockedit [block id] max [max coords] the min and max coords are 3 numbers from 0 to 16 for example to make a torch (assuming you set the textures correctly): /[lb command] edit [block id] min 7 0 7 /[lb command] edit [block id] max 9 10 9 to make a slab: /[lb command] edit [block id] min 0 0 0 /[lb command] edit [block id] max 16 8 16
  31. 1 point
    That was me. Sorry I took so long to reply but I honestly forgot about it. It wasn't till recently when I was starting a Minecraft server for my friends and saw the port (25565) was in use by another program. I set up the server to run on startup and in the background using Task Schedular so I didn't have to minimize the window every time I started my computer. Once I found out today I decided to take a look at the world and I could see it had some activity. It had a few buildings and a pixel art wall (that was half destroyed). The spawn looked like any other anarchy server and The sky had the obsidian highways. Looking through the logs it started about a year ago 12-14-2023. I remember setting it up but forgot the reason why. due to me running a few other servers I decided to shut it down today to save on ram and any possible security risk.
  32. 1 point
    im new to the fourms, just wanted to say hey btw heres an image i find funny
  33. 1 point
  34. 1 point
    If you are using the MCGalaxy Server Software, there’s a useful command that allows you to resize levels to your liking. “/resizelvl MapName X Y Z confirm” X, Y, and Z being Length Height and Width respectively. To determine what your current map size is you should use /mapinfo to be on the cautious side. Happy resizing!
  35. 1 point
    Grief and destroying levels is not typically considered a violation of the TOS. If you don't want your maps to be destroyed, I recommend that you avoid servers that have no rules (anarchy) such as the free owner one.
  36. 0 points
  37. 0 points
    Hello, I encount ered an issue while trying to play ClassiCube using the web client. The game crashed with an "Uncaught [object Object]" error and displayed a message indicating that WebGL is unsupported. This prevented me from accessing the game. Has anyone else experienced this issue? Is there a solution or workaround available? Thank you!
  38. 0 points
    Change the property of "admin-verification" to false in properties/server.properties or in the "Security tab" of settings if you are using the GUI
  39. 0 points
    You're moving the goalposts. You said at first that there were no servers that function as anarchy. Now you're saying they have no players, which is often true, but is a completely different thing. If you want a server to not be dead, you've gotta be the one to hang out there a bit. People will often join if there's 1 player or more At least 3 of these servers have no rules and aren't like basic freebuild servers at all. I think you're just being a bit lazy and not checking them
  40. 0 points
    For each of these servers, explain why they don't function as anarchy
  41. 0 points
    kolibri is dead. development stuck. i wouldnt call it great
  42. 0 points
    Hi everyone.Today i have a little bit of weird side to play Classicube.Is it possible to run classicube on Symphony D54+.Symphony D54+ is a java keypad phone and is released in 2021 on Bangladesh.So sadly there is no j2me version of Classicube.but i have a another idea.Good news is i have Opera mini 4.4 on this phone.And the bad news is i greeted a error message when i load a singleplayer world on this browser.This is the picture that i took --> [Note:-This post is not be compatible on this account (not yours) because for my small mistake.You can also reply to Windows2000] Created and editied by Windows2000
  43. 0 points
  44. 0 points
    You could play ClassiCube too
  45. -1 points
  46. -1 points
  47. -1 points
  48. -1 points
    :c how make but easy
  49. -1 points
    Some build I've been working on in survivalcube, basicly it's heavily inspired by kowloon walled city and no its currently not finished.
  50. -1 points
    hi all, i'm new to posting here i've noticed there's only Classicube on the AUR packages, and on some distros (like Artix) it's essentially completely unable to download, at least from Pamac. on the official download page for Linux distros, it only really says how to do so for Ubutnu/Ubuntu-based systems, but nothing else. on Manjaro it installs, but as far as i've tried it only installs via the bin ver, the git and normal AUR packages don't/fail to install. while it does have direct downloads to a '.tar.gz' file for both 32-bit and 64-bit vers, it's not really the same as properly downloading it, at least easily. also, hopefully other packages for other distro-based distros would be nice too, but for now i thought Arch-based distros would probably benefit, especially cnsidering even SteamOS is Arch-based AFAIK
×
×
  • Create New...