|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
General::Server Discussion Discussion about emulator servers. Do not post support topics here. |

10-08-2015, 01:10 PM
|
 |
Demi-God
|
|
Join Date: Nov 2007
Posts: 2,175
|
|
Quote:
Originally Posted by Furniture
Just use the takproject code if you want a classic server. No need to reinvent the wheel. If the server is just for personal use then it is perfect. A non p99 classic server with eqemulator will undoubtedly be vastly inferior to both takproject and p99.
|
I would rather be shot in the foot having to use the Trilogy client, or even Titanium for that matter.
|

10-08-2015, 01:38 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Lol for the hate for older clients, the trilogy client is not compatible with the new netcode anyway, any sort of support for trilogy would require a lot of modification.
Sounds like there are a lot of conflicting interests in this post anyhow I don't see much agreement.
__________________
www.eq2emu.com
EQ2Emu Co-Founder / EQ2Emu Developer
EQEMu Co-Founder / Former EQEMu Developer / GuildWars / Zek Seasons Servers
|

10-08-2015, 02:02 PM
|
 |
Demi-God
|
|
Join Date: Nov 2007
Posts: 2,175
|
|
Quote:
Originally Posted by image
Lol for the hate for older clients, the trilogy client is not compatible with the new netcode anyway, any sort of support for trilogy would require a lot of modification.
Sounds like there are a lot of conflicting interests in this post anyhow I don't see much agreement.
|
Someone said to use the TakProject net code. I thought they used the Trilogy client, it may have been EqClassic that was using it.
|

10-08-2015, 03:02 PM
|
 |
Sarnak
|
|
Join Date: Mar 2007
Location: NA
Posts: 48
|
|
Quote:
Originally Posted by provocating
Someone said to use the TakProject net code. I thought they used the Trilogy client, it may have been EqClassic that was using it.
|
Tak uses the Mac Al'Kabor client, which is POP era AFAIK. -- Mg
|
 |
|
 |

10-08-2015, 03:00 PM
|
 |
Sarnak
|
|
Join Date: Mar 2007
Location: NA
Posts: 48
|
|
Quote:
Originally Posted by image
Lol for the hate for older clients, the trilogy client is not compatible with the new netcode anyway, any sort of support for trilogy would require a lot of modification.
Sounds like there are a lot of conflicting interests in this post anyhow I don't see much agreement.
|
Since Milestone 1 is Classic, no matter what you're using a newer client. I actually tried to get Classic working from my original CD and couldn't get it working in anything newer than Win98SE, and my attempts to set up a VM with 3D support under Win98SE failed, the oldest Windoze with the right drivers is XP which doesn't support the old DirectX. Although thinking about it it might work under WINE!
To me there's some solid justification in using Titanium, since it works in modern OSs, and will likely do so for some time. Also, as I understand it zones like Highpass are hard coded to be the revamped zones in newer clients so there's no way to get a classic HP unless you use an older client. Happy to be corrected on this!
Also with DBG recognizing/supporting P99, I feel a downloadable Titanium client seems the most likely scenario for getting a fully legal licensed version of EQ so the barrier to entry for EQEMU is substantially lowered.
Finally with Titanium, there's a lot less crap to disable!
Regards,
Mg
|
 |
|
 |
 |
|
 |

10-08-2015, 06:07 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Quote:
Originally Posted by mgellan
Since Milestone 1 is Classic, no matter what you're using a newer client. I actually tried to get Classic working from my original CD and couldn't get it working in anything newer than Win98SE, and my attempts to set up a VM with 3D support under Win98SE failed, the oldest Windoze with the right drivers is XP which doesn't support the old DirectX. Although thinking about it it might work under WINE!
To me there's some solid justification in using Titanium, since it works in modern OSs, and will likely do so for some time. Also, as I understand it zones like Highpass are hard coded to be the revamped zones in newer clients so there's no way to get a classic HP unless you use an older client. Happy to be corrected on this!
Also with DBG recognizing/supporting P99, I feel a downloadable Titanium client seems the most likely scenario for getting a fully legal licensed version of EQ so the barrier to entry for EQEMU is substantially lowered.
Finally with Titanium, there's a lot less crap to disable!
Regards,
Mg
|
The original disc client won't work but trilogy does. Titanium still requires modification to revert some model changes made over the years.
trilogy
versus titanium
Taken on windows 7 by the way.
__________________
www.eq2emu.com
EQ2Emu Co-Founder / EQ2Emu Developer
EQEMu Co-Founder / Former EQEMu Developer / GuildWars / Zek Seasons Servers
|
 |
|
 |

10-09-2015, 12:34 PM
|
 |
Sarnak
|
|
Join Date: Mar 2007
Location: NA
Posts: 48
|
|
Quote:
Originally Posted by image
The original disc client won't work but trilogy does. Titanium still requires modification to revert some model changes made over the years.
|
I haven't had a Trilogy set for years, but they're super cheap on eBay so I ordered one to play with, thanks! Even less crap to disable! -- Mg
|

10-09-2015, 12:42 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Quote:
Originally Posted by mgellan
I haven't had a Trilogy set for years, but they're super cheap on eBay so I ordered one to play with, thanks! -- Mg
|
Cool, unfortunately I don't think there are many public code bases you will find that support trilogy at the moment.
This first one is based on the trilogy client:
https://github.com/erfg12/EQTrilogy-Old
This is based on the mac client, but the netcode base is what you want, the opcodes and structures would have to be corrected, this requires a lot of programming knowledge
https://github.com/EQMacEmu/Server/
I am working off of my own code base which is a customized version of eqemu base back in 2k11. Still have a ways to go before Trilogy is working (zone server) on my server alongside other clients.
__________________
www.eq2emu.com
EQ2Emu Co-Founder / EQ2Emu Developer
EQEMu Co-Founder / Former EQEMu Developer / GuildWars / Zek Seasons Servers
|
 |
|
 |

10-09-2015, 03:12 PM
|
 |
Sarnak
|
|
Join Date: Mar 2007
Location: NA
Posts: 48
|
|
Quote:
Originally Posted by image
Cool, unfortunately I don't think there are many public code bases you will find that support trilogy at the moment.
This first one is based on the trilogy client:
https://github.com/erfg12/EQTrilogy-Old
This is based on the mac client, but the netcode base is what you want, the opcodes and structures would have to be corrected, this requires a lot of programming knowledge
https://github.com/EQMacEmu/Server/
I am working off of my own code base which is a customized version of eqemu base back in 2k11. Still have a ways to go before Trilogy is working (zone server) on my server alongside other clients.
|
After some poking around I discovered that EQTrilogy-old was non-working but OpenEQC actually got some code working with the Trilogy client. See:
https://github.com/randy-girard/OpenEQC
I also found a Trilogy client so I'm messing around with it. Anyone know anything about OpenEQC?
Regards,
Mg
|
 |
|
 |

10-09-2015, 12:42 PM
|
Fire Beetle
|
|
Join Date: Oct 2009
Posts: 1
|
|
Nevermind we posted at the same time and you answered the question
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 07:09 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |