Editing
Narrative Theory and Transmedia Storytelling
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Narrative Theory and Transmedia Storytelling is the "Study of the Thread"—the investigation of the "Mechanics of Meaning" (~1940s–Present) that "Explains" how "Stories" are "Constructed," how they "Function" across "Multiple Platforms" (Film, Games, Books), and "Why" "Humans" "Need" "Narrative" to "Understand" "Reality." While "Linguistics" (see Article 160) is about "Grammar," **Narrative Theory** is about "Myth." From **Joseph Campbell’s** "Hero's Journey" and **Henry Jenkins’** "Transmedia" to "World-Building" and "Ludonarrative," this field explores the "Architecture of the Imagination." It is the science of "Connection," explaining why we "See Ourselves" in "Heroes"—and how "Digital Media" "Turned" "Passive Audiences" into "Active Explorers" of "Infinite Universes." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Narrative Theory''' (Narratology) — The "Study" of the "Structure and Function" of "Stories." * '''Transmedia Storytelling''' — (Henry Jenkins, 2003). A "Process" where "Integral Elements" of a "Fiction" are "Dispersed Systematiclly" across "Multiple Channels" (e.g. 'Marvel Cinematic Universe'). * '''The Hero's Journey''' (Monomyth) — (Joseph Campbell). The "Universal Pattern" of "Mythology": "Separation," "Initiation," and "Return." * '''World-Building''' — The "Process" of "Designing" a "Coherent" and "Detailed" "Imaginary World" (Geography, History, Culture) for a story. * '''Participatory Culture''' — A "Culture" where "Fans" and "Users" "Create" "Content" (Fan-fiction, Wikis, Art) and "Interact" with the "Original Text." * '''Ludonarrative''' — (See Article 602). The "Intersection" of **"Play"** (Gameplay) and **"Story"** (Plot) in video games. * '''Story vs. Discourse''' — The "Difference" between "What Happens" (The chronological events) and "How it is Told" (The order, the tone, the perspective). * '''Character Arc''' — The "Internal Transformation" of a character "Over the Course" of a story. * '''Meta-Narrative''' — A "Grand Story" that "Explains" "Other Stories" or "Reality itself" (e.g., 'The Idea of Progress'). * '''Canonical Truth''' — The "Official Facts" of a "Fictional Universe" (e.g. 'Star Wars' lore). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Narrative theory is understood through '''Structure''' and '''Immersion'''. '''1. The "Skeleton" of Meaning (Hero's Journey)''': "The Blueprint" of "Humanity." * (See Article 130). **Joseph Campbell** "Argued" that "All Myths" from "All Cultures" "Share" a **"Single Pattern."** * The **Hero** "Leaves" the "Ordinary World," "Faces" "Trials," "Gains" "Wisdom," and "Returns" to "Save" the "Community." * (See Article 635). This "Pattern" "Resonates" because it "Maps" the **"Psychological Process"** of "Growing Up" and "Facing Death." * "Stories" are **"Equipment for Living."** '''2. The "Infinite" Canvas (Transmedia)''': "Bigger" than a "Book." * In the **Digital Age**, a "Story" is no longer "Contained" in **"One Medium."** * (See Article 666). You might "Watch" the **Movie**, "Play" the **Game**, and "Read" the **Wiki.** * Each "Medium" "Adds" a "New Piece" of the **"World."** * The **"Message"** is the **"Experience"** of "Piecing the Puzzle Together." * "Narrative" is **"Exploration."** '''3. The "Active" Audience (Participatory Culture)''': "The Fans" are "Authors." * (See Article 630). **Henry Jenkins** "Argued" that "Fans" "No Longer" "Just Consume." * They **"Remix," "Critique,"** and **"Expand"** the story. * **Transmedia** "Depends" on the **"Intelligence of the Crowd"** (Collective Intelligence) to "Keep the World Alive." * "The Story" is a **"Shared Space."** '''The 'Star Wars' Transmedia Universe'''': The "Master Example." (1) **Films**: The core myth. (2) **Books/Comics**: Expanding the history. (3) **Games**: Living the myth. (4) **Fans**: Creating a 'Real' culture. It proved that "Narrative" can "Create" a **"Commercial and Spiritual World"** that "Outlives" its "Creator." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Hero's Journey' (Predicting 'Story Resonance'):''' <syntaxhighlight lang="python"> def analyze_myth_resonance(steps_completed_pct, internal_conflict_level): """ Shows why some stories 'stick' and others 'fail'. """ resonance = steps_completed_pct * (internal_conflict_level / 5.0) if steps_completed_pct < 50: return f"RESONANCE: LOW. (Protagonist never 'Crosses the Threshold'. Story feels 'Static')." elif resonance > 80: return f"RESONANCE: HIGH. (Classic Monomyth. Audience will 'Identify' with the Hero)." else: return "RESONANCE: MODERATE. (Niche or Experimental Narrative)." # Case: A story about a hero who refuses the call and stays home print(analyze_myth_resonance(10, 10)) # Case: A full Hero's Journey with deep internal struggle print(analyze_myth_resonance(100, 10)) </syntaxhighlight> ; Narrative Landmarks : '''The 'Poetics' by Aristotle''' → (See Article 659). The "First" "Manual" on "Drama": "Introducing" the ideas of **"Protagonist," "Climax,"** and **"Catharsis."** : '''Propp’s 'Morphology of the Folktale' ''' → (See Article 160). "Identifying" the **31 Functions** (e.g. 'The Villain Appears') that "Structure" all Russian fairytales. : '''Ludonarrative Dissonance''' → (See Article 602). When the **"Gameplay"** (Killing 1000 people) "Conflicts" with the **"Story"** (The hero is 'kind and peaceful'). : '''Fictional 'Wikis' ''' → (See Article 630). The "Digital Library" of **Transmedia**: "Demonstrating" the "Human Need" to "Archive" and "Systematize" "Imaginary Facts." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Traditional vs. Transmedia Storytelling ! Feature !! Traditional (The Arrow) !! Transmedia (The Web) |- | Structure || "Linear / Sequential" || "Modular / Exploratory" |- | Medium || "Single (Book or Movie)" || "Multiple (Inter-connected)" |- | Audience Role || "Passive / Observational" || "Active / Participatory / Searcher" |- | Focus || "The Plot / The Arc" || "The World / The Lore" |- | Analogy || A 'Guided Tour' || A 'Scavenger Hunt' |} '''The Concept of "Negative Space" in Narrative''': Analyzing "The Hook." Transmedia "Leaves" "Gaps" in the story that "Invite" the **"Audience"** to "Fill" them with their "Own Imagination." (See Article 667). By "Not Telling Everything," the "Author" "Empowers" the "User." "Mystery" is **"Engagement."** </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Narrative Theory: # '''Universality''': Is the "Hero's Journey" "Truly" "Universal," or is it a "Western/Colonial" "Projection"? # '''Economics''': Is "Transmedia" "Just" a "Marketing Trick" to "Sell More Products"? # '''Ethics''': (See Article 630). How do "Meta-Narratives" (like 'Nationalism') "Control" "Society"? # '''Impact''': How has "World-Building" "Influenced" **"Urban Planning"** (see Article 650) and **"Product Design"**? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Narrative' AI-Architect''': (See Article 08). An AI that "Co-writes" a **"Transmedia Universe"** with a "Team," "Ensuring" "Consistency" across **1,000 Different Media Channels.** # '''VR 'First-Person' Myths''': (See Article 604). A "Walkthrough" of the **Hero's Journey** where "AI" "Adapts" the "Trials" to your **"Personal Fears"** (see Article 635). # '''The 'Canonical' Blockchain Ledger''': (See Article 533). A "Ledger" that "Decides" what is "Official Lore" in a "Participatory World" through **"Fan Voting."** # '''Neural 'Story' Induction''': (See Article 150). "Using" "Brain-to-Brain Interfaces" to "Transmit" a **"Narrative Experience"** "Directly" "Without" "Words" or "Images." [[Category:Arts]] [[Category:Science]] [[Category:Communication]] [[Category:Philosophy]] [[Category:Sociology]] [[Category:Psychology]] [[Category:Literature]] [[Category:Digital Culture]] [[Category:Media Theory]] [[Category:Game Design]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information