how did you enabled auto soulshots and side bar? can help?
Xdat version?
XDAT-Editor-v1.3.12Xdat version?
Hey guys how I can remove the add Fav button from the CB?
Посмотреть вложение 96703
Боже, поменяй высоту самого окна BoardWnd и будет счастье, и перестань переводчиком пользоватьсяI want to hide/remove that title bar (green) completely, but still be able to drag the window by clicking anywhere on its background texture/body instead.
If I disable the native frame (the flag that turns the title bar on/off) and try to reimplement dragging manually in UnrealScript with SetDraggable(true) on mouse-down and SetDraggable(false) on mouse-up, the window starts flying around on mere mouse hover (no button held) and sometimes gets permanently stuck to the cursor with no way to release it.
Is there a proper way to either:
Keep the native title bar's drag behavior but just hide its texture/make it invisible, or
Move the native draggable hit-region to a different part of the window (the body instead of the top strip)?
Any pointers to the right native function or a known trick for this engine (UT2003 / NWindow.dll) would help.
The main goal is to have 1 texture as community board, but the texture need to be draggable.
var WindowHandle Me;
var int width;
var int height;
function OnLoad()
{
RegisterEvent( EV_ShowBBS );
RegisterEvent( EV_ShowBoardPacket );
m_bShow = False;
m_bBtnLock = False;
Me = GetHandle("BoardWnd");
Me.GetWindowSize( width, height );
height = 20;
}
function OnLButtonDown( WindowHandle a_WindowHandle, int X, int Y )
{
local Rect boardWndRect;
local int curWndNx, curWndNy;
boardWndRect = Me.GetRect();
curWndNx = boardWndRect.nX;
curWndNy = boardWndRect.nY;
if (X >= boardWndRect.nX && X <= (boardWndRect.nX + width) && Y >= boardWndRect.nY && Y <= (boardWndRect.nY + height))
Me.SetDraggable(True);
else
Me.SetDraggable(False);
}
Hello WarderS. I am working on a Community Board for the same Abstract Interface and protocol 746.Добрый вечер, как мне исправить ошибки на форуме?
Good evening, how would I go about correcting the community board, please?
Посмотреть вложение 93607
in Nwindow.dllDoes anyone know from where this chat window is drawn? I guess its from dll file but which one? And what are the class names?
I can't find any info about it.
Посмотреть вложение 96893
Along with the update, I'll include the source code written by the AI.What reverse-engineer modifications had to be made for this client? Is it possible to find out?
Well, I don’t think I’ve checked whether you’ve posted anything in the open-source section regarding the source code for each DLL modification – that would be really helpful. Best regards
Will there be an update for maybe HuntPass or L Coin Shop? i tried to create it myself but i'm not that good or my tools are not good i end up breaking the interface xdat completely and then i have to restore backup every time i use the visual editor.Along with the update, I'll include the source code written by the AI.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?