#Problems with compiling a .BF file with both .flow and .msg files edited

36 messages ยท Page 1 of 1 (latest)

sinful solstice
#

Title.

#

I'm basically making a patch for a another mod. My mod edits the .flow and another mod edits the .msg

#

As far as I can tell they edited .msg as normal

viral sierra
#

so basically from my understanding

#

if you're hooking + importing on the flow, editing existing messages doesn't quite work and you need to create a tag

#

so either in your .msg file that you're importing you 1. only include your additions 2. make a new message tag and use that in your flow

#

or

#

recompile the BF without the .msg changes, and edit the BMD using PersonaEditor and reinject

#

second approach is probably easier so can do that instead

sinful solstice
#

Edit what .bmd? There's no bmd in use

viral sierra
#

wdym?

sinful solstice
#

Only BF file

viral sierra
#

BF files contain .bmds

#

that's where your .msg comes from

sinful solstice
#

How do I inject a bmd in bf then?

viral sierra
#

personaeditor

#

but yeah both of these approaches will work and yield pretty much the same result

#

except obviously if you do the new tag + hook import approach then you'll end up with some extra lines of code in your recompiled .msg but doesn't really matter

sinful solstice
#

Some 700+ extra lines in total over 11 files that FLOW calls using .H indexes after doing some math so it matters to me ๐Ÿ˜„

viral sierra
#

yeeeeeeeeeeeeeeah that's the caveat

#

also the best part is

sinful solstice
#

Meaning I'm not doing first approach and sooner will get rid of hooking ๐Ÿ˜„

pure escarpBOT
#
Jump

[Go to message!](#1047440926219448320 message)

viral sierra
#

stupid fucking [ref] tags use essentially line number as well

#

so yeah just use personaeditor if you need to ๐Ÿ˜ƒ

sinful solstice
#

Can PersonaEditor replace a BF file?

#

I mean replace with existing bmd, not edit them in personaeditor by hand

#

Looks like no it can't..

viral sierra
#

ye

#

if you want to do it that way

sinful solstice
#

Ah right. It doesn't open context menu while file is opened for whatever reason

viral sierra
#

you use atlus script tools to recompile only your msg file

#

to get the bmd

sinful solstice
#

Yeah that's the plan

viral sierra