Code Monkey home page Code Monkey logo

worlds's Introduction

Worlds

Terraria game worlds used by a community of friends.

How To Setup (Once per Computer)

  1. Download & install Git: https://git-scm.com/downloads You may continue up to and including step 4 while you wait for step 1 to finish.
  2. Sign-up for Github if you do not have one already: https://github.com/
  3. Message me on Steam with your Github username: http://steamcommunity.com/id/moronicacid/
  4. Open Command Prompt.
  5. Type 'git config --global user.email "<your email>"'.
  6. Type 'git config --global user.name "<your IRL name>"'.
  7. Type "cd C:\Users\<your user name>\Documents\My Games\Terraria\Worlds". This will bring you to the correct directory.
  8. Type "git init". This initializes a repository locally in your Worlds directory, do not delete the .git directory.
  9. Type "git remote add origin https://github.com/jtmayer/Worlds.git".
  10. You may want to delete/backup worlds with the same file name as the one in this repository, then type "git pull origin master". This is the command that actually fetches the files.

How to Host (Once at the Beginning of the Session)

  1. Close Terraria, if it is already open.
  2. Open Command Prompt.
  3. Type "cd C:\Users\<your user name>\Documents\My Games\Terraria\Worlds".
  4. Type "git pull origin master", if your local world is out-of-date. If you just performed the setup above, please ignore this step.
  5. Open Terraria.
  6. Select "Multiplayer" from the main menu, then "Host & Play".
  7. Select the desired world and host.

How to Update the Online Repository (Once at the End of the Session)

  1. Quit the world. You should not be hosting a game while performing the following steps.
  2. Open Command Prompt.
  3. Type "cd C:\Users\<your user name>\Documents\My Games\Terraria\Worlds".
  4. Type 'git commit -a -m "<message>"' Where <message> contains a condensed description of changes made to the world.
  5. Type "git push origin master".

FAQ

TBD

worlds's People

Contributors

skrimish10 avatar edgysteel avatar jtmayer avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.