About v17 Resdata.inc to v15

10/22/2017 03:08 BountyFinder#1
Does anyone knows how to make the resdata.inc to v15?
thanks in advance
10/22/2017 05:29 KetchupSamurai#2
Compare these for the difference.

V15:
Code:
APP_HONOR "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
V17:
Code:
APP_HONOR "" "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
10/22/2017 06:40 BountyFinder#3
Quote:
Originally Posted by KetchupSamurai View Post
Compare these for the difference.

V15:
Code:
APP_HONOR "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
V17:
Code:
APP_HONOR "" "" 0 192 432 0x410000 26
{
// Title String
IDS_RESDATA_INC_006378
}
{
// Help Key
IDS_RESDATA_INC_006379
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 6 8 172 382 0x20020000 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006380
    }
    {
    // ToolTip
IDS_RESDATA_INC_006381
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtOk.tga" 0 48 390 120 410 0x220010 1 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_006382
    }
    {
    // ToolTip
IDS_RESDATA_INC_006383
    }
}
ohh thanks are there nothing to change in source to make v15 resdata work?
because i tried to add wiki and still gives me the same error

here's my wiki resdata.inc
10/22/2017 08:06 KetchupSamurai#4
What's the error your getting?
10/22/2017 09:57 BountyFinder#5
when i open neuz an error appears saying APP_BEAUTY SHOP and everytime it changes after i remove the WIKI code in resdata i can open my neuz.exe :(
btw im using Armageddon files

[Only registered and activated users can see links. Click Here To Register...]
10/22/2017 10:51 Nortix#6
Your wiki is a mix of v15 and v17 resdata
10/22/2017 11:57 BountyFinder#7
Quote:
Originally Posted by Nortix View Post
Your wiki is a mix of v15 and v17 resdata
what part should i edit to make it full v17?
10/22/2017 13:14 Nortix#8
Compare it with the examples Ketchup posted
10/22/2017 14:27 BountyFinder#9
i tried i even used the wiki resdata of Illumine resource. still giving same error :/
10/22/2017 15:28 - DK#10
Quote:
Originally Posted by BountyFinder View Post
i tried i even used the wiki resdata of Illumine resource. still giving same error :/
Illumine Resource is still V15 and work fine -> Then you had a other error.
Check your error ->
[Only registered and activated users can see links. Click Here To Register...]

APP_PVPJOIN.
10/22/2017 23:43 BountyFinder#11
Quote:
Originally Posted by DK ACE View Post
Illumine Resource is still V15 and work fine -> Then you had a other error.
Check your error ->
[Only registered and activated users can see links. Click Here To Register...]

APP_PVPJOIN.
yes sir i checked it and i try to delete the code error but the error changes again. but when i remove APP_WIKI code i can play without errors :/
10/23/2017 07:27 - DK#12
Quote:
Originally Posted by BountyFinder View Post
yes sir i checked it and i try to delete the code error but the error changes again. but when i remove APP_WIKI code i can play without errors :/
Add me in Skype. I try to help you and add the fix of your Problem in Elitepvpers :)

Skype: epvp.armageddon
Ts3: dkace.ga
10/23/2017 09:34 Nortix#13
If it’s v15, remove:
WTYPE_BUTTON WIDC_BUTTON1 "ButtNormal00.tga" 0 26 162 100 186 0x220010 0 0 0 0

If it’s v17, add:
APP_WIKICI "WndTile00.tga" "" 1 224 240 0x2410000 26
10/26/2017 16:17 Zeljian#14
V17
change to
v15 remove some part and change like this
10/27/2017 08:21 BountyFinder#15
thanks for the answers already managed to fix this.
#closerequest