Resdata v16 to v15! [HELP]

10/16/2016 12:43 jericho2nd#1
Code:
APP_TIMER "WndTile00.tga" "" 1 300 330 0x2410000 26
{
	// Title String
	"Cooldown Timer"
}
{
	// Help Key
	""
}
{
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0 0 0 0
	{
		// Title String
		""
	}
	{
		// ToolTip
		""
	}
}

APP_SIEGE_RANKING "WndTile00.tga" "" 1 432 320 0x2410000 26
{
"FFA - Ranking"
}
{
IDS_RESDATA_INC_006775
}
{
    WTYPE_BUTTON WIDC_BUTTON1 "ButtRefresh.tga" 0 170 284 242 304 0x220010 0 0 0 0 0 0 0 
    {
""
    }
    {
""
    }
}

APP_SIEGE_JOIN "WndTile00.tga" "" 1 224 368 0x2410000 26
{
// Title String
"FFA - Registration"
}
{
// Help Key
IDS_RESDATA_INC_006785
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 32 30 178 240 0x20020000 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButCancel2.bmp" 0 64 292 136 312 0x220010 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
    WTYPE_BUTTON WIDC_BUTTON2 "ButtLogin.bmp" 0 34 254 176 278 0x220010 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }

}
how to make this resdata v15? :)
10/16/2016 13:00 Kiseku#2
Code:
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0 0 0 0
Code:
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0
Remove 0 0 0

and
Code:
APP_SIEGE_RANKING "WndTile00.tga" "" 1 432 320 0x2410000 26
Code:
APP_SIEGE_RANKING "WndTile00.tga" 1 432 320 0x2410000 26
10/16/2016 13:30 jericho2nd#3
Quote:
Originally Posted by Kiseku View Post
Code:
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0 0 0 0
Code:
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0
Remove 0 0 0

and
Code:
APP_SIEGE_RANKING "WndTile00.tga" "" 1 432 320 0x2410000 26
Code:
APP_SIEGE_RANKING "WndTile00.tga" 1 432 320 0x2410000 26
[Only registered and activated users can see links. Click Here To Register...]
Code:
APP_TIMER "WndTile00.tga" 1 240 304 0x2410000 26
{
// Title String
"Timer"
}
{
// Help Key
""
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 224 266 0x20020000 0 0 0 0
    // Title String
""
}
{
    // ToolTip
""
}

}

APP_SIEGE_RANKING "WndTile00.tga" 1 432 320 0x2410000 26
{
"FFA - Ranking"
}
{
IDS_RESDATA_INC_006775
}
{
    WTYPE_BUTTON WIDC_BUTTON1 "ButtRefresh.tga" 0 170 284 242 304 0x220010 0 0 0 0
{
""
}
{
""
}
}

APP_SIEGE_JOIN "WndTile00.tga" 1 224 368 0x2410000 26
{
// Title String
"FFA - Registration"
}
{
// Help Key
IDS_RESDATA_INC_006785
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 32 30 178 240 0x20020000 0 0 0 0
    {
    // Title String
""
}
{
    // ToolTip
""
}
    WTYPE_BUTTON WIDC_BUTTON1 "ButCancel2.bmp" 0 64 292 136 312 0x220010 0 0 0 0
{
    // Title String
""
}
{
    // ToolTip
""
}
    WTYPE_BUTTON WIDC_BUTTON2 "ButtLogin.bmp" 0 34 254 176 278 0x220010 0 0 0 0
{
    // Title String
""
}
{
    // ToolTip
""
}

}
10/16/2016 13:42 Kiseku#4
Code:
APP_TIMER "WndTile00.tga" 1 300 330 0x2410000 26
{
	// Title String
	"Cooldown Timer"
}
{
	// Help Key
	""
}
{
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0
	{
		// Title String
		""
	}
	{
		// ToolTip
		""
	}
}

APP_SIEGE_RANKING "WndTile00.tga" 1 432 320 0x2410000 26
{
"FFA - Ranking"
}
{
IDS_RESDATA_INC_006775
}
{
    WTYPE_BUTTON WIDC_BUTTON1 "ButtRefresh.tga" 0 170 284 242 304 0x220010 0 0 0 0
    {
""
    }
    {
""
    }
}
10/16/2016 13:48 jericho2nd#5
Quote:
Originally Posted by Kiseku View Post
Code:
APP_TIMER "WndTile00.tga" 1 300 330 0x2410000 26
{
	// Title String
	"Cooldown Timer"
}
{
	// Help Key
	""
}
{
	WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 278 295 0x20020000 0 0 0 0
	{
		// Title String
		""
	}
	{
		// ToolTip
		""
	}
}

APP_SIEGE_RANKING "WndTile00.tga" 1 432 320 0x2410000 26
{
"FFA - Ranking"
}
{
IDS_RESDATA_INC_006775
}
{
    WTYPE_BUTTON WIDC_BUTTON1 "ButtRefresh.tga" 0 170 284 242 304 0x220010 0 0 0 0
    {
""
    }
    {
""
    }
}
thankyouu thankyouu :)

[Only registered and activated users can see links. Click Here To Register...]

why no ffa menu?


[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]