-
Content Count
119 -
Joined
-
Last visited
-
Days Won
11
UnknownShadow200 last won the day on February 15
UnknownShadow200 had the most liked content!
Community Reputation
64 Cool CuberAbout UnknownShadow200
-
Rank
🔧
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
i need help with this issue!! (repost from old one)
UnknownShadow200 replied to deadkiller101's question in I Need Help!
Are you using desktop or webclient? Do you see a message box of ""default.zip is missing, try downloading resources..." when starting the game? Are you seeing any messages (if you scroll to top of chat history) about error loading texture pack? -
Can you provide more detail on what you mean by it doesn't work? For both browser and native application?
-
Main difference is: 'classic walk anim: on' - arms of players appear to flap around when moving 'classic walk anim: off' - arms of players mainly just swing back and forth when moving
-
How many commits do I have to make to get a developer tag?
UnknownShadow200 replied to curtis's question in I Need Help!
In navigation bar, Other stuff -> Staff Hello potential developer applicant, All candidates are required to possess the following experience at a minimum before applying: 15 years experience in Memory Leaking (C) 20 years experience in Microsoft Java (C#) 25 years experience in YourSQL & SQLime 30 years experience in Subjective C 35 years experience of Scripting in Java (JavaScript) 40 years experience in snake taming (Python) 45 years experience in violence (bash) 50 years of committing to the client github After a 100 year unpaid internship, you may be considered for the developer role. -
denzy's account previously did /reach 0, and therefore will be unable to modify blocks more than 0 blocks away from them. Doing /reach 5 on that account will revert block modification range back to the default range of 5 blocks.
-
Error -2146869244 when signing in
UnknownShadow200 replied to PenguinVEVO's question in I Need Help!
You need to install DigiCert Baltimore Root SSL certificate to the root certificate trust store, as without this the SSL certificate of classicube.net is unable to pass authenticity validation Simplest way to generate a .cer file for Baltimore Root SSL certificate is by exporting the root certificate from Chrome Then follow the tutorial from https://support.globalsign.com/ca-certificates/root-certificates/update-globalsign-root-certificate-windows-xp-windows-2000, but install the previously created .cer file instead of Root-R1.crt If that still doesn't work, then try adding https-verify=false to options.txt to disable SSL certificate validation (this is still a bad idea security wise) This should only be done as an absolute last resort, because turning on this option means your account password is transmitted over the network in plain text -
Servers aren’t working for me plz help
UnknownShadow200 replied to ImDog's question in I Need Help!
In Escape -> Options -> Nostalgia Options (or ... -> Main Menu -> Options -> Nostalgia Options), have either of the following options been turned off? Allow custom blocks Use CPE -
There a is a API available for plugins, although it's quite limited https://github.com/UnknownShadow200/ClassiCube/blob/master/doc/plugin-dev.md An example of adding something that only works in singleplayer only: copy e.g. https://github.com/ClassiCube/ClassiCube-Plugins/blob/master/SchematicExporter/SchematicExporter.c and change the false to COMMAND_FLAG_SINGLEPLAYER_ONLY
-
so many servers i cant even choose?!??!?!
UnknownShadow200 replied to davidgahie4144's topic in ClassiCube Central
Can you please copy or screenshot the crash error message you are getting? -
See https://f.classicube.net/topic/1627-script-error/ As a temporary workaround, changing /server/play/ to /server/mobile/ in the address bar should bypass this issue for now (We are still working on properly fixing the issue)
-
How about http://www.classicube.net/server/mobile/?warned=true ?
-
Try http://www.classicube.net/server/local/?warned=true and seeing if that gives you a different error asides from Script Error
-
Complete warning/error messages are usually logged to browser's Console, so checking what's logged there is a good place to start With Chrome you can do that by: Opening Developer Tools Switch to Console tab in Developer Tools You may also have to reload the page for the warning/error messages to show
-
Which web browser and device are you using? Do you consistently get this error?
-
How do I convert a .lvl/.fcm to .dat?
UnknownShadow200 replied to Hedwig7s's question in I Need Help!
I wrote a custom command for MCGalaxy that will export the current level to a .dat file, which may be of some assistance https://github.com/ClassiCube/MCGalaxy-Plugins/blob/master/CmdExportDat.cs