STEAM 组
State of Decay Modding Crew SoDModding
STEAM 组
State of Decay Modding Crew SoDModding
24
游戏中
158
在线
成立于
2013 年 9 月 22 日
语言
英语
所有讨论 > 综合讨论 > 主题详情
Alex 2013 年 9 月 27 日 下午 1:35
Changes do not take effect
Hello fellow modders. Today I have tried to mod some of gamedata.
In Steam\SteamApps\common\State of Decay\Game\gamedata\libs\class3\items\items.xml I have edited some silencer values to see how it works, but when I loaded the game I did not see any changes.

Do you have any idea what I am doing wrong?
< >
正在显示第 1 - 15 条,共 22 条留言
_________LuNandor 2013 年 9 月 28 日 下午 7:28 
I just modified the file you mentioned to have all equipment weigh nothing and allow stack sizes of 999 - looks like nothing took. I'm guessing the .BMD file is the one that actually handles the data. Not finding anything that seems to be able to open those properly, however.
Callo 2013 年 9 月 29 日 上午 9:56 
yes i think the bmd is the one that when edited enables the changes to take effect, i havent found any programs to edit the bmd with but i have found a site which has many extension opening programs ;www.openwith.org;
Veity 2013 年 9 月 29 日 下午 12:55 
I heard someone managed to mod a .bdm with a Hex Editor but its a very rudimentary method which requires alot of cross-referencing with the .xml (its very ill-advised for the Hex illiterate)
Ulukai 2013 年 9 月 30 日 上午 10:37 
I'm having the same problem.

Used Quick BMS to unpack the gamedata.pak creating the following file directory (for items.xml as an example)

C:\Program Files (x86)\Steam\SteamApps\common\State of Decay\Game\gamedata\libs\class3\items

left all other files unpacked in the proper folders and removed the gamedata.pak.

Now, however, when I make changes to the items.xml nothing happens. Even if I remove the xml file and the pak file the game loads. Means its getting its data elsewhere.

Anyone have any idea as to which files I should be editing, or, how I can force the game to use the edited xml files directly. After reading the tutorial from Warhead Killor I thought...
"Each .pak archive can be extracted, and be left extracted for editing. If you make a change to the file and open up the game, changes will be made. The Engine will load .paks first, then softly overwrite with folders."

My xml files just don't seem to be loading from folders...

any help would be much appreciated. Thanks.
_________LuNandor 2013 年 9 月 30 日 下午 7:44 
I'm mainly a web developer and I often use XML files to lay out the structure of my data so I can show someone - or myself, since I have a terrible short-term memory :P - how I did, or will do, something. I'd expect it to be something similar, if I may guess; that would be why they don't affect the game when modified.
最后由 _________LuNandor 编辑于; 2013 年 9 月 30 日 下午 7:44
Alex 2013 年 10 月 1 日 上午 3:07 
I am also a web developer, and it seems to me hat XML is only a precompiled version of the other files that has been compiled to binary for efficiency. Much like .po and .mo files work in websites localisations.
Ulukai 2013 年 10 月 1 日 上午 5:12 
right - so the xml files do not, in themselves, contain data that is used by the game? Rather they show us what the actual game files?

Usually, games use files such as the pak file and when that file is not present, or a command line is used, they settle for the plain files in the proper folder. Within those folders are the game scripts that contain all the game data.

I'm pretty sure the xml files could be used by the game, it's jsut a question of getting the engine to read them rather them.
_________LuNandor 2013 年 10 月 1 日 上午 7:53 
Taking it in the way Alex and I have - it appears to be more of a blueprint than a process. So to say they contain the data, but the Engine is the one that builds it - possibly based on that XML representation. I submit that any accurate determinations will require investigation into how the Engine handles that information. I'll look into this later. I still have to write-up how to view your core character components in the Free SDK, for one :)
Alex 2013 年 10 月 2 日 上午 5:31 
The main question remains: how do we change the stuff? :-)
Raja Keong 2013 年 10 月 27 日 上午 4:48 
What a horrible time to be stumbling to this. An entire week of chasing a false trail made out of .xml files, and no clear sign of a way to edit .win.bmd files.

I think I'll abandon this ship and come back when answers to this show up.
Ebolate (Swe) 2013 年 11 月 30 日 下午 2:16 
引用自 Bumarse (tm)
What a horrible time to be stumbling to this. An entire week of chasing a false trail made out of .xml files, and no clear sign of a way to edit .win.bmd files.

I think I'll abandon this ship and come back when answers to this show up.

you can come back now , you can edit the xml files :)

There is a program called xml2bmd , out there, you can find it in undead labs forums (its currently down so try the link below ,when working again)
http://forums.undeadlabs.com/showthread.php?37276-XML-compiler-is-ready/page1

install the program (compiler) - edit xml -save it - drag the xml onto the program -wait a few seconds - voila the bmd is altered .remember to start a new game for it to take effect .

have fun :D
最后由 Ebolate (Swe) 编辑于; 2013 年 11 月 30 日 下午 2:20
Raja Keong 2013 年 11 月 30 日 下午 9:28 
引用自 Ebolate
引用自 Bumarse (tm)
What a horrible time to be stumbling to this. An entire week of chasing a false trail made out of .xml files, and no clear sign of a way to edit .win.bmd files.

I think I'll abandon this ship and come back when answers to this show up.

you can come back now , you can edit the xml files :)

There is a program called xml2bmd , out there, you can find it in undead labs forums (its currently down so try the link below ,when working again)
http://forums.undeadlabs.com/showthread.php?37276-XML-compiler-is-ready/page1

install the program (compiler) - edit xml -save it - drag the xml onto the program -wait a few seconds - voila the bmd is altered .remember to start a new game for it to take effect .

have fun :D


This better be as good as I think it is. I'll have a check once I'm back from work tomorrow.
alset 2013 年 12 月 1 日 上午 10:06 
引用自 Bumarse (tm)


This better be as good as I think it is. I'll have a check once I'm back from work tomorrow.

Just in case the forum isn't up by the time you'll need it here's the link to the converter:
http://rghost. ru/50262496
最后由 alset 编辑于; 2013 年 12 月 1 日 上午 10:07
Raja Keong 2013 年 12 月 1 日 上午 11:46 
引用自 alset
引用自 Bumarse (tm)


This better be as good as I think it is. I'll have a check once I'm back from work tomorrow.

Just in case the forum isn't up by the time you'll need it here's the link to the converter:
http://rghost. ru/50262496

Right, thanks. How exactly do I use it, though?
alset 2013 年 12 月 1 日 下午 12:17 
Drag and drop the xml onto the exe and it'll just convert.
最后由 alset 编辑于; 2013 年 12 月 1 日 下午 12:18
< >
正在显示第 1 - 15 条,共 22 条留言
每页显示数: 1530 50

所有讨论 > 综合讨论 > 主题详情