Posted 05 July 2016 - 04:39 PM
This was a project started by Me and GreenGene. I feel he deserves as much credit for this project as I do. Without knowing that he supported me throughout this project, I would have NO Motivation to complete this. Anyway…
Story (Not modded):
A young 18yo man wanders with a guide into a dungeon, and encounters 2 paths. If he takes the correct path, the guide tells him he will find a staff that, according to legend, can absorb any spell or creature for the benefit of the user.
How to set up the game:
I. the requirements
Make sure you have HTTP enabled and computercraft version 1.79 at the least.
II. the server
For the server, make sure you have at least one modem (ender modem recommended) attached to your computer.
After that, run the pastebin command like this:
pastebin get ZSyqe9GJ startup
OR
pastebin get ZSyqe9GJ LOTMS_Server
Now restart your computer OR run LOTMS_Server
III. the client
The client, if it's far away from the server, must have an ender modem attached as well as the server. To get the client, run:
pastebin get ANTR56qu LOTMS
Now, run LOTMS. It will at first give you a list of available servers and the number of players. Then, it will ask you to choose a server id. Enter the id you want in there. Then, it will ask you to enter "join" or "spectate". Spectators are allowed, but as of now there is no way to exit AS A SPECTATOR Besides terminating the program, and that screws the server over that you are connected to. Let me know here, if there are any bugs, and I will fix them when possible.
Edit 2: Screenshots are attached.
Update 2:
What the server will do now if it finds a file named "story" is it will load it as an API.
to update your mod, re-add the "return (name an empty table)" and the "(whatever you named your empty table) = {}" and re-add the "(whatever you name your empty table)(dot)" at the beginning of each line that starts with "text" or "branches". Sorry for changing things… :(/>
Example: http://pastebin.com/f0j7s8Xa
Story (Not modded):
A young 18yo man wanders with a guide into a dungeon, and encounters 2 paths. If he takes the correct path, the guide tells him he will find a staff that, according to legend, can absorb any spell or creature for the benefit of the user.
How to set up the game:
I. the requirements
Make sure you have HTTP enabled and computercraft version 1.79 at the least.
II. the server
For the server, make sure you have at least one modem (ender modem recommended) attached to your computer.
After that, run the pastebin command like this:
pastebin get ZSyqe9GJ startup
OR
pastebin get ZSyqe9GJ LOTMS_Server
Now restart your computer OR run LOTMS_Server
III. the client
The client, if it's far away from the server, must have an ender modem attached as well as the server. To get the client, run:
pastebin get ANTR56qu LOTMS
Now, run LOTMS. It will at first give you a list of available servers and the number of players. Then, it will ask you to choose a server id. Enter the id you want in there. Then, it will ask you to enter "join" or "spectate". Spectators are allowed, but as of now there is no way to exit AS A SPECTATOR Besides terminating the program, and that screws the server over that you are connected to. Let me know here, if there are any bugs, and I will fix them when possible.
Edit 2: Screenshots are attached.
Update 2:
Spoiler
Changed way mods work, again.What the server will do now if it finds a file named "story" is it will load it as an API.
to update your mod, re-add the "return (name an empty table)" and the "(whatever you named your empty table) = {}" and re-add the "(whatever you name your empty table)(dot)" at the beginning of each line that starts with "text" or "branches". Sorry for changing things… :(/>
Example: http://pastebin.com/f0j7s8Xa
Edited on 08 July 2016 - 03:30 PM