Torchmodders

Modding => Modding Questions => Topic started by: Madlampy on June 07, 2017, 12:28:08 pm


Title: Need a Explanation on how to handmerge Files for "core bundles"
Post by: Madlampy on June 07, 2017, 12:28:08 pm
As title says.

Trying to build a few "core" bundles for personal use and while the first "core engine" bundle works fine and has no issues I've hit a snag while trying to create a Class Bundle with a few QoL Tweaks like the Altered Summons for engineer and scrolls.

Usual culprits are Affixes.Raw, Units.Raw and Unitdata.Raw along with sometimes Skill.Raw in 2 cases.

Also I'm using Sublime for text editing, anyone able to advise on an editor for RAW files?
Title: Re: Need a Explanation on how to handmerge Files for "core bundles"
Post by: Viz on June 07, 2017, 10:00:20 pm
I tend to ignore them completely, as raw files are generated automatically by guts when compiling a mod.
Title: Re: Need a Explanation on how to handmerge Files for "core bundles"
Post by: Aherin on June 08, 2017, 03:47:59 am
Yeah man as far as I know you can just start a few project in GUTS, collect all the files you want in the bundle in their correct locations in the media folder (no problem copying them in from other projects), then when you publish it GUTS will make those raw files automatically.
Title: Re: Need a Explanation on how to handmerge Files for "core bundles"
Post by: Madlampy on June 08, 2017, 05:50:17 am
Yeah man as far as I know you can just start a few project in GUTS, collect all the files you want in the bundle in their correct locations in the media folder (no problem copying them in from other projects), then when you publish it GUTS will make those raw files automatically.

I tend to ignore them completely, as raw files are generated automatically by guts when compiling a mod.

So all I really need to be worrying about is multiple references to things like layout or .DAT files and just merge those by hand?
Title: Re: Need a Explanation on how to handmerge Files for "core bundles"
Post by: Phanjam on June 08, 2017, 08:47:33 am
So all I really need to be worrying about is multiple references to things like layout or .DAT files and just merge those by hand?

That is correct!  8)

And WELCOME to Torchmodders Madlampy! Thanks for signing on