<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://Selrach2040.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Textdata_tenkoutable.txt</id>
	<title>Textdata tenkoutable.txt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://Selrach2040.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Textdata_tenkoutable.txt"/>
	<link rel="alternate" type="text/html" href="https://Selrach2040.com/wiki/index.php?title=Textdata_tenkoutable.txt&amp;action=history"/>
	<updated>2026-07-04T07:59:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://Selrach2040.com/wiki/index.php?title=Textdata_tenkoutable.txt&amp;diff=65&amp;oldid=prev</id>
		<title>127.0.0.1: Technical breakdown (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://Selrach2040.com/wiki/index.php?title=Textdata_tenkoutable.txt&amp;diff=65&amp;oldid=prev"/>
		<updated>2026-07-02T11:23:26Z</updated>

		<summary type="html">&lt;p&gt;Technical breakdown (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;tenkoutable.txt&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; (6,280 bytes, part of [[BIN textdata]]) is a per-area time-windowed state table, feeding channel &amp;quot;effect 0&amp;quot;. One of six [[BIN textdata#Time-windowed world tables|time-windowed world tables]]; see that section for the shared mechanism. (The romaji &amp;quot;tenkou&amp;quot; and earlier &amp;quot;weather&amp;quot;/&amp;quot;class-change&amp;quot; guesses are &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; supported by the trace — don&amp;#039;t rely on them.)&lt;br /&gt;
&lt;br /&gt;
== Format (10 columns, pure form) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[fromWeek, fromDay, fromHour, fromMinute, target, value, toWeek, toDay, toHour, toMinute]&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;99&amp;lt;/code&amp;gt; = wildcard). 232 rows. &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; (col6) ∈ &amp;lt;code&amp;gt;{1,2,3,4,5,9,20,21,22,23,24}&amp;lt;/code&amp;gt;; hours only 18–23 + 99 (evening/night-weighted, like [[textdata event.txt|&amp;lt;code&amp;gt;event.txt&amp;lt;/code&amp;gt;]]); minutes &amp;lt;code&amp;gt;{0,5,15,30,55,99}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
99,99,99,99,10001,24,99,99,99,99   -&amp;gt; always, node 0 (field), value 24&lt;br /&gt;
99,99,21,0,54,1,99,99,22,0         -&amp;gt; 21:00-22:00 (any week/day), zone 53, value 1&lt;br /&gt;
99,99,18,30,60,1,99,99,19,30       -&amp;gt; 18:30-19:30, zone 59, value 1&lt;br /&gt;
99,99,23,0,71,1,99,99,23,15        -&amp;gt; 23:00-23:15, zone 70, value 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What the value does ==&lt;br /&gt;
&lt;br /&gt;
Loaded via &amp;lt;code&amp;gt;load_effecttable @ 0049fe90&amp;lt;/code&amp;gt; (type 5) into each area&amp;#039;s &amp;lt;code&amp;gt;effect0_array&amp;lt;/code&amp;gt; (offset 84). &amp;lt;code&amp;gt;Character_ScanNearbyObjects&amp;lt;/code&amp;gt; does:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
v = QueryEntryByType(zone, 5, week, dow, hour, min, 1)&lt;br /&gt;
if (0 &amp;amp;lt; v &amp;amp;amp;&amp;amp;amp; v &amp;amp;lt; 0x0b) zone-&amp;amp;gt;neighbor_ids[0] = v   // pending_event_id&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i.e. the active value (clamped to 1–10) becomes the area&amp;#039;s &amp;#039;&amp;#039;&amp;#039;pending interaction/event id&amp;#039;&amp;#039;&amp;#039;, consumed by the interaction chain that drives BGM, lighting/transitions, and render params. The &amp;lt;code&amp;gt;20–24&amp;lt;/code&amp;gt; band (only seen on always-on &amp;lt;code&amp;gt;field&amp;lt;/code&amp;gt;/node rows) falls outside that clamp and is routed elsewhere.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[BIN textdata]]&lt;br /&gt;
* [[textdata effecttable.txt]], [[textdata tensoutable.txt]]&lt;br /&gt;
* [[textdata event.txt]]&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>
	</entry>
</feed>