You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headers are created such as assets/objects/gameplay_keep/hilite_textures.h, assets/objects/gameplay_keep/gameplay_keep_0x32090.h, etc.
Other assets that refer to gameplay_keep using ExternalFile, e.g. object_demo_6k.xml, will emit the include #include "assets/objects/gameplay_keep/gameplay_keep.h"
This header however may not exist if all <File> elements in gameplay_keep have been given OutNames, or the header may exist but is not guaranteed to contain the relevant symbol(s) referenced by the other asset file.
Assets using ExternalFile should use the OutName of the file(s) that contains the symbol(s) referenced. For example object_demo_6k references gEffUnknown10Tex so should include assets/objects/gameplay_keep/gameplay_keep_0x32090.h as that is the file that contains that symbol. This should be done for all symbols referenced.
The text was updated successfully, but these errors were encountered:
Thank you for making this issue known. Unfortunately I cannot in good faith make the requested fixes.
For the past year I have been the target of harassment by a member of ZeldaRET. I have tried to resolve the matter with Fig for the past 10 months. He said we would talk and asked that I wait for a short time, which I patiently did. We never talked. Instead, he chose to ghost me for those entire 10 months. He continues to ignore my messages, in spite of the continued harassment I am receiving. As of today he has blocked me.
I would have preferred to resolve this matter privately, but after nearly a year of being blown off it seems that will not be possible. So I want to to be transparent about my reasons for not supporting the needs of ZRET any longer. My intent is not to start drama, just be transparent.
At this point I think it is fair to say that despite what I have dedicated to this group I am neither valued nor respected. For that reason and more I will not be investing any more of my limited free time supporting a group that does not support me.
Consider an xml using
OutName
for files, such as a split gameplay_keep:Headers are created such as
assets/objects/gameplay_keep/hilite_textures.h
,assets/objects/gameplay_keep/gameplay_keep_0x32090.h
, etc.Other assets that refer to gameplay_keep using
ExternalFile
, e.g.object_demo_6k.xml
, will emit the include#include "assets/objects/gameplay_keep/gameplay_keep.h"
This header however may not exist if all
<File>
elements in gameplay_keep have been givenOutName
s, or the header may exist but is not guaranteed to contain the relevant symbol(s) referenced by the other asset file.Assets using
ExternalFile
should use theOutName
of the file(s) that contains the symbol(s) referenced. For exampleobject_demo_6k
referencesgEffUnknown10Tex
so should includeassets/objects/gameplay_keep/gameplay_keep_0x32090.h
as that is the file that contains that symbol. This should be done for all symbols referenced.The text was updated successfully, but these errors were encountered: