Skip to content

Support more Inform6 attributes#527

Merged
JasonLautzenheiser merged 1 commit into
JasonLautzenheiser:masterfrom
michaelbub:extend-inform6-exporter
Nov 7, 2021
Merged

Support more Inform6 attributes#527
JasonLautzenheiser merged 1 commit into
JasonLautzenheiser:masterfrom
michaelbub:extend-inform6-exporter

Conversation

@michaelbub
Copy link
Copy Markdown
Contributor

C# isn't my first or second language. Which is to say I didn't know what I was doing on many different levels (including perhaps the interpretation of all the "Thing" properties).

This might not be "production-ready" code, still I'd wanted to publish this.

@JasonLautzenheiser
Copy link
Copy Markdown
Owner

JasonLautzenheiser commented Oct 28, 2021 via email

@JasonLautzenheiser
Copy link
Copy Markdown
Owner

Sorry for the delay in looking at this. I took a quick look and found only one small issue. When something is worn by someone the code should look "has clothing".... that indicates it can be worn.

However a bigger issue, and this is unrelated to your code. I've come to realized that the whole I6 export needs quite a bit of work. Since it was originally written, I've learned a lot more about I6 and I realize that there are quite a few things wrong. In fact the entire object section probably should be revamped.

Like I said, this is really unrelated to y our code and just and indication of a bigger issue that needs corrected. I will most likely merge your code in soon (with a few minor changes), but will also be working on fixing the bigger issues as well.

}
if (thing.Worn)
{
attributes.Add("worn");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 'clothing' not 'worn'

@JasonLautzenheiser JasonLautzenheiser merged commit d7e2e9e into JasonLautzenheiser:master Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants