Page 1 of 1
i want to create offline crosspalform rpg
Posted: 16 Mar 2013, 17:15
by faustdottwi
but if i see mana clirnt for all win-lin-mac, i cannot understand which one of servers i should use.
can i compile any of servers for win-lin-mac?
if i should use manaserv - can i use code samples from manaworld? how big is difference between manaserv and tmw-a? or between tmw-a and eathena. can mana work with eathena?
Re: i want to create offline crosspalform rpg
Posted: 16 Mar 2013, 17:50
by o11c
The difference between ManaServ and tmwA is huge - that's the primary reason I decided to support tmwA.
You'd be better off joining the development of one of the projects rather than trying to start your own - it's not that easy.
Re: i want to create offline crosspalform rpg
Posted: 16 Mar 2013, 18:06
by Ablu
For single player (offline) rpg look at flare (
http://www.flarerpg.org/)
Re: i want to create offline crosspalform rpg
Posted: 16 Mar 2013, 20:01
by Crush
Neither tmwAthena nor Manaserv are designed for offline gaming. Maybe RPGMaker (proprietary and commercial, but very affordable) would be a more suitable plattform for your project. You can get it on Steam.
Re: i want to create offline crosspalform rpg
Posted: 17 Mar 2013, 11:01
by faustdottwi
i just thought i can make local server with campaign and connect mana client to it. rpg maker is not cross platform. and i use linux so it won't work for me anyway.
Re: i want to create offline crosspalform rpg
Posted: 18 Mar 2013, 18:35
by o11c
You might want to move to look into an established game, like
The Battle for Wesnoth.
Moved thread to Off Topic.
Re: i want to create offline crosspalform rpg
Posted: 18 Mar 2013, 18:49
by Nard
Matt quoted Browserquest:
https://hacks.mozilla.org/2012/03/browserquest/ (HTML5 mmorpg)
play it here
http://browserquest.mozilla.org/
It could be the simplest way to be mutiplatform; I wished there was aTMW snapshot on the web site

Re: i want to create offline crosspalform rpg
Posted: 21 Mar 2013, 12:02
by faustdottwi
is there any game that uses manaserv? i could compare it to flare then and decide what's better for me.
Re: i want to create offline crosspalform rpg
Posted: 21 Mar 2013, 12:22
by Jenalya
faustdottwi wrote:is there any game that uses manaserv? i could compare it to flare then and decide what's better for me.
Last summer there was a pixelart and game creation competition called
Liberated Pixel Cup. The game that won uses manaserv:
http://www.sourceoftales.org/
https://github.com/tales/sourceoftales
Re: i want to create offline crosspalform rpg
Posted: 21 Mar 2013, 14:32
by Crush
Is
http://invertika.org still alive? It was the first game using the Manaserv plattform. It's in German, though.
But seriously, use the right tool for the job. When you want to create an offline RPG, use an offline engine.
Re: i want to create offline crosspalform rpg
Posted: 21 Mar 2013, 15:32
by Ablu
@Crush: Invertika still uses manaserv. But development is on the hold for a while. The content is also not compatible with the latest manaserv. seeseekey is working on a rewrite of manaserv in C# and a client in HTML/JS. So invertika is on hold for now.
If you look for manaserv games, checkout Source of Tales (which Jenalya pointed out before).
Regards
Ablu
Re: i want to create offline crosspalform rpg
Posted: 21 Mar 2013, 20:19
by Matt
Allacrost or Bertrams fork Valyria Tear is what you are looking for!
http://valyriatear.blogspot.de/
http://allacrost.org/
If you are not that experienced with programming I would recommend RPG Maker too.
There is a free editor / player replacement for it, but it is not quite finished yet.
https://easy-rpg.org/
Re: i want to create offline crosspalform rpg
Posted: 22 Mar 2013, 16:36
by faustdottwi
thanks for help.