Wanting to make a Personal Server/Solo Version

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
scan9
Peon
Peon
Posts: 9
Joined: 18 Aug 2008, 17:26

Wanting to make a Personal Server/Solo Version

Post by scan9 »

Because there is a lack of proper RPG creation programs for Linux, I was thinking of using the source to this game to make a single player RPG.
I already have some experience with databasing software (rather rusty, it's been a half year since I ran my private Maplestory server on my dead laptop.)

I understand this would basically be a complete fresh start on the maps and NPCs and I don't have any experience in doing so.

Just hope someone out there can help me stage to stage with this ^.^
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Wanting to make a Personal Server/Solo Version

Post by Jaxad0127 »

I've been thinking about starting one, but sharing the content with this project.
Image
scan9
Peon
Peon
Posts: 9
Joined: 18 Aug 2008, 17:26

Re: Wanting to make a Personal Server/Solo Version

Post by scan9 »

I want to keep most everything for now until I learn how to make things myself and implement them.
Basically, my experience with MySQL (the only one I use) is to just change the stats and account information of characters. (I love playing as a GM in Maplestory)

For now though, I would like to learn how to make maps, implement them into the game, and be able to place monsters within the map.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Wanting to make a Personal Server/Solo Version

Post by Crush »

Although the engine for TMW is built around the MMO concept large parts of the client could still be used for a single-player oriented fork. But it would still require a lot of programming because the whole game logic is server-sided and a client/server architecture is unfeasible for a single player game.

When you want to develope it further into an easy to use game creation utility with a short learning curve like RPGMaker for Windows you would also have to create graphical editors for all XML files.

Regarding making maps: The program we use for creating maps is Tiled. You can find a tutorial on http://wiki.themanaworld.org/index.php/Mapping_Tutorial

Regarding putting new maps and NPCs into the game: This has to be done server-sided. So you have to set up your own server. How you do this depends on if you use the 0.1 branch (new server) or the 0.0.25 branch (eAthena).
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
scan9
Peon
Peon
Posts: 9
Joined: 18 Aug 2008, 17:26

Re: Wanting to make a Personal Server/Solo Version

Post by scan9 »

Well in relation to RPGMaker, I can't use it completely because It tends to lag on Linux machines using Wine. (Windows Emulator)


And on the lines of creation, I was thinking of maybe using a ROM and a game modification tool to basically make my own...


But I know nearly nothing of programming (aside from HTML but that doesn't count...)



Ah well, I will figger something out eventually. In the meantime, I will be looking for a proper ROM to use with an Earthbound editor I have... XD
Post Reply