Quote:
I can sense what happened. Someone got a little glimmer of paypal donation button gold in their eye. Not that accepting donations is bad, it is very good but once you get a glimpse of the end of the rainbow it can change the way you do things. We have to build for what is good and right and not stare too much at the donate button. |
So, I've been here for a little while, I see posts of all variations that very much resemble history repeating itself, one of which is the classic topic.
People will complain until the bitter end that P99 doesn't "share" their source/db and what have you, but to be completely honest, they aren't obligated to and they literally don't owe the community anything. It is no different than said organization (not to confuse with business) of a few guys who dump their heart and soul into a project with insane amounts of time, they don't have to share their work because it is their fucking work, regardless of whether it resembles what "should" be available to the public. While it is very encouraged to give back and a person/organization doesn't have to, P99 has definitely given back in more ways than people have a fucking clue about directly and indirectly and its the attitude that something is owed that pisses me off regardless of the intricacies of the drama that transpire around said server. Circle back to my original point of repeating, every once in a while there are people who have stars in their eyes with enough fume to get a server up and half working and then realize how much work they are in for, and that if it really was that simple than everyone would be doing it. Running a project is not just throwing some content and source together, it becomes a whole other realm when you all of a sudden have many players to respond to and integrity of the project as a whole to maintain. That being said, appreciate that there is EQEmu in its current form and that there is as much availability as there is and there is in my opinion, an incredibly healthy attitude about sharing and contribution amongst many. I feel obligated myself to continue to facilitate this as much as I can even though my days of playing with server content have been gone for quite some time. It's been about giving back to a community that gives people so much freedom and ability to express their own creativity and learn things they had no idea they'd even affiliate themselves to. To conclude, if someone wants to head up a next-to classic project, organize it and run it with a healthy, non-spiting attitude that is of P99 I more than welcome it. However I must say, good luck. |
TAKProject and EQMacEmu have seen many benefits from p99.
I fully agree with your sentiments Akka. People tend to fly into the scene and do very little to investigate the history of something before making assumptions and flame wars. |
Quote:
Aren't they the same? You also have to think that people like Haynor are involved in both projects. There is no way things are not implemented on both TakProject and P1999. |
TAKProject hosts the EQMacEmu parent. But it is slightly different in it's own ways.
Even before Haynar's involvement we saw a number of advances in the project directly from p99. Only Haynar can comment on what is a direct take from p99. which from my understanding is nothing past code he personally made. EQMacEmu is what EQEmu is to all general servers. p99, PEQ, and any other server in the list. TAKP and p2002 just are servers based off that code with their own twist. In a public hosted server there will always need to be some form of closed source. Be it experimental unstable code, or security bits. Also not all coders want their code public. So there is that issue that needs to be accounted for as well. No single dev owes anything beyond giving credit for another coder's work. I think that has gotten lost multiple times in threads like this. |
Thank you for clearing that up Speedz
|
Yes, I dev on P99 and Takp. I have helped out on EQEmu a little too, but not much.
I have added several of things I did on p99 to takp. Nothing is a cut and paste anymore. There are many differences that make it basically so I have to re-develop things. Nilbog and Rogean, with what they do on p99, was never the intention to have a server so populated. And there has been many thing that were necessary for that too. P99 was always about recreating the "classic" experience. If people wanted to play there, that's great too. There are things I co-develop on both projects, like changes to the pathing systems. Those have diverged enough, they are still similar, but different. There are things I have added to takp, that should be added to eqemu too. The original rotation code on p99 was done by Kanras, and for the life of me I struggled so hard to figure out exactly how it worked. And for the longest time I couldn't. But when learning how to decypher the movement delta's on takp, I figured out how the heading delta worked too. That let me do a new implementation of heading deltas, to allow mobs to rotate during certain movements. Could I do more to contribute to the main EQEmu project? Sure, if I had time. I like to play this game too. I have gotten a whole one blue of exp, in the last 3 months. But I don't care. If you want a "classic" server handed to you to work on? Get the PEQ db, start making changes. Work at it 30-40 hrs a week, for the next 2 years, with 2 or 3 other people, and tada, you will have it too. Good luck. Happy coding. And Go SLAY the DRAGON!!!! Haynar |
Quote:
|
Quote:
In a free society anyone can do what they want but that doesn't stop me and people like me for calling people out on their BS. I wonder if any of the p99 donators have ever asked for an audit to see where their money is ACTUALLY going ;). That would be interesting. |
Quote:
|
If you took as much time looking through databases that ARE available as is spent stirring up a pot that is not on the stove, you would see that the EQMacEmu database is one of the most accurate to classic open databases out there. If anything is wrong, we take reports and investigate it and improve it. There are a number of things that are incorrect on p99 that were improved on in our database. But they by NO means have a monopoly.
Grab a database that is open and start looking through it. You may answer much of your own concerns. |
|
Quote:
|
Quote:
|
Quote:
Certainly EQEMU is a starting point but, of course, the project's aims are not Progression, it's to get as close to Live as possible. Since those of us who enjoy Classic generally dislike Live, that's not what floats our boats. So, I'm gonna dick around getting Trilogy working. Thanks for the input! Regards, Mg |
Quote:
Quote:
It will take a bit of work to get it compatible with any client other than the OSX and the specific PC client we use for PC. But if your goal is to not use "Live" versions and are ok with not having a WoW cam view (ie chase camera) our code is also public. Using our codebase with the database is very close to any classic view with minimal work to get going in comparison. I also made a nifty from scratch startup script for linux that is included in the source. It will take a base install Ubuntu 14.04 with nothing on it and install all that is needed plus a few helpful things. Then it sets up the server itself. The only thing we don't have that you may be looking for is actual progression base in regards to item/era specific toggling as well as abilities/spells. That bit is not automated or easily set. Zones however are. |
Quote:
|
Isn't that subjective to your skill level? Not was not an asshole response, just the truth. If you have knowledge of EqEmu then less than 30 minutes maybe. May have to add/remove table fields, etc. Peq has changed their structure of the tables here and there. EqMac is just a bit different.
|
Quote:
|
I would be interested in running an AlKabor type server but with Eqemu. I have a VPS with 8gb ram 8 pros and 120gb space running linux. Any direction would be much appreciated.
Celestial |
Quote:
http://wiki.takp.info/index.php?title=Main_Page Our main server repo is here: https://github.com/EQMacEmu/Server And as far as a Windows server setup, there is no guide yet. But I created a GUI in C# that has not been widely tested yet. I run it locally to do code testing and seen no real issues. It sets up a bare system with the server on Windows 7. Only hitch is all pre-requisite programs need to be installed with defaults and you need to source in the loginserver sql files from in the source folder. The GUI source is here: https://github.com/stheno/EQEmuGUI Eventually I will make a batch file that runs exactly like the linux bash file. Even tho i am normally not a bash/command prompt kinda person and normally like GUI interaction, I tend to favor the new bash/batch scripts for all this after the mods that have been applied to these scripts. But the GUI should give you a good start. Edit: EQMacEmu does not connect to EQEmu's Loginserver. It runs on a standalone, but there is an option to connect your world to the TAKP loginserver to list on it's server select as well as take advantage of the security measures implemented through TAKP. |
Quote:
|
Just have to compile and run it.
It will auto copy itself to the right spot and rerun, then pop up a server setup window. If you get lost, click the help button. There is a image that pops up that describes the steps. After you run it, you will need to manually go into the source and apply the loginserver sql files. |
All times are GMT -4. The time now is 01:13 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.