萬眾期盼的基於0.50a的Xtreme 8.0 Beta 測試版來了!
eMule Xtreme Mod相對於官方eMule的主要功能有:
- 使用Maella帶寬控制系統,準確計算額外開銷。
- 使用網路適配器回饋控制(NAFC,network adapter feedback control)系統,更適合ADSL用戶使用。
- 高級上傳帶寬控制,擁有可調節的傳輸速度。
- 使用Xtreme下載管理系統,來源處理更加智能。
- 使用Xtreme積分系統。
- 支持強力分享(PowerRelease)和動態隱藏文件塊(dynamic Hide OS)功能,文件發布更迅速
- 支持IP to Country(IP2C)資料庫,顯示用戶連接上的客戶、伺服器端的國家或地區旗幟。
- 支持DLP(動態反吸血驢保護),偵測並屏蔽或對吸血驢進行減分,使得吸血鬼無所遁形。
- 多線程與線程隊列支持。
- 通用即插即用(Universal Plug and Play,UPnP)的支持,以自動調節路由器設置
- 相對於官方eMule的數以百計的代碼改進。
Xtreme 8.0 Beta 測試版下載地址
eMule v0.50a Xtreme 8.0 Beta(可執行文件)
Xtreme 8.0 Beta 源代碼(C++源代碼)
請注意:這個版本使用VS2008 SP1和NET Framework 3.5 SP1以及Windows 7 SDK編譯,不再支持Windows XP SP2以下的系統,使用前請確認你的系統版本等於或高於Windows XP SP2!
5月22日更新:
mod作者zz_fly目前已經確認一個連續崩潰的問題,請大家按照下面的說明繼續進行測試。
問題產生的原因是由於SafeHash的影響,Xtreme的known2_64.met裡面部分文件的HashSet和官方不兼容。升級至0.50a之後,Xtreme會掃描Known2_64.met並解決這個不兼容的問題。
這會造成程序相應變慢,如果此時Hash其他文件或者鏈接伺服器的話,很可能會造成Xtreme崩潰。
解決方案:
1、將config目錄中的nodes.dat和server.met暫時改名或刪除,確保Xtreme不會連接伺服器和KAD。
2、將temp目錄暫時改名,確保temp文件不會影響掃描。
3、關閉殺毒軟體或者監控類軟體。
4、讓Xtreme自己運行,不去碰它,直到相關操作完成。
eMule v0.50a Xtreme 8.0 Beta ChangeLog
Xtreme 8.0 BETA
—————-Main Features:
– Maella Bandwidthcontrol, caculates the real Overhead
– NAFC (network adapter feedback control)
– advanced Uploadbandwidththrottler with adjustable slotspeed
– Xtreme Downloadmanager for a clever source-handling
– improved Xtreme-Creditsystem
– Powerrelease with dynamic Hide OS
– IP to country – show country-flags
– Dynamic Leecher Protection (DLP)
– Multi-threaded disc access with threading-queue
– hundreds of code improvementssupported languages:
german, english, spanish, french, italian, chinese, turkish, czechbased on emule 0.50a
compiled with:
libpng 1.4.1
zlib 1.2.3
Cryptopp 5.5.2
CxImage version 6.00
** this version is compiled using MS Visual Studio 2008 SP1 and Windows 7 SDK **Xtreme 8.0 BETA
– updated to 0.50a codebase (thanks Stulle)
– add: ATL Server code for VS2008 compilation (Stulle)
– add: Fincan community hash detection (JvA)
– add: retrieve MTU from system (netfinity)
– add: dual upnp lib support (in code only)(zz_fly)
– add: AICHHashset write buffer, reduce diskio while hashing (zz_fly)
– add: let unshared hashsets in a single file, reduce the size of Known2_64.met (zz_fly)
– improved: Reduced CPU usage in CUInt128 (netfinity)
– improved: better clients.met file backup and recovery (Enig123)
– improved: remove useless sort process in downloadqueue (Enig123)
– improved: optimized in download queue balance (Enig123)
– improved: Don’t reset Connection Settings for Webserver/CML/MM (Stulle)
– fixed: skip big archive in auto archive preview (zz_fly)
– fixed: minimize to systray issue (Enig123)
– fixed: a splash-screen UI problem in Vista (WiZaRd)
– fixed: don’t transmit for nested/overlapping data requests (emuleplus)
– fixed: a possible crash when username contain %s (DolphinX)
– fixed: don’t reload sharedfiles when we need not (DolphinX)updated languages: Italian(DarkForge.it), Chinese(zz_fly), Turkish(erdem444)
Remarks:
Remark1: Xtreme does an exact overhead-calculation. This means, Xtreme shows more overhead than other eMule-Mods.
Remark2: For the access problem, original website http://www.xtreme-mod.net will not update. You can find new information of Xtreme from http://www.emule-mods.de/?mods=xtreme.
Remark3: It is better to use CLEAN INSTALL (Delete prefercence.ini in your CONFIG directory).
Remark4: If your upload speed greater than 500kb/s, and you found the upload speed is not stable enough. You can enable 24k send buffer via prefercence.ini by “sendbuffersize=24000”. This option can let Xtreme work better.
Remark5: Correct eMule.tmpl located in CONFIG directory. Use correct templet can prevent some error in webinterface.Remark6: This version requires Windows XP SP2 or above with .NET Framework 3.5 SP1.
中文版:
Xtreme 8.0 BETA
– codebase 更新至 0.50a (感謝 Stulle)
– 為VS2008添加ATL Server代碼 (Stulle)
– 添加Fincan社區用戶檢測 (JvA)
– 從系統中獲取MTU (netfinity)
– 添加雙UPNP庫支持(只在代碼中) (zz_fly)
– 添加AICHHashset緩存演算法, 減少Hashing文件時的磁碟讀寫 (zz_fly)
– 將未共享文件的Hashset單獨存放到其他文件中, 減少Known2_64.met的大小 (zz_fly)
– 改進: 優化了CUInt128的部分演算法 (netfinity)
– 改進: clients.met文件的備份和自動恢復 (Enig123)
– 改進: 去除下載隊列中不必要的排序過程 (Enig123)
– 改進: 優化下載隊列平衡 (Enig123)
– 改進: 不要在Webserver/CML/MM中重置連接設置 (Stulle)
– 修正: 自動壓縮包預覽現在會跳過過大的壓縮包 (zz_fly)
– 修正: 最小化到系統欄後可能出現的問題 (Enig123)
– 修正: 在Vista下歡迎界面的UI問題 (WiZaRd)
– 修正: 不要發送重疊的數據請求 (emuleplus)
– 修正: 用戶名包含”%s”可能會導致崩潰的問題 (DolphinX)
– 修正: 不必要的共享文件刷新 (DolphinX)更新翻譯: Italian(DarkForge.it), Chinese(zz_fly), Turkish(erdem444)
Xtreme的SourceForge頁面:
http://sourceforge.net/projects/emulextreme
由於Xtreme採用精確的額外開銷計算方法,因此Xtreme顯示的速度可能比其他MOD低。
建議使用Clean Install,即把原來的 preferences.ini 刪除,重新配置。特別是原VCD用戶,務必使用乾淨安裝。
如果你的上傳>500,並且發現Xtreme的上傳不是很穩定的時候,請在 prefercence.ini 中找到 「sendbuffersize=####」 這一行,並將這一行修改為 「sendbuffersize=24000″,使用24k發送緩存。在大部分情況下,它能改善大水管的上傳能力。
如果使用中遇到什麼問題,請去中國驢論壇尋求幫助和支持
http://www.chnp2p.com/forumdisplay.php?fid=6
如果使用的過程中Xtreme崩潰了,請將崩潰後產生的*.dmp發送到以下郵箱
[email protected]
~~~~~~~~~~我是興奮的分割線~~~~~~~~~~
既然XT來了,那麼XT系們還會遠么?
興奮不已的某隻歡呼著飄過。。。
17條評論隱藏
正式版應該就要出來了吧
等正式版出來再用,最近沒時間折騰,呵呵
在多次崩潰之後換了新mod,然後我的config文件夾似乎又出問題了⊙﹏⊙b汗
這個測試版的經常崩潰 我都要崩潰了
@c_eastar
先用舊的正式版
建議用原生C寫吧,點net真的不好,用點net寫的程序反應遲鈍…
弱弱問一下,有打算出beta2嗎?beta1好像不太穩定的樣子
@throll
作者也不確定,要看情況
@cc
現在不是語言的問題,而是圖形庫的問題 😳
官方eMule那裡似乎也是用.NET寫的那個路線圖而不是MFC
.NET能不用最好當然不用……寫個簡單的程序資源佔用就高得要死……
@cc 如果以後全部.net,理論上豈不是可以跨平台
8) 問個問題哈,Xtreme有例如下載軟體的那個下載前提示保存地點的功能? 其他Mod有嗎?
@Dafixer 好像沒有吧。但可能可以通過下載自動分類之類的來實現。。。不過話說下載前提示不是麻煩了嗎。。。
等等等等等等ScarAngel
😆 用了0.50a xtreme 8.0版,反映個問題,在連接伺服器的時候老是連接不上,即使有時候出現lowID的時候還要重試,有什麼辦法可以解決
@sinside
選項 – 伺服器 – 啟用智能LowID檢測 – 把勾去掉
我測試發現,xt8.0的限速下載功能貌似有點小問題
我全速下載應該在220k左右,做了限速50的處理,但結果速度還是降不下來……
@旺仔聰
😀 原來還有人跟我一樣遇到限速無效,這個應該不是8.0的問題,因為我用惡魔2.2也出現過這種問題,所以看來XT系都有可能會出現這種情況,至於能不能遇上估計要看運氣了,我當時是重啟程序解決(偶爾不能解決還要重啟機器)
😥 你那還算好的,我這當時是1M帶寬限速90,出現限速無效的時候最高能飆到500多kB/S,卡到連開始菜單都打不開,1M的極限好像不是只有100多麼?遇到這種事真TM詭異透了