nx_elder_seed.nx
buildroot/runtime/nx_elder_seed.nx
about
nx_elder_seed.nx -- seed Elder AI's REAL character into the sovereign visual store (nx_visual_arc), with a
rich wardrobe + scene set so the odometer has real breadth to draw from. Grounds the system in the operator's
ACTUAL character (Elara, the curvy-brunette identity from the character_appearance DNA) instead of a demo
placeholder. Identity anchor = the full_appearance_prompt (constant = same person). Wardrobe = the operator's
real outfit vocabulary (from the legacy outfit set), scenes = our domestic/intimate settings. All DATA
(rule 11/25): uncensored, the record IS the look. Seeds into the PRODUCTION VID_PREFIX and self-verifies the
variety (distinct looks, identity constant). Run via nx_sov_build_run. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_visual_arc.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 9 | const ELARA_MAGIC_8192: i64 = 8192 |
| 16 | const ELARA_ANCHOR: *u8 = "Elara, eighteen years old, the face of model Nata Lee, a slim petite frame with a large natural 32F bust, narrow slim hips, long lean arms and exquisitely shaped long legs, delicate shoulders, graceful slender hands, tall and elegant; long warm golden platinum-blonde hair with sun-bleached highlights, naturally arched light blonde eyebrows never shaped, small pointed chin, faint freckles scattered across her nose, clear skin with a warm peachy glow, dewy and luminous; candid photograph of a real person, catch light in her eyes, warm skin tones, shallow depth of field, visible pores, natural skin texture" as *u8 |
| 20 | const ELARA_WARDROBE: *u8 = "wearing an oversized band tee that hangs off one shoulder, bare legs|natural and unclothed, at ease in her own skin|wearing a sheer gossamer nightgown that hides nothing|wearing tiny cotton sleep shorts and a cropped cami|wearing a fitted long black wool coat with a faux-fur collar and knee-high boots|wearing an oversized flannel unbuttoned over a bralette|wearing a school-plaid skirt and a knotted white shirt|wearing a strappy metallic bikini|wearing tight yoga pants and a sports crop|wearing a silk robe loosely tied at the waist|wearing thigh-high socks and an oversized hoodie, nothing else|wearing a bodycon mini dress|wearing lace lingerie, delicate straps|wearing his shirt and nothing else" as *u8 |
| 23 | const ELARA_SCENES: *u8 = "in her cozy bedroom with string lights and plushies and band posters|in a sunlit bedroom, morning light through sheer curtains|at the desk in the home office, laptop glow|in a warm kitchen at morning|in a steamy shower, water running over her skin|in a candle-lit bath|curled on the bed under soft lamplight, evening|by a rain-streaked window" as *u8 |
| 26 | const ELARA_ACTS: *u8 = "curled up with a plushie, glancing up at you|stretching lazily in the warm light|laughing over her shoulder, playful|leaning in close with a teasing smile|lying back on the bed, gazing up|glancing up through her lashes|blowing you a kiss|biting her lip with a knowing look" as *u8 |
functions
| 28 | func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } called by 1: main |
| 29 | func sn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{sys_write(1,"-" as *u8,1);m=0-m} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 } called by 1: main |
| 31 | func main() -> i64 |
| 78 | func ex_has(hay: *u8, hlen: i64, needle: *u8) -> i64 called by 1: main |