Quote:
Originally Posted by AdrianD
Hello,
I don't usually scroll down this far.
You are asking are some ambitious questions. I seems like you would like to create something that barely resembles what was originally created.
From what I understand, EQ Emulator is supposed to be an emulator of live EQ. This is what I understand the devs work on. Whatever a server dev, like yourself, can do outside of what is provided by the most capable of the community is your prerogative.
I am uncertain on the capabilities of the project to do some of the things you are asking. I am certain others could enlighten you to this. I think a lot of what you are asking about would be very difficult to do.
I won't reference each point you made but I'm fairly certain each point would require more than just a few sentences to give an explanation on.
Making a comparison between a community project and a billion dollar game development company seems kinda silly. I mean no offense but this is the reality. If you want to create your own EQ version of TES, more power to you.
In all sincerity, I think it's great you want to do these things.
|
They don't seem to ambitious; for example, the first one just involves ripping out the models from the .wld file. Once that's done, assembling a map is just an exercise in tedium.
About the EQ-TES comparison, you misunderstood the reason I brought it up. I was trying to think of a good comparison between the way maps are handled, because I was lacking the necessary vocabulary.
Basically, EQEmu handles maps in a "serial" fashion; all the objects are compiled into one model, which is entirely static. Skyrim, on the other hand, handles maps in an "object oriented" fashion; each object is independent of the other. An example of another object orientated map design, would be RunUO, the Ultima Online server emulator; each crate can be opened and have items placed in, each tree can be chopped down, each NPC can traverse across the landscape and even change "worlds" (equivalent to EQ's zones), that sort of thing.
The main problem I'm facing, is that there's no documentation on how to achieve what I'm aimin' for. Not that I could find, anyhow.
Quote:
Originally Posted by provocating
You may even want to do something like one of the RPG maker programs instead. The man hours alone would be ridiculous. If you have the energy and time to do it, by all means tackle it. I will never tell anyone something cannot be done, but you will have to invest a lot of time into the project and you may be the only one working on it.
|
The RPG Maker series of programs are rather trashy; inefficient, lacking in quality resources, missing important features (multiplayer, 3D, active combat, etc.)...Yeah.
I could very well venture out into a game engine such as CryEngine or UDK, but the pay wall is insurmountable for a broke fella.