Added setup guide

This commit is contained in:
dginovker
2019-12-24 17:42:45 -05:00
parent c2469d38a4
commit 61f284198d
3 changed files with 115 additions and 1 deletions
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="adc59219-751e-494d-a735-088d8786f5e6" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="1VRriyQAklL0F3DdEhauXLYBOUD" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
</component>
<component name="RunManager">
<configuration name="Core" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="org.rebotted.Core" />
<module name="2006RebottedClient" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="org.rebotted.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.Core" />
</list>
</recent_temporary>
</component>
<component name="ServiceViewManager">
<option name="viewStates">
<list>
<serviceView>
<treeState>
<expand />
<select />
</treeState>
</serviceView>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="adc59219-751e-494d-a735-088d8786f5e6" name="Default Changelist" comment="" />
<created>1577226879557</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1577226879557</updated>
</task>
<servers />
</component>
<component name="WindowStateProjectService">
<state x="538" y="254" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog" timestamp="1577227262106">
<screen x="0" y="0" width="1366" height="724" />
</state>
<state x="538" y="254" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog/0.0.1366.724@0.0.1366.724" timestamp="1577227262106" />
</component>
</project>
+41
View File
@@ -0,0 +1,41 @@
# 2006Rebotted 2.0 Client - an open source, bottable remake server. Pull requests welcome
## Discord Link: https://discord.gg/4zrA2Wy
If you want to play the server, check out [2006rebotted.tk](https://2006rebotted.tk/)
# How to Develop 2006Rebotted 2.0 Client
Step 1: Register a GitHub account
Step 2 (Windows users): Install Git Bash: https://git-scm.com/downloads
Step 3: Install IntelliJ Community Edition: https://www.jetbrains.com/idea/download/
Step 4: Install Java 8 from https://adoptopenjdk.net
Step 4: [Fork this repository](https://i.imgur.com/PoMTxZj.png)
Step 5: Open Git Bash and type `git clone <YOUR_FORK_URL>` ([Example](https://i.imgur.com/Hs1upNf.png))
Step 6: In Git Bash, type `cd 2006RebottedClient`
Step 7: In Git Bash, type `git remote add upstream https://github.com/dginovker/2006RebottedClient`
Step 8: In Git Bash, type `git checkout -b my-development`
Step 9: Open IntelliJ and click "Open" on the Right-Hand panel
Step 10: Find where you "Cloned" the code to in Git Bash. If you can't find it, type `pwd` in Git Bash to help ([Image](https://i.imgur.com/YvVFtmW.png))
Step 11: Click this button if your code structure is not visible: https://i.imgur.com/bxXvoKv.png
Step 12: Click File -> Project Structure
Step 13: Set Project SDK to 1.8, Project Language Level to 8, & Project Compiler Output to any valid folder [Image](https://i.imgur.com/9PJDk0Q.png)
Step 14: Hit OK in the project structure screen
Step 15: Right click `pom.xml`, select `Maven` and click `Reimport` ([Image](https://i.imgur.com/FhT025V.png))
Step 16: Click "Run Core" [Image](https://i.imgur.com/c8hxMx0.png)