Posted August 13, 2014
I've been working on a game engine, which offers both players and scenario-editors nearly unlimited possibilities in terms of player-world-player interaction.
The project interface consists only of command line and text-output and it works on the .NET 3.5 libraries, so even the XP users will be able to play/edit the game.
My main idea is to make the engine support many different languages through allowing the players-editors to modify the engine system variables, such as commands, system messages et caetera...
The second idea is to make the basic version of the game freeware, hoping GOG to add it to their library of free games, which may be nearly impossible, as the game contains no graphics or sounds (the online/commercial version will add these features)
If I am to be understood:
The main, "original" scenario(s) will offer both visual novel style, RPG, classical text-based adventure, logical riddles and even some crafting.
Moreover, one will be able to share their crafted items, creatures, locations... full scenarios and other stuff just by giving someone a properly formatted text file with those things imported from the base application.
The project interface consists only of command line and text-output and it works on the .NET 3.5 libraries, so even the XP users will be able to play/edit the game.
My main idea is to make the engine support many different languages through allowing the players-editors to modify the engine system variables, such as commands, system messages et caetera...
The second idea is to make the basic version of the game freeware, hoping GOG to add it to their library of free games, which may be nearly impossible, as the game contains no graphics or sounds (the online/commercial version will add these features)
If I am to be understood:
The main, "original" scenario(s) will offer both visual novel style, RPG, classical text-based adventure, logical riddles and even some crafting.
Moreover, one will be able to share their crafted items, creatures, locations... full scenarios and other stuff just by giving someone a properly formatted text file with those things imported from the base application.