-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Store
Everything posted by ChiperXsS
-
I'm not selling anything, do you see any posts where I'm selling anything? Measure your words before you speak.
-
i not have time for sharing bro i stoped work some time ago <3
-
When it's finished, I want to host it and open it up to the Conquer community. I want to give this community another chance with an amazing server where everyone can play, without worrying about it being shut down or other nasty things happening.
-
I will allocate all the necessary budget to take this project to a beautiful level , I will contribute everything related to programming in C++ and C# , I will start posting the launcher project , loader with imgui and open source directx so that we can all work together and make beautiful things. I will personally dedicate myself to this project with everything that is necessary .
-
Why does it always have to be about money? Is that the most important issue? If that's the case, I'll cover all the expenses without any problem, and everyone who contributes to this server will be rewarded out of my own pocket. And yes, it will be open-source only for those who want to take part in this wonderful project!
-
It's not about a free lab, it's about creating something beautiful together and then we can see who does what and how. Personally, I don't need any money, so collaborators will get paid.
-
Hello everyone, This announcement aims to recruit a professional team for the development of a high-quality Classic Conquer server. The goal is to build a stable, technically polished, and authentic long-term project aligned with the expectations of today’s community. We intend to operate in a structured environment, with clearly defined responsibilities and strong long-term planning. Development will begin only with Spirited’s approval. Open Positions: Developer (C++ / server scripting / optimization / core fixes) System Architect (server structure & performance optimization) Game Master (administration, support, event management) Community Moderator (forum & Discord) QA Tester (professional testing and bug documentation) Graphic Designer (visual identity, UI/UX) General Requirements: Professional conduct and clear communication Minimum availability for consistent involvement Relevant experience in the chosen role Ability to follow a structured workflow How to Apply: Send me a private message or reply in this thread, providing: The role you are applying for Relevant experience Your motivation for joining the project I am looking forward to collaborating with reliable, skilled, and motivated individuals committed to building a long-lasting, professionally managed Classic Conquer server.
-
Help: MainDialog1 & MainDialog2 Won’t Move Even After Editing GUI.ini
ChiperXsS replied to banlawan's topic in Conquer Online
no problem -
Help: MainDialog1 & MainDialog2 Won’t Move Even After Editing GUI.ini
ChiperXsS replied to banlawan's topic in Conquer Online
VOID CFileEditor::Calculator(int32_t Width, int32_t Height, BOOL IsFull) { WCHAR New_X[128]; WCHAR New_Y[128]; WCHAR OtherData[128]; WCHAR New_Width[128]; WCHAR New_Height[128]; wsprintfW(New_Width, L"%d", Width); wsprintfW(New_Height, L"%d", Height); WritePrivateProfileStringW(L"0-130", L"w", New_Width, L"ini\\GUI.ini"); WritePrivateProfileStringW(L"0-130", L"x", New_X, L"ini\\GUI.ini"); WritePrivateProfileStringW(L"0-130", L"y", New_Y, L"ini\\GUI.ini"); if (IsFull) { CFileEditor::NextStep5517(Width, Height); } } -
I want make some update after that i will share
-
If Spirited have no problem to share yes i can share
-
Hello everyone, I attempted to add DirectX with a hook in the client, and I succeeded. The client version is 5165, which is quite old. I also added some custom dialogs, such as Auto-Hunt. I changed the text color for some items; I hope you like it.
-
Hey guys, I added imgui too, but in a better version I also made a frame for items and changed the text color for items. I added a new button for Auto-Hunt! I mention that the client version is 5165 !
-
Anyone know some about new buttons in oldclient ?
ChiperXsS replied to ChiperXsS's topic in Conquer Online
i know but idk from whear to start :D to adding some buttons <3 -
Anyone know some about new buttons in oldclient ?
ChiperXsS replied to ChiperXsS's topic in Conquer Online
Thanks for the answer spirited, I tried with gui and it doesn't work, and on directx it's very difficult because I can't find to implement it in my dll :( -
Anyone know some about new buttons in oldclient ?
ChiperXsS replied to ChiperXsS's topic in Conquer Online
I don't want to use a new version of the client, I want to stay on version 5017 and add to this version <3 all the buttons I need, I just don't know where to start <3 -
Hello everyone ... anyone who knows how or at least knows how to add new buttons to the conquer 5017? I mean like this I want adding Vip buttons and some new futures <3 or maybe some ideea how to add ! Thanks Advanced !