Main Page: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Dazz
No edit summary
imported>Jython234
mNo edit summary
Line 1: Line 1:
<table style="width: 100%; border: 1px solid #ccc;" class="nomobile">
__NOTOC____NOEDITSECTION__
<tr class="nomobile">
{{Box|
  <td style="width: 50%;" class="nomobile">
BORDER = #9999FF|
  <div style="text-align: center; white-space: nowrap;" class="nomobile">
BACKGROUND = #99CCFF|
    <div style="font-size: 150%;" class="nomobile">Welcome to The VG Resource Wiki,</div>
WIDTH = 100%|
    <div style="font-size: 95%;" class="nomobile">a wiki dedicated to the creation and ripping of video-game content</div>
ICON = |
    <div style="font-size: 85%;" class="nomobile">with [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.</div>
HEADING = Minecraft Modern |
  </div>
CONTENT =
  </td>
[[File:Banner beta.png|link=Category:Minecraft Modern]]
  <td style="width: 12%; text-align: center;" class="nomobile">
 
  <div style="font-size: 100%;" class="nomobile">[[Sprite Basics]]   </div>
Minecraft Modern is the latest (and only updated) version of Minecraft which requires a paid account to download, update and play. Most of the new development projects focus on either creating entirely new programs from scratch that interoperate with Minecraft (such as a bot or server) or modding projects that wrap the client or server and provide bug fixes, new features and enhancements to existing features.
  <div style="font-size: 100%;" class="nomobile">[[Ripping Sprites]]   </div>
 
  <div style="font-size: 100%;" class="nomobile">[[Creating Sprites]]   </div>
=== Documentation ===
  </td>
There are ongoing efforts to keep reverse engineered documentation updated, but it isn't as easy as it sounds. The protocol generally changes with each release, and both the Client and Server classes get rearranged on each release. Below are links to the current documentation segments, which '''may or may not be up to date'''.
  <td style="width: 13%; text-align: center;" class="nomobile">
 
  <div style="font-size: 100%;" class="nomobile">[[Model Basics]]   </div>
* [[Protocol FAQ]]
  <div style="font-size: 100%;" class="nomobile">[[Ripping Models]]   </div>
* [[Protocol|Current Protocol Specification]]
  <div style="font-size: 100%;" class="nomobile">[[Creating Models]]   </div>
** [[Protocol Encryption]]
  </td>
** [[Server_List_Ping|Server list ping]] documentation
  <td style="width: 13%; text-align: center;" class="nomobile">
** [[Protocol_version_numbers|Protocol version numbers]]
  <div style="font-size: 100%;" class="nomobile">[[Texture Basics]]   </div>
* [[Pre-release protocol|Pre-release Protocol Specificaton]]
  <div style="font-size: 100%;" class="nomobile">[[Ripping Textures]]   </div>
* [[Authentication|Authentication Scheme]]
  <div style="font-size: 100%;" class="nomobile">[[Creating Textures]]   </div>
* [[Mojang_API|Mojang API]]
  </td>
* [[Game Files|Location of Game Files]]
  <td style="width: 12%; text-align: center;" class="nomobile">
* [[Map Format]] (See also: mirror of the old [[NBT]].txt)
  <div style="font-size: 100%;" class="nomobile">[[Sound Basics]]   </div>
* [[Snoop|Snoop Mechanism]]
  <div style="font-size: 100%;" class="nomobile">[[Ripping Sounds]]   </div>
* [[Realms API]]
  <div style="font-size: 100%;" class="nomobile">[[Creating Sounds]]   </div>
* [[Rcon]] and [[Query]] protocol specifications
  </td>
* [[Debugging]]
</tr>
</table>


<div style="text-align: center; width: 100%;" class="nomobile" >
=== Tools & Mods ===
[[File:logo.png|link=History]]
* [[Client List|Clients]] - third-party Minecraft clients.
<div style="width: 272px; padding: 15px; display: inline-block;" class="nomobile" >[[File:TSR-Logo.png|link=The Spriters Resource]]</div>
* [[Server List|Servers]] - third-party Minecraft servers.
<div style="width: 272px; padding: 15px; display: inline-block;" class="nomobile" >[[File:TMR-Logo.png|link=The Models Resource]]</div>
* [[Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols.
<div style="width: 272px; padding: 15px; display: inline-block;" class="nomobile" >[[File:TTR-Logo.png|link=The Textures Resource]]</div>
* [[Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies, bots, or inventory editors.
<div style="width: 272px; padding: 15px; display: inline-block;" class="nomobile" >[[File:TSOR-Logo.png|link=The Sounds Resource]]</div>
* [[Wrapper List|Wrappers]] - mods that override features in the client or server
</div>
* [http://b.wiki.vg/ Burger Vitrine] shows differences in data and protocol between arbitrary versions.
* [[:Code Snippets]]


<div style="width: 100%; background-color: #ebeea2; border: 1px solid #b1b548;" class="nomobile">
=== Tutorials & Guides ===
<div style="margin: 10px;">
* [[How to Write a Client]]
Contributing to the wiki is easy! We're running MediaWiki, the same system as Wikipedia. Simply log in using your VG Resource account, and as long as you've been a member for a month and have made at least 20 posts on our forums, you can start contributing!
* [[Chat|How Chat Works]]
</div>
</div>


This wiki is currently under construction, and is relatively devoid of content for the time being.
For more info, check out [[:Category:Minecraft Modern|Minecraft Modern]].
}}


For now, why not check out the start of our [[Dictionary]]?
{{Box|
BORDER = #9999FF|
BACKGROUND = #99CCFF|
WIDTH = 100%|
ICON = |
HEADING = Minecraft Classic |
CONTENT = 
[[File:Banner classic.png|link=Category:Minecraft Classic]]


Or try extending our [[History]].
Minecraft Classic is the original version of Minecraft, available for free to the public. It's still available off of the main website today and is still played by many people, with an active development community. As it's been around since 2010, and because it's so simplistic, there are many, many programs made to work with Classic - there are over '''18+''' servers alone, written in everything from C++ to PureBasic to Perl. It's highly recommend if you're planning to do a development project at this point to instead look into the Minecraft Modern specifications.


[[What Makes A Good Submission]]?
=== Documentation ===
As there is no longer any work being done on classic, the documentation for it is stable. If you create something that works with it, it probably always will.
* [[Classic Protocol|Protocol Specification]]
* [[Classic DAT Format|Server Map Format (.dat)]]
* [[MCLevel Format|Saved Level Format (.mclevel)]]


[[List of All Dedicated Game Pages]]
=== Source Code Snippets ===
Source code snippets provide insight into how specific features work or can be accomplished, and by themselves are generally free to use in your own program.
* Deserializing the level.dat file format ([[deserialize.c|C]], [https://gist.github.com/324122945a569a513bae C#])
* [[:Category:Code Snippets|More...]]


{{Consoles}}
=== Tools and Mods ===
{{Ripping Applications}}
Useful information & links
{{Editing Software}}
* [[Classic Client List|Clients]] - third-party Classic clients.
* [[Classic Server List|Servers]] - third-party Classic servers.
* [[Classic Library List|Libraries]] - libraries to interface with Minecraft data files or network protocols.
* [[Classic Utility List|Utilities]] - tools that interface with a client, server, or data files, such as proxies or bots.
* [[Classic Wrapper List|Wrappers]] - mods that override features in the client or server.


__NOTOC____NOEDITSECTION__
For more info, check out [[:Category:Minecraft Classic|Minecraft Classic]].
}}
 
{{Box|
BORDER = #9999FF|
BACKGROUND = #99CCFF|
WIDTH = 100%|
ICON = |
HEADING = Minecraft Pocket Edition |
CONTENT = 
[[File:Banner pocket.png|link=Category:Pocket Minecraft]]
 
Pocket Minecraft is the version of Minecraft for portable systems such as Android or iOS devices. It currently has very little documentation.
 
=== Documentation ===
The documentation for Pocket Minecraft is currently lacking and needs improvement.
* [[Pocket Minecraft Protocol|Protocol Specification]]
* [[Pocket Edition FAQ|FAQ]]
* [[Pocket Editon Login|Login Procedure]]
* [[Pocket Realms|Pocket Realms]]
* [[Pocket Minecraft Map Format|Map Format]]
 
=== Tools ===
Useful information & links
* [[Pocket Edition Program List|Program list]] - third-party PE programs
 
For more info, check out [[:Category:Pocket Minecraft|Pocket Minecraft]].
 
}}

Revision as of 20:00, 6 September 2014

Minecraft Modern

Minecraft Modern is the latest (and only updated) version of Minecraft which requires a paid account to download, update and play. Most of the new development projects focus on either creating entirely new programs from scratch that interoperate with Minecraft (such as a bot or server) or modding projects that wrap the client or server and provide bug fixes, new features and enhancements to existing features.

Documentation

There are ongoing efforts to keep reverse engineered documentation updated, but it isn't as easy as it sounds. The protocol generally changes with each release, and both the Client and Server classes get rearranged on each release. Below are links to the current documentation segments, which may or may not be up to date.

Tools & Mods

  • Clients - third-party Minecraft clients.
  • Servers - third-party Minecraft servers.
  • Libraries - libraries to interface with Minecraft data files or network protocols.
  • Utilities - tools that interface with a client, server, or data files, such as proxies, bots, or inventory editors.
  • Wrappers - mods that override features in the client or server
  • Burger Vitrine shows differences in data and protocol between arbitrary versions.
  • Code Snippets

Tutorials & Guides

For more info, check out Minecraft Modern.

Minecraft Classic

Minecraft Classic is the original version of Minecraft, available for free to the public. It's still available off of the main website today and is still played by many people, with an active development community. As it's been around since 2010, and because it's so simplistic, there are many, many programs made to work with Classic - there are over 18+ servers alone, written in everything from C++ to PureBasic to Perl. It's highly recommend if you're planning to do a development project at this point to instead look into the Minecraft Modern specifications.

Documentation

As there is no longer any work being done on classic, the documentation for it is stable. If you create something that works with it, it probably always will.

Source Code Snippets

Source code snippets provide insight into how specific features work or can be accomplished, and by themselves are generally free to use in your own program.

  • Deserializing the level.dat file format (C, C#)
  • More...

Tools and Mods

Useful information & links

  • Clients - third-party Classic clients.
  • Servers - third-party Classic servers.
  • Libraries - libraries to interface with Minecraft data files or network protocols.
  • Utilities - tools that interface with a client, server, or data files, such as proxies or bots.
  • Wrappers - mods that override features in the client or server.

For more info, check out Minecraft Classic.

Minecraft Pocket Edition

Pocket Minecraft is the version of Minecraft for portable systems such as Android or iOS devices. It currently has very little documentation.

Documentation

The documentation for Pocket Minecraft is currently lacking and needs improvement.

Tools

Useful information & links

For more info, check out Pocket Minecraft.