This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Ziriee's profile picture

Minecraft Rpg

Started by Ziriee, 25 January 2013 - 04:11 AM
Ziriee #1
Posted 25 January 2013 - 05:11 AM
–MinecraftRPG– [Version 0.53]

I made a new game! It's called Minecraft RPG! Maybe it doesn't have much things in it, but it's still
in alpha stage.
Advanced computer adds better menu system!

Changelog:
Spoiler-0.53-
Quests added
Bug fixes
-0.42-
Added talking NPC
-0.41-
Bug fixed
-0.4-
Now supporting normal computers!
-0.32-
Slight changes
-0.3-
Door added
Lever added
-0.25-
NPC mode added - stalk
NPC mode selection
-0.2-
NPC added.
-0.1-
Initial release

Download:
http://pastebin.com/uPxdt8mN
or
pastebin get uPxdt8mN rpg

Controls
WASD - move
C - credits
L - changelog, version number
M - main menu

Looking for map makers!!
How to make a map?
SpoilerFirst off, make a visual map. That is the easy and most creative part. Example:
print("+---+")
print("|   |")
print("| O |")
print("|   |")
print("+---+")
Then, make the objects. "x" = Wall; "-" = Floor for walking; "d" = door; "l" = lever [A map can only have 1 door at a time!]
mapname = {"x","x","x","x","x",
"x","-","-","-","x",
"x","-","x","-","x",
"x","-","-","-","x",
"x","x","x","x","x"}
Finally, post it, I'll process it and create a valid map!

Have fun! :)/>
Ziriee #2
Posted 25 January 2013 - 05:17 AM
Hahaha I tagged it "java". Anyone knows how to change tags?
pielover88888 #3
Posted 25 January 2013 - 05:21 AM
Yeah, just edit the main post..
Um, that looks pretty cool :o/>
Ziriee #4
Posted 25 January 2013 - 05:56 AM
Yeah, just edit the main post..
Thanks. :)/>