Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

PlayerRealms Creator Studio


Xlithan
 Share

Recommended Posts

![alt text](http://pr.draignet.uk/img/logo_nobg.png)

PlayerRealms is a compiled engine focused towards non-programmers. It will include several tools for making changes to the game to ensure it is flexible and has the ability to be completely custom.
Before I touched on Visual Basic 6, I tried several game editing engines and while they were good, they all lacked that one common thing, and that was the ability to create your own custom interface, to set your game apart from the others.

The PlayerRealms database will use MySQL, which will allow players to display stats on their websites, and also adds the support for web-based login and character creation, user control panel, admin control panel and much more.

At this current time I haven't decided on which engine I want to use, but I'm leaning towards my edited version of Skywyre v10 due it's already amazing features, and I have already implemented 48x48 tiles which means higher quality and more detailed graphics.

I'm looking forward to expanding on the engine and providing a suitable and feature-rich engine for those without the skills of programming.

Stay tuned...
Link to comment
Share on other sites

Well, there's nothing stopping anybody from releasing it. You can use it as a base, but Sky doesn't want people to share the unmodified source as "SkyWyre" on the forums. Out of respect, that's not what I would do. But there's no reason I can't use it as a base.
Link to comment
Share on other sites

I've decided to remove all editing features from the game client and focus on an all-in-one application. The map editor will be separate though for obvious reasons. It will basically be a game client, with limited content. i.e. you will literally only be able to log in to edit maps, there will be no interaction, no chat box, and no other editing tools. There will be a default account and character that it will log into automatically. I may also have it so that other players can not see you or be blocked by you.

If you want multiple people to use it at the same time, I may code it that way so that there are say... 5 accounts, and it will just log you into an account that isn't being used.

This is the easiest way I can see to do it at the moment, as I've tried ripping out the map editor before and making a new executable and it just didn't work because there are so many little bits of code scattered around the engine and it takes ages to work through it.
Link to comment
Share on other sites

The map editor already allows you to place resources and npcs etc that you have already added. I may even be able to make it so that the map editor is offline also.
You can run both pieces of software if you really want too, the map editor will have an option to reload resources if you added say, a new NPC.

Eclipse is the only game engine I've seen where it has built-in editors into the client, and being that most of these games are run off a home PC, it doesn't make much sense to have them as it just slows the connection down if somebody is editing maps and resources, because it has to send all that information to the server each time they save. The server will have options to reload resources and maps, so you won't have to restart the server every time.
Link to comment
Share on other sites

The map editor shows the picture....

Normally a developer knows what NPCs he wants on the map, you wouldn't make a bunch of NPCs, then check the stats to see if you want to add them in a certain location, you would already know what NPC goes where, and then adjust it's stats accordingly.

Even then, the map editor on SkyWyre doesn't show the resource image, so you'd have to quit the map editor and go into the resource editor to check anyway...
Link to comment
Share on other sites

You're able to have both editors open at the same time in Skywyre last I knew.

And the map editor shows the picture after you place the resource/NPC and save the map. You normally want to know what it will look like before placing it.

And you only know what NPCs are what if you made the NPCs. If you're working with a team then you probably won't know what everything looks like and how it's balanced without looking. You might have 5 different graphics for 1 NPC but each fits a different style map (a black bat for caved and red bad for dungeons. You don't want to name then "Red Bat" and "Black Bat" because the users will see the name as well).

I've worked as a mapper on a few different team, knowing what I'm placing makes my job 5x easier instead of guessing which "Oak Tree" out of the 5 to choose from is the one I want.
Link to comment
Share on other sites

Almost finished with the Map Studio.

For now I've made it so that you have to log into the server. It seems far too much hassle removing and changing everything so that it loads the maps from the server.


* You log in on your normal account that has mapping privilages.
* All interactive features have been removed (Attacking, chatbox etc.).
* All other editing forms have been removed.
* When you log in, you are invisible to other players, and they can walk through you.
* When a player does /who, you will not appear on the online list.
* All GUI has been completely removed.
* There are 2 buttons, one for the maps list, and the other for opening the map editor.
* Main menu has been set to be log in only. You can not create an account from here.
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...