Resdata Parameter

04/19/2018 05:34 khemomo#1
Hi guys,

I wanted to know how to change my Resdata v15 to v16 Parameter. and what GuiEditor should I use to open v15 resdata Thank you!
04/19/2018 15:20 Dr. Peacock#2
Take a look at the Source for the v15/v16 Parameter ?

ATools GUIEditor_v15 = v0 - v15 ResData
ATools GUIEditor_v19 = v16 - v19 ResData
04/20/2018 01:37 khemomo#3
Quote:
Originally Posted by Dr. Peacock View Post
Take a look at the Source for the v15/v16 Parameter ?

ATools GUIEditor_v15 = v0 - v15 ResData
ATools GUIEditor_v19 = v16 - v19 ResData
Do I need to change my Resdata.inc in order for the files to read v16? or just keep the v15 Resdata.inc and inserting v16 will still be ok (resdata.inc will still read v16 together with the v15)?

Can you teach me how the resdata.inc work? like for example how to make a table of Panel for all system. If its just ok with you :) I just wanted to know how it works (how did they do it) hahaha
04/20/2018 22:12 Mushpoie#4
If it is v15 and you want it to work on v16 then you would need to update/change it manually.

The bold red is what was added in V16 that does not exist in V15.

APP_V16_DEMO "WndTile00.tga" "" 0 464 464 0x2410000 26
{
IDS_RESDATA_INC_000001
}
{
IDS_RESDATA_INC_000001
}
{
WTYPE_CUSTOM WIDC_CUSTOM5 "" 0 28 54 180 174 0x260000 0 0 0 0 246 204 77
{
IDS_RESDATA_INC_000001
}
}
04/21/2018 03:50 khemomo#5
Quote:
Originally Posted by Mushpoie View Post
If it is v15 and you want it to work on v16 then you would need to update/change it manually.

The bold red is what was added in V16 that does not exist in V15.

APP_V16_DEMO "WndTile00.tga" "" 0 464 464 0x2410000 26
{
IDS_RESDATA_INC_000001
}
{
IDS_RESDATA_INC_000001
}
{
WTYPE_CUSTOM WIDC_CUSTOM5 "" 0 28 54 180 174 0x260000 0 0 0 0 246 204 77
{
IDS_RESDATA_INC_000001
}
}
Thank you, I noticed that before and yah you're right about that I'am wondering how did they make a structure for resdata? for example making a single window for all Systems. just like this one (sorry for may editing skills hahahaha). Do I need to add something on source too or just editing in resdata?

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