Honor - RPG Story Line

Honor - RPG Story Line

awesome101's picture

Hey everyone! I'm starting a new game called Honor. It's a quite large RPG and I finished my new scripting system which will allow for a bunch of cutscenes and stuff. Basically how it works is I write a script which uses my own custom language that's kind of simmilar to assembly. I then run a python program to convert this script into bytecode, which my game in unity reads from. So if I have "FADE BLACK WHITE 1" (fades the screen from black to white in 1 second), this is translated into the bytecode equivalent "1,1,0,1" which means the same thing. I also have if statements and for loops implemented now too, so this scripting system can be used for a variety of stuff. Anyways, the only thing I really need is a storyline. I have some pictures of the levels and stuff posted below. There's no limit to the story really. I was thinking of the plot revolving around a dice game or something. Anyways, if someone can help me with a storyline, that would be great!!

 

-awesome101

 

 

Attachments: 
Preview
big%20ol%20ssss_0.png big%20ol%20ssss_0.png 92.1 Kb [1 download(s)]
Preview
951a7f47f87b1dbe262b27fba196f3bf.png 951a7f47f87b1dbe262b27fba196f3bf.png 70.2 Kb [2 download(s)]
Preview
honor_screenshot.png honor_screenshot.png 777.2 Kb [1 download(s)]