From 585dccf26c17f89706e3c4a2ceddf357665b191c Mon Sep 17 00:00:00 2001 From: dginovker Date: Wed, 2 Oct 2019 14:49:57 -0400 Subject: [PATCH] Fix readme dupe --- README.md | 2 ++ readme.md | 29 ----------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 readme.md diff --git a/README.md b/README.md index fa6ed083..da6abf94 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ - `2006Redone_Client` and `2006Redone_Server` contain the compiled class code/outputs. +To run the server, import the whole repository in IntelliJ. Make sure to add the dependencies in `2006Redone Server/libs", or it won't compile. + ### ScriptFactory source ScriptFactory's source code can be found in my Parabot scripting repository [here](https://github.com/dginovker/Parabot) diff --git a/readme.md b/readme.md deleted file mode 100644 index e661118e..00000000 --- a/readme.md +++ /dev/null @@ -1,29 +0,0 @@ -# 2006rebotted - an open source, bottable remake server. Pull requests welcome! - -## Getting started - -### Client (non-bottable download): https://github.com/dginovker/2006rebotted/releases/ -### Parabot client (recommended): https://www.parabot.org/community/ - -#### Writing your own custom bot: - -ScriptFactory is a script available on the [Parabot BDN](http://bdn.parabot.org/scripts/) that can help you create your own scripts. To use it, first register to Parabot, navigate to the BDN, and find ScriptFactory. - -ScriptFactory example scripts: https://www.parabot.org/community/topic/18021-script-factory-13-create-your-own-scripts/ - -## Contributing - -### Server source layout - -- `2006Redone Server` contains all the server code; mark `src` as the Sources directory -- `2006Redone Client` contains all the client code; likewise mark `src` - - If more than 2 arguments are passed in (can be anything), the client runs locally -- `2006Redone file_server` contains the file server code that is *required* to be running before a client can connect to a server. It must be running locally before a client can connect. `src` is the Sources directory - -- `2006Redone_Client` and `2006Redone_Server` contain the compiled class code/outputs. - -To run the server, import the whole repository in IntelliJ. Make sure to add the dependencies in `2006Redone Server/libs", or it won't compile. - -### ScriptFactory source - -ScriptFactory's source code can be found in my Parabot scripting repository [here](https://github.com/dginovker/Parabot)