Jump to content

AZICKO

Management
  • Posts

    1490
  • Joined

  • Days Won

    13
  • Feedback

    100%

Everything posted by AZICKO

  1. A Crypted Object is a Metin2 internal file format used to crypt and compress raw file informations. It is currently used used for the following files: Item Proto, Mob Proto, EterPack Index and EterPack Content with type 2 and 6. A kaitai structure file for reading this formats is available here : The format contains a 20 bytes header followed by the content (either crypted or compressed) of the data. Header Bytes colored in red (first 4 bytes): A FourCC code that identify the type of object. Bytes colored in blue: Size of the data after being crypted Bytes colored in green: Size of the data after being compressed Bytes colored in yellow: Size of the data without any cryptation or compression (real data size) Bytes colored in black: Crypted FourCC code, used to verify if the XTEA decryptation was successfull or not. NOTE: If the Crypted object is not crypted, the bytes in black will contains the FourCC. Data compression The data is compressed by one of the following algorithm based from the FourCC code. A list of known compression algorithms is provided below. Known compression algorithm FourCC Code Algorithm MCOZ LZO 1x MCSP Snappy Data cryptation NOTE: If the blue bytes are 00 00 00 00 it means that the data is not crypted, therefore the game will not attempt to decrypt the content. The data is crypted with the XTEA algorithm, therefore all the data requires some keys in order to function correctly, a list of known keys is provided down below: Known XTEA keys Used in Key (16 bytes) Item Proto A1 A4 02 00 AA 15 54 04 E7 8B 5A 18 AB D6 AA 01 Mob Proto 46 74 49 00 0B 4A 00 00 B7 6E 08 00 9D 18 68 00 EterPack Index B9 9E B0 02 6F 69 81 05 63 98 9B 28 79 18 1A 00 EterPack Content 22 B8 B4 04 64 B2 6E 1F AE EA 18 00 A6 F6 FB 1C
  2. My request is still relevant, I am still looking for my designer to create my banners.
  3. A very large majority of links are accepted. Your image link is broken
  4. Hello, I'm looking for a designer to create 3 banners (Metin2 Dev, Top Metin2 and Metin2 Download) with 2 size variations (728x90 and 320x100). So, 6 banners in total. Send me a message on Discord or Message Request specifying that you are a designer -> asikoo I will give you additional details on my request A public portfolio is required Regards, ASIKOO
  5. Hello, The administrator who will support me in managing the community has been recruited and will begin his new role in the coming days. He will introduce himself and inaugurate his new role as new administrator with a presentation! Since the announcement of my withdrawal from the front-end management of the community, I have received several applications but also proposals for full buyout. Throughout the recruitment process, candidates were free to ask me all the useful questions necessary to apply and they also had to answer the following questions: How do you see the role of administrator? Do you have short and long term plans? My choice was based on the member's interest in the position of administrator as well as my expectations of the latter. The candidates' responses to the questions asked also allowed me to decide between the applications. Indeed, through their responses, I was able to determine and see the vision of each member on the future of the community. Thank you for your applications and your dedication to continuing the prosperity of the international community in the development of Metin2. Sincerly, ASIKOO
  6. No, the real link was hidden in a formatting of the first post, it was in white on a white background. Moreover, it was not saved in the download center, which was done.
  7. Sunday, 23h59m59s (UTC+2), is the latest deadline to contact me. After that all applications will be ignored. Then the new administrator will be promoted and announced next week.
  8. Accounts -> https://metin2.dev/profile/42267-testuser21/ / https://metin2.dev/profile/26538-themanji/
  9. You should provide an explanation to improve understanding.
  10. The password is available on the Metin2 Download file page.
  11. You have until the end of the month to send me your applications / questions. You are free to ask me any questions you deem useful for applying. Therefore, answer the following questions for your application : How do you see the role of administrator? Do you have short and long term plans?
  12. Hello, End?! In 2009, began my incredible adventure in the wonderful world of Metin2. However, after 14 years, my desire and my motivation have diminished... As the owner of French and international communities on Metin2, I must be clear and transparent with you about my intentions for the future. Throughout these years, I have evolved as a member, engineer, moderator, administrator or even owner of these communities. I developed and created to bring them to life, and to make these forums friendly and quality places. My main success is in particular the automatic downloading of screenshots on the storage server (Topic) and the systematic backup of shares (Topic) (Manual...). Today, I'm tired and I no longer have this motivation, I no longer want to manage these communities in such an active way. Indeed, for several months now, I have been forcing myself to offer you new features and updates in order to remain an active community. Closing?! The communities aren't intended to be closed, at least as long as advertising earnings, subscriptions and donations will pay for the server and the domain names. This could be the case when the communities will be in deficit. And?! As you may have understood, I'm withdrawing from the frontal management of these communities and I will mainly maintain them technically in order to no longer be in the foreground. Indeed, the frontal and social management of communities no longer motivates me. I have more fun developing a Discord bot or developing a download platform, a platform referencing Metin2 private servers than managing entire communities. Allowing me to take a break and take a step back from it all. In order to compensate for this absence, I would like to recruit an administrator (Topic) with a similar mindset (I insist, it’s important...). Thus, this administrator will also be able to develop and maintain communities and propose a new vision of communities (This doesn't mean that I give the domain name and all access). I will be there to support, give my opinion, advice in order to best manage these communities together. If no one is interested, too bad... Like a flame, communities will go out as soon as they run out of oxygen. If you are motivated and interested, contact me on Discord and we can discuss the terms. This remains volunteering, the communities don't generate enough money to benefit from it and thus be paid each month. Sincerely, ASIKOO
  13. Soon, the day and the night, as well as a rainbow of choice... Blue Login Gray Login Orange Login Purple Login Error
  14. Compatibility of the Client The Metin2 client is ONLY compatible with Windows 2000 or newer operating system. (The newer official versions of the game ships a Chromium Embemmed Framework browser and Steam API, which are not compatible with Windows 2000 or XP. Leaked source code that we have access to DOES NOT include such changes.) The following technologies would need to be changed or upgraded in order to launch the client in a non-Windows envionment! DirectX 8 and Windows 32bit native APIs Metin2 uses a lot of libraries from DirectX. Direct3D8 as a graphic API, which is supressed by Direct3D11 (and optionally Direct3D9, which is the easiest to port). DirectInput, used to grab the mouse and keyboard input (now supressed by Windows native API and XInput2 for joystick). WinSock2 for networking and DirectShow to display the intro videos. And other Windows native API that handles important stuff like window creation, virtual file system (used in EterPacks), file I/O. Today, there are modern libraries (like SDL2) that could be used to provide most of the Windows native API functions (as well as DirectInput and WinSock2). Mesa (open source render driver for linux) DOES support Direct3D9 (which the community has proven that the upgrade is possible). While DirectShow could be changed to any video render library (e.g. Bandicam or Bink) or completely removed. Granny 3D Granny 3D is an animation engine that empowers Metin2. This commercial product is also used in AAA games like The Elder Scrolls: Online, Lineage Forever, Battlefield Bad Company 2 and many more. RAD sells Granny2 licenses to developers for each platform (e.g. the Windows SDK and the Linux one are two different products), as of today, there is no leaked SDK that works for Linux or other machines. The default version that Metin2 uses is v2.4.0.7, although the community has shown that upgrading to v2.9 or v2.11 is possible. Miles Sound System Miles sound system (MSS for short) is the Audio engine that Metin2 uses, developed by RAD, same as Granny 3D. As of today, both version 7 and version 9 are leaked (along with the sources for Linux). Same as Granny 3D, MSS is used in many popular games like Duke Nukem Forever, Warcraft II, Zoo Tycoon 2 and many more. The default version that Metin2 uses is 6.5c. SpeedTree SpeedTree is a commercial tree rendering engine, developed by Interactive Data Visualization, Inc. It is one of the best in the industry, used in AAA titles like Far Cry 5, Assassin's Creed Unity, Battlefield 4 and many more. As of today, the SDK for version 7 is leaked, and the source codes of version 4 are avaiable. The version that Metin2 uses is v1.6.0. Compatibility of the Server The Metin2 server is compatible with both Windows and FreeBSD operating system. It is NOT compatible with any Linux based operative system. The server should be compatible with any BSD variant, as well as CygWin (the source code contains some reference of CygWin). BSD Extensions/File Monitoring Metin2 uses BSD C extensions and FreeBSD native API for monitoring both sockets and files (by using the native API called kqueue). The source code already contains definitions for the BSD C extensions in Windows platform, as well as a working implementation of socket monitoring (using select), but not for the File Monitor. The select implementation does not correctly work under Linux based systems, that would either fix the implementation or add support for epoll. NOTE: There could be more issues in the networking (perhaps related to how Linux handles networking interfaces).
  15. Maybe one day, when I'm motivated, I can do it... That should be the base today...
  16. Core X has been updated! Update 5.5.0 for Core X... Changelogs Core Download You can now use CTRL + V to automatically upload your screenshot from your clipboard Core Top +500 New translations Rewriting and Optimization of the Voting System Rewriting and Optimization of the API Configuration page of a Game Server Vote ID API becomes Vote Token Removed Secure Token API (Never used and disabled from start...) Increased Security of the Voting Page Added Vote Verification by Discord Authentication (Discord oAuth2) Added a Discord Vote Bot API (Players can vote using the /vote command)
  17. We are happy to announce that the long-awaited update of our Top Metin2 platform, is now available for all players and administrators. This 5.5.X release marks a complete rewrite of the voting system and API configuration page, providing an optimized and improved experience for everyone. For our players, this update brings important changes. No more endless captchas! From now on, you have the choice to vote by authenticating yourself via Discord or by solving the traditional captcha. This new feature is already operational for all Metin2 servers, without additional action on the part of administrators. Our priority is to offer you a seamless and secure integration, for a smoother and more pleasant voting process. For our administrators, be reassured, despite the integration of authentication via Discord, the verification of votes by IP or by Token (Formerly by ID...) remains unchanged and does not require any modification on your part. However, this update introduces a brand new feature: the Discord bot. What is the Discord bot? From our website, you will have the possibility to start, stop and restart the bot, while consulting its status in real time. Thanks to the Discord bot, your players will now be able to vote for your Metin2 game server using the « /vote » command. Please note that this feature requires a specific API to identify your players and thus reward them. The Discord bot is currently in beta testing for Metin2 servers wishing to provide an innovative voting experience. To take advantage of it now and contact us. We remind you that we offer free support for the installation, use and integration of our APIs in PHP. If you need assistance, please join our Discord server and contact us (https://discord.gg/WrYC8SAXge). We are convinced that these new features will appeal to you and will help improve the gaming experience within your Metin2 game server. Regards, Top Metin2 Team
  18. You can now use CTRL + V to automatically upload your screenshot from your clipboard -> https://metin2.download/media/add/
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.