3 - Setting up MCP

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:tutorial:mcp [2014/11/18 16:01]
mumfrey
dev:tutorial:mcp [2014/11/18 16:16] (current)
mumfrey
Line 17: Line 17:
 * Locate the line which starts with **UpdateUrl**,​ it should look something like this: * Locate the line which starts with **UpdateUrl**,​ it should look something like this:
  
-    ​UpdateUrl ​        = http://​mcp.ocean-labs.de/​files/​mcprolling_{version}/​ +``` 
-    +UpdateUrl ​        = http://​mcp.ocean-labs.de/​files/​mcprolling_{version}/​ 
 +``` 
 * Change the **mcp.ocean-labs.de** to **dl.liteloader.com** as shown: * Change the **mcp.ocean-labs.de** to **dl.liteloader.com** as shown:
  
-    ​UpdateUrl ​        = http://​dl.liteloader.com/​files/​mcprolling_{version}/​ +``` 
-    +UpdateUrl ​        = http://​dl.liteloader.com/​files/​mcprolling_{version}/​ 
 +``` 
 * Save the file and close it. * Save the file and close it.
  
-Once you've made this change, run **updatemcp.bat**,​ MCP should ask you to confirm to update several files, type *Yes* and wait for the update to complete. ​   +Once you've made this change, run **updatemcp.bat**,​ MCP should ask you to confirm to update several files, type *Yes* and wait for the update to complete.
  
 Once the update completes successfully,​ run the **decompile.bat** to decompile the minecraft client. Once the update completes successfully,​ run the **decompile.bat** to decompile the minecraft client.

Login