amelid Posted April 30 Posted April 30 Hello, I'm trying to make a server for me and cousin to play. I'm dealing with some client issues right now.. Can anyone help me on how do I move the main hud in the middle I tried editing GUI 0-130 it doesn't seems to work in any way. Could it be that this is hard codded in conquer.exe? 5065 client Quote
xFranko Posted May 1 Posted May 1 (edited) Check out this guide it may or may not help you https://cooldown.dev/topic/673-tutorial-how-to-removeresizedelete-any-gui-button Edited May 1 by xFranko Quote
amelid Posted May 3 Author Posted May 3 I appreciate the reply but that doesn't work with me. my main hud is hardcodded inside conquer.exe I just don't know how to find it. if only someone can help me with this Quote
CptSky Posted May 3 Posted May 3 Conquer GUI is based on MFC, so windows / dialogs are moved with the MoveWindow API call under the hood. The 0-130 gui element is hard-coded to the 0 position in `x`. Quote
thecomputerist Posted 3 hours ago Posted 3 hours ago Your solution is what CptSky called out, you need to overwrite the hard coded 0 value that's assigned to 0-130. Additionally I strongly recommend detouring the function call which places Dialogue items on the conquer window. On 5/3/2026 at 8:43 PM, CptSky said: Conquer GUI is based on MFC, so windows / dialogs are moved with the MoveWindow API call under the hood. The 0-130 gui element is hard-coded to the 0 position in `x`. Quote
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.