Jump to content

RainZhang

Member
  • Joined

  • Last visited

  1. This error shows when uploading my texpack on https://garbage.loan: Zip file must contain any of the following: animations.png, animations.txt, char.png, clouds.png, default.png, gui.png, icons.png, particles.png, rain.png, snow.png, terrain.png, touch.png, skybox.png But my file contains the following (After unzipping): animations.png clouds.png icons.png readme.txt touch.png animations.txt default.png particles.png snow.png char.png gui.png rain.png terrain.png File attached for reference, any help would be appreciated! classicube.zip
  2. This error shows when uploading my texpack on https://garbage.loan: Zip file must contain any of the following: animations.png, animations.txt, char.png, clouds.png, default.png, gui.png, icons.png, particles.png, rain.png, snow.png, terrain.png, touch.png, skybox.png But my file contains the following (After unzipping): animations.png clouds.png icons.png readme.txt touch.png animations.txt default.png particles.png snow.png char.png gui.png rain.png terrain.png File attached for reference, any help would be appreciated! classicube.zip
  3. Thanks! You helped me a lot. Have a nice day!
  4. Thanks for the first tip. I tried pcompiling again and here's the error message. Error #CS0006 - Metadata file `System.Core.dll' could not be found Compiling failed. See logs/errors/compiler.log for more detail As for the second tip, the compile worked successfully. By the way, I noticed there was no .mdb file when I compiled it using mcs. Is the .mdb file crucial for _extralevelprops.dll & GoodlyEffects.dll? Thanks.
  5. Answering your first question, it didn't say anything except for Plugin compiled successfully from GoodlyEffects.cs (console) used /Compile plugin GoodlyEffects. As for your second question, I tried that. It said error CS2005: Missing file specification for `/r:' option. Input for reference: mcs -target:library -r:MCGalaxy_.dll -target:library -r: _extralevelprops.dll -out:plugins/GoodlyEffects.dll plugins/GoodlyEffects.cs. Edit: I also ran this with the same effect. mcs -target:library -r:MCGalaxy_.dll -r: _extralevelprops.dll -out:plugins/GoodlyEffects.dll plugins/GoodlyEffects.cs.
  6. I'm making a server for testing purposes, and I want to use the GoodlyEffects plugin. (See https://github.com/ClassiCube/MCGalaxy-Plugins/blob/master/documentation/GoodlyEffects.md) When I use /pcompile GoodlyEffects (In MCGalaxy) though, the .dll file doesn't appear. So I use mcs -target:library -r:MCGalaxy_.dll -out:plugins/GoodlyEffects.dll plugins/GoodlyEffects.cs. (Ubuntu 24.04) And then this error appears: plugins/GoodlyEffects.cs(19,7): error CS0246: The type or namespace name `ExtraLevelProps' could not be found. Are you missing an assembly reference? The ExtraLevelProps dll is there. Is this problem fixable and can you tell me how to fix it? Thanks in advance.
  7. RainZhang changed their profile photo
  8. These are not necessary as custom blocks can be made for a server (Global Blocks). You can also make Level Blocks, which are custom blocks for a certain map.
  9. Yeah, me too. I was wondering about that. Maybe he's pretending he sees Herobrine? Maybe it's the tree.
  10. 7/10. It's a little sparse, and the fog should be a little foggier. Maybe add decor? Plus on the right the terrain looks unnatural.
  11. RainZhang posted a post in a topic in ClassiCube Central
    Then why did you make it? And English please.
  12. RainZhang posted a post in a topic in ClassiCube Central
    Can you quote me in what I originally said, instead of translating it? Thanks.
  13. RainZhang posted a post in a topic in ClassiCube Central
    I'm pretty sure you're not supposed to promote yourself. Is this event so important that you can't just tell others in NA2?
  14. Well, I'm starting to get suspicious as you have NONE of your needed data to verify you.
  15. You can run it on Arch-based distros: 1: Download the Debian package from the website 2: Unpack it 3: Go into it and run it with ./ClassiCube Put this in your ~/.bashrc file for easy access: alias classicube='cd /path/to/ClassiCube && ./ClassiCube' Then do source ~/.bashrc Voila! Enter classicube in the terminal and you start up classicube!
  16. RainZhang started following AndrewPH
  17. I like Ubuntu Cinnamon the most, but sometimes it can't work on lower end computers, so I use Manjaro XFCE for those. Linux Mint is great too.