SDFs omitted from Scenedit docs TOC #675

Closed
opened 2025-03-03 14:31:28 +00:00 by NQNStudios · 6 comments
NQNStudios commented 2025-03-03 14:31:28 +00:00 (Migrated from github.com)

I went to double-check whether the 350 is rows or columns, and expected the Scenedit documentation TOC https://openboe.com/docs/editor/Contents.html to have a heading for "SDF" or "Stuff Done Flags" because that's such a core concept. But there isn't one--I haven't found the info yet.

I went to double-check whether the 350 is rows or columns, and expected the Scenedit documentation TOC https://openboe.com/docs/editor/Contents.html to have a heading for "SDF" or "Stuff Done Flags" because that's such a core concept. But there isn't one--I haven't found the info yet.
NQNStudios commented 2025-03-03 14:33:23 +00:00 (Migrated from github.com)

It's a subtopic of 9. Advanced Topics Introduction and I think it should be listed as 9a or something in the TOC.

It's a subtopic of [9. Advanced Topics Introduction](https://openboe.com/docs/editor/Advanced.html) and I think it should be listed as 9a or something in the TOC.
CelticMinstrel commented 2025-03-04 01:39:39 +00:00 (Migrated from github.com)

…and apparently it's even wrong, nice!

EDIT: And now I checked back to the first revision of the docs, and it says the same thing – 300 wide and 10 tall. That's not the original version though. I'm not sure if I have that… and there's at least one real mechanic in the game that clearly treats the array as taller than it is wide.

…and apparently it's even wrong, nice! EDIT: And now I checked back to the first revision of the docs, and it says the same thing – 300 wide and 10 tall. That's not the original version though. I'm not sure if I have that… and there's at least one real mechanic in the game that clearly treats the array as taller than it is wide.
CelticMinstrel commented 2025-03-04 02:24:15 +00:00 (Migrated from github.com)

I looked up the original original documentation in DocMaker format (found it on my old computer). I can't run the DocMaker app anymore, but opening it in a resource editor easily reveals the actual text.

In Section 9, it says:

Picture a grid of numbers, 300 wide and 10 high, all of which start at 0.

So that would seem to suggest that I was, indeed, incorrect.

Then in Appendix 1a, it says:

Type 22: Set Many Flags     This node sets 10 Stuff Done flags to a desired value.

But in special.hpp, we have:

SET_SDF_ROW = 22

So I'm not quite sure what conclusion to draw from that. It's possible I chose the wrong name for node 22?

Anyway, the SDF picker was built with the assumption of 350 rows and 50 columns. Considering it that way makes the picker work better, I think, since an entry must be much wider than it is high. So I think I've in favour of changing the documentation here.

I looked up the _original_ original documentation in DocMaker format (found it on my old computer). I can't run the DocMaker app anymore, but opening it in a resource editor easily reveals the actual text. In Section 9, it says: > Picture a grid of numbers, 300 wide and 10 high, all of which start at 0. So that would seem to suggest that I was, indeed, incorrect. Then in Appendix 1a, it says: > Type 22: Set Many Flags     This node sets 10 Stuff Done flags to a desired value. But in special.hpp, we have: > `SET_SDF_ROW = 22` So I'm not quite sure what conclusion to draw from that. It's _possible_ I chose the wrong name for node 22? Anyway, the SDF picker was built with the assumption of 350 rows and 50 columns. Considering it that way makes the picker work better, I think, since an entry must be much wider than it is high. So I think I've in favour of changing the documentation here.
NQNStudios commented 2025-03-04 02:43:08 +00:00 (Migrated from github.com)

Could I leave it to you to decide what it should be and make the change?

Both in the docs and in my commit with the nested maps, if you could make them how you want it I think I could use a break. (Or I'll come back to it later, maybe this weekend.)

Could I leave it to you to decide what it should be and make the change? Both in the docs and in my commit with the nested maps, if you could make them how you want it I think I could use a break. (Or I'll come back to it later, maybe this weekend.)
CelticMinstrel commented 2025-03-04 03:03:36 +00:00 (Migrated from github.com)

Could I leave it to you to decide what it should be and make the change?

Maybe, but I'm working on more pickers at the moment, so it probably wouldn't be for at least a couple of days.

> Could I leave it to you to decide what it should be and make the change? Maybe, but I'm working on more pickers at the moment, so it probably wouldn't be for at least a couple of days.
NQNStudios commented 2025-03-04 03:14:21 +00:00 (Migrated from github.com)

My brain is fried. Deleted my comments because I was very mixed up.

My brain is fried. Deleted my comments because I was very mixed up.
Sign in to join this conversation.
No description provided.