ZLOFENIX 3832 Posted September 21, 2015 Share Posted September 21, 2015 (edited) Сейчас идет обновление на новую версию.Обновление для клиентов http://zloemu.org/files/bf3/Client.zip просто распаковать в папку клиента с заменой.Для серверов http://zloemu.org/files/bf3/Srv.zip в папку сервера с заменой, логин и пароль теперь в параметрах запуска, как у бк2: -zlogin login -zpass passЛаунчер сам не обновится, поэтому качаем руками http://zloemu.org/files/bf3/Launcher.dllВ остальном - сидим, ждем.–––––Update in progress.Client update http://zloemu.org/files/bf3/Client.zip just unpack to client with overwrite.Server update http://zloemu.org/files/bf3/Srv.zip unpack to server folder, login&pass now in bat file, not in exe. Just add to cmd line -zlogin login -zpass passLauncher will not autoupdate, so download http://zloemu.org/files/bf3/Launcher.dllFor now - just wait. Edited September 21, 2015 by ZLOFENIX 23 Quote Link to post Share on other sites
Havohej 184 Posted September 21, 2015 Share Posted September 21, 2015 Changelog ? 0 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Later 1 Quote Link to post Share on other sites
Brendo 2361 Posted September 21, 2015 Share Posted September 21, 2015 Just genius! ))))) 2 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Most of changelog http://zlogames.ru/index.php?/topic/3694/ 1 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Ну вроде запустился, посмотрим что будет. 2 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Мдя, уже чиню, забыл на сервере версию поправить. 0 Quote Link to post Share on other sites
Brendo 2361 Posted September 21, 2015 Share Posted September 21, 2015 Ну вроде запустился, посмотрим что будет.Будет круто. )))) 1 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Вроде заработало, теперь подключаются лаунчеры. 2 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Теперь ждем, пока серверовладельцы смогут поднять хоть 1 сервер. 0 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Ну сервера есть, на 1 даже играют, можно считать работает, наверно. 0 Quote Link to post Share on other sites
Brendo 2361 Posted September 21, 2015 Share Posted September 21, 2015 Ну сервера есть, на 1 даже играют, можно считать работает, наверно.Все норм. ) 1 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 And remember there no 2xp servers for now. 4 Quote Link to post Share on other sites
Brendo 2361 Posted September 21, 2015 Share Posted September 21, 2015 And remember there no 2xp servers for now.You forgot to say 70 players was reset from colonel 100 to 0 level, so please don't send us a PM or made topics why you reset. 1 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 21, 2015 Author Share Posted September 21, 2015 Meh, they dont read anyway. 0 Quote Link to post Share on other sites
Oleg 349 Posted September 21, 2015 Share Posted September 21, 2015 Сейчас идет обновление на новую версию.Обновление для клиентов http://zloemu.org/files/bf3/Client.zip просто распаковать в папку клиента с заменой.Для серверов http://zloemu.org/files/bf3/Srv.zip в папку сервера с заменой, логин и пароль теперь в параметрах запуска, как у бк2: -zlogin login -zpass passЛаунчер сам не обновится, поэтому качаем руками http://zloemu.org/files/bf3/Launcher.dllВ остальном - сидим, ждем.–––––Update in progress.Client update http://zloemu.org/files/bf3/Client.zip just unpack to client with overwrite.Server update http://zloemu.org/files/bf3/Srv.zip unpack to server folder, login&pass now in bat file, not in exe. Just add to cmd line -zlogin login -zpass passLauncher will not autoupdate, so download http://zloemu.org/files/bf3/Launcher.dllFor now - just wait.http://zloemu.org/files/bf3/Client.zip архив битый... 5 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 22, 2015 Author Share Posted September 22, 2015 Должна работать, сейчас. 0 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 22, 2015 Author Share Posted September 22, 2015 Same as was: all functions [DllImport("Launcher.dll", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl)] all delegates [UnmanagedFunctionPointer(CallingConvention.Cdecl)] //OBSOLETE, REMOVE THEM bool ZLO_ListenGOS(); int ZLO_RunClient(int mode); bool ZLO_ConnectMClient(string addr); bool ZLO_ConnectMServer(string addr); // public static extern void ZLO_Init(); public static extern void ZLO_Close(); // private delegate void tEventListener(int event); private delegate void tClientListener(string type, string value); private delegate void tServerListener(int id, bool added); private delegate void tServerListenerName(int id, string value); private delegate void tServerListenerAttr(int id, string name, string value); private delegate void tServerListenerCap(int id, int cap0, int cap1); private delegate void tServerListenerState(int id, int value); private delegate void tServerListenerPlayers(int id, int value); private delegate void tServerListenerAddr(int id, string ip, int port); private delegate void tZMessageListener(string msg); private delegate void tVersionListener(int version); private delegate void tStatListener(string name, float value); private delegate void tDogTagsListener(int dta, int dtb); private delegate void tClanTagListener(string name); // public static extern void ZLO_SetEventListener(tEventListener l); public static extern void ZLO_SetClientListener(tClientListener l); public static extern void ZLO_SetServerListener(tServerListener l); public static extern void ZLO_SetServerListenerName(tServerListenerName l); public static extern void ZLO_SetServerListenerAttr(tServerListenerAttr l); public static extern void ZLO_SetServerListenerCap(tServerListenerCap l); public static extern void ZLO_SetServerListenerState(tServerListenerState l); public static extern void ZLO_SetServerListenerPlayers(tServerListenerPlayers l); public static extern void ZLO_SetServerListenerAddr(tServerListenerAddr l); public static extern void ZLO_SetZMessageListener(tZMessageListener l); public static extern void ZLO_SetVersionListener(tVersionListener l); public static extern void ZLO_SetStatListener(tStatListener l); public static extern void ZLO_SetDogTagsListener(tDogTagsListener l); public static extern void ZLO_SetClanTagListener(tClanTagListener l); // public static extern bool ZLO_ConnectMClient(); public static extern void ZLO_AuthClient(string login, string pass); public static extern void ZLO_GetServerList(); public static extern void ZLO_SelectServer(int id); public static extern int ZLO_RunCoop(int mission, int difficulty); public static extern int ZLO_RunMulti(); public static extern int ZLO_RunSingle(); public static extern void ZLO_GetVersion(int launcher); public static extern void ZLO_GetStats(); public static extern void ZLO_GetDogTags(); public static extern void ZLO_SetDogTags(int dta, int dtb); public static extern void ZLO_GetClanTag(); public static extern void ZLO_SetClanTag(string name); public static extern int ZLO_GetID(); public static extern string ZLO_GetName(); // public static extern bool ZLO_ListenServer(); public static extern bool ZLO_ConnectMServer(); Questions? 1 Quote Link to post Share on other sites
thetruestarr 239 Posted September 22, 2015 Share Posted September 22, 2015 (edited) Same as was: all functions [DllImport("Launcher.dll", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl)] all delegates [UnmanagedFunctionPointer(CallingConvention.Cdecl)] //OBSOLETE, REMOVE THEM bool ZLO_ListenGOS(); int ZLO_RunClient(int mode); bool ZLO_ConnectMClient(string addr); bool ZLO_ConnectMServer(string addr); // public static extern void ZLO_Init(); public static extern void ZLO_Close(); // private delegate void tEventListener(int event); private delegate void tClientListener(string type, string value); private delegate void tServerListener(int id, bool added); private delegate void tServerListenerName(int id, string value); private delegate void tServerListenerAttr(int id, string name, string value); private delegate void tServerListenerCap(int id, int cap0, int cap1); private delegate void tServerListenerState(int id, int value); private delegate void tServerListenerPlayers(int id, int value); private delegate void tServerListenerAddr(int id, string ip, int port); private delegate void tZMessageListener(string msg); private delegate void tVersionListener(int version); private delegate void tStatListener(string name, float value); private delegate void tDogTagsListener(int dta, int dtb); private delegate void tClanTagListener(string name); // public static extern void ZLO_SetEventListener(tEventListener l); public static extern void ZLO_SetClientListener(tClientListener l); public static extern void ZLO_SetServerListener(tServerListener l); public static extern void ZLO_SetServerListenerName(tServerListenerName l); public static extern void ZLO_SetServerListenerAttr(tServerListenerAttr l); public static extern void ZLO_SetServerListenerCap(tServerListenerCap l); public static extern void ZLO_SetServerListenerState(tServerListenerState l); public static extern void ZLO_SetServerListenerPlayers(tServerListenerPlayers l); public static extern void ZLO_SetServerListenerAddr(tServerListenerAddr l); public static extern void ZLO_SetZMessageListener(tZMessageListener l); public static extern void ZLO_SetVersionListener(tVersionListener l); public static extern void ZLO_SetStatListener(tStatListener l); public static extern void ZLO_SetDogTagsListener(tDogTagsListener l); public static extern void ZLO_SetClanTagListener(tClanTagListener l); // public static extern bool ZLO_ConnectMClient(); public static extern void ZLO_AuthClient(string login, string pass); public static extern void ZLO_GetServerList(); public static extern void ZLO_SelectServer(int id); public static extern int ZLO_RunCoop(int mission, int difficulty); public static extern int ZLO_RunMulti(); public static extern int ZLO_RunSingle(); public static extern void ZLO_GetVersion(int launcher); public static extern void ZLO_GetStats(); public static extern void ZLO_GetDogTags(); public static extern void ZLO_SetDogTags(int dta, int dtb); public static extern void ZLO_GetClanTag(); public static extern void ZLO_SetClanTag(string name); public static extern int ZLO_GetID(); public static extern string ZLO_GetName(); // public static extern bool ZLO_ListenServer(); public static extern bool ZLO_ConnectMServer();Questions?Question from bigworld12 ( he cant reply here )Did you update the pastebin file for api ? & also is zlo_close used in the closing event? & also what are dtb and dta parameters in set dogtag Edited September 22, 2015 by thetruestarr 0 Quote Link to post Share on other sites
ZLOFENIX 3832 Posted September 22, 2015 Author Share Posted September 22, 2015 No, maybe later. Yes. Advanced and Basic dogtags. Ill post list later. 0 Quote Link to post Share on other sites
Oleg 349 Posted September 22, 2015 Share Posted September 22, 2015 Должна работать, сейчас.Да, теперь работает. 1 Quote Link to post Share on other sites
John0Shark 0 Posted September 23, 2015 Share Posted September 23, 2015 Ну и снова не работает, сейчас то что? 0 Quote Link to post Share on other sites
John0Shark 0 Posted September 23, 2015 Share Posted September 23, 2015 Ну и снова не работает, сейчас то что?все, обновил лаунчер.длл, работает) 0 Quote Link to post Share on other sites
Сергей.1997 1 Posted September 23, 2015 Share Posted September 23, 2015 а как и где обновить лаунчер.длл до последней версии ? 0 Quote Link to post Share on other sites
Oleg 349 Posted September 23, 2015 Share Posted September 23, 2015 http://zloemu.org/ В разделе Сервисы. Или как вариант разуть глаза и читнуть первое сообщение этой темы 0 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.