Custom Minecraft Classic / ClassiCube client written in C from scratch (formerly ClassicalSharp in C#)
Find a file
UnknownShadow200 d15e0f7b03 rm autp crlf
2018-07-18 13:42:55 +10:00
ClassicalSharp remove detection of 'useclouds' in texture pack zips, because this was undocumented and unintuitive. 2018-07-17 16:08:59 +10:00
InteropPatcher Fix launcher having black pixels left behind when windows are moved over it on linux 2018-07-18 04:08:58 +10:00
Launcher2 Fix launcher having black pixels left behind when windows are moved over it on linux 2018-07-18 04:08:58 +10:00
OpenTK Fix launcher having black pixels left behind when windows are moved over it on linux 2018-07-18 04:08:58 +10:00
src Fix launcher having black pixels left behind when windows are moved over it on linux 2018-07-18 04:08:58 +10:00
.gitattributes rm autp crlf 2018-07-18 13:42:55 +10:00
.gitignore Add Position/Length methods to Stream interface 2018-05-03 21:09:37 +10:00
C-guidelines.md Create C-guidelines.md 2018-07-03 17:07:38 +10:00
ClassicalSharp.sln Game no longer requires separate OpenTK.dll 2018-07-12 23:47:49 +10:00
credits.txt Update credits.txt 2017-05-26 15:35:13 +10:00
license.txt remove simple-json bit from license.txt 2018-06-23 12:52:57 +10:00
readme.md Mention press pause in 'tips' in readme 2018-02-28 13:12:29 +11:00

ClassicalSharp is a custom Minecraft Classic client written in C# that works on Windows, Linux and OSX. It is not affiliated with (or supported by) Mojang AB, Minecraft, or Microsoft in any way.

screenshot_n

You can grab the latest stable binaries here.

You can grab the very latest OpenGL build here and the latest Direct3D 9 build here.

What ClassicalSharp is

  • Works with both minecraft.net(classic has been removed by Mojang) and classicube.net accounts.
  • Lightweight, minimal memory usage compared to the standard client.
  • Works with effectively all graphics cards that support OpenGL or Direct3D 9.
  • Provides single-player support, and both a flatgrass and vanilla-type map generator.

It does not work with 'modern/premium' Minecraft servers.

Requirements

  • Windows: .NET framework 2.0 or Mono. (Vista and later have .NET framework 2.0 built in) ClassicalSharp has been verified to work on Windows 2000 and later. The OpenGL build has been verified to work in a Windows 98 virtual machine, however has not been tested on real hardware running Windows 98.
  • Linux and Mac OSX: Either Wine or Mono.

Instructions

Initially, you will need to run launcher.exe to download the required assets from minecraft.net. Just click 'OK' to the dialog menu that appears when you start the launcher.

Singleplayer Run classicalsharp.exe.

Multiplayer Run launcher.exe. You can connect to LAN/locally hosted servers, minecraft.net servers, and classicube.net servers through the launcher.

Mono specific

If you are using Wine, you need to mark both ClassicalSharp.exe and Launcher.exe as executable, then type this into the terminal: ./Launcher.exe If you are using Mono, you just need to type mono Launcher.exe into the terminal.

Also when using older mono versions, you may need to run mozroots --import --sync to import trusted root certificates, otherwise you will get an 'Error writing headers' exception.

You must use either build using the Mono compiler or define __MonoCS__ when building, otherwise you will get runtime errors when decompressing the map using Mono.

Windows specific

If you are stuck using the built-in OpenGL 1.1 software renderer, you can use the MESA software renderer from either here or here for slightly better performance. Typically though, this occurs because you have not installed GPU drivers.

Tips

  • Press escape (after joining a world) or pause to switch to the pause menu.

  • Pause menu -> Key bindings lists all of the key combinations used by the client.

  • Note that toggling 'vsync' to on will minimise CPU usage, while off will maximimise chunk loading speed.

  • Press F to cycle view distance. A smaller number of visible chunks can improve performance.

  • If the server has disabled hacks, key combinations such as fly and speed will not do anything.

  • To see a list of all built in commands, type /client commands.

  • To see help for a given built in command, type /client help <command name>.