gal.append([["dragon.png","Abbey being lazy"],["FlightRising.png","Abbey's sprite in FlightRising"],["BlackReshiram_Artfight.png","2022 Artfight attack by BlackReshiram"]])
gal.append([["dragon.png","lazy Abbey"],["FlightRising.png","Abbey's sprite in FlightRising"],["BlackReshiram_Artfight.png","2022 Artfight attack by BlackReshiram"]])
ifname=="Aloin":
gal.append("Sims")
gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]])
return"unfortunately, a 404 error. the page you're searching for doesn't exist. (or is it just in hiding?) try another page! "
@error(500)
deferror500(error):
return"unfortunately, a 500 error. something is wrong with the page you're trying to find, if it exists at all. try another page! <a href=https://www.blessfrey.me/>return to blessfrey.me.</a>"
return"unfortunately, a 500 error. something is wrong with the page you're trying to find, if it exists at all. try another page! <a href=/>return to blessfrey.me.</a>"
@error(502)
deferror502(error):
return"unfortunately, a 502 error. this was likely due to website maintenance. usually it'll be back up before you finish reading this, but otherwise, I'll notice something's wrong soon! <a href=https://www.blessfrey.me/>return to blessfrey.me.</a>"
@ -46,8 +46,7 @@ The dual-class and skill systems are inspired by Guild Wars 1 and Magic: The Gat
<div class="textbox dev">
<h2>Developer </h2>
<br>
Chimchooree has a programming and art background, studying both in school and at home since she was a kid. Her five favorite games are Oblivion (more as a hobby horse to endlessly write mods for than a game), Guild Wars 1, Arcanum, Divine Divinity, and Anachronox. Keep up with her activity on her <a href="/diary">dev diary</a> and <a href="https://twitter.com/lilchimchooree">Twitter</a>. <br>
Chimchooree has a programming and art background, studying both in school and at home since she was a kid. Her five favorite games are Oblivion, Guild Wars 1, Arcanum, Divine Divinity, and Anachronox. Keep up with her activity on her <a href="/diary">dev diary</a> and <a href="https://twitter.com/lilchimchooree">Twitter</a>. <br>
</div>
<div class="textbox videos"> </div>
@ -56,14 +55,10 @@ The dual-class and skill systems are inspired by Guild Wars 1 and Magic: The Gat
<p>Follow this style guide to avoid confusing bugs. Code doesn't always need to
follow the style guide, but a comment needs to be left by the offending code
explaining why it's necessary. The guide is not set in stone, and can be
disputed and altered. <br></p>
<br>
<p>(many parts written by my husband) <br></p>
<br>
<h2>node paths </h2>
<p>Node paths should be treated as though they have private access. Any node
within a scene can be thought of as within scope of that scene. Nodes higher in
the tree or inside instanced scenes are out of scope of the current scene.
However, the root of an instanced scene is within scope, so a path to that is
safe. Using an "out of scope" node path will result in null pointer exceptions
at best or confusing bugs at worse if a scene's structure is ever altered. <br></p>
<br>
<p>Add methods to the root of a scene that does whatever is needed to the nodes
inside. <br></p>
<br>
<p>If a property is needed from a node inside a scene, a getter in the
scene's root can return the value its child node's property. (see Setters and
Getters) <br></p>
<br>
<ul>
<li>don't use node paths to nodes higher than the scene's root </li>
<li>don't use node paths into instanced scenes </li>
<li>do add methods to the root of a scene that manipulates the inner nodes </li>
</ul>
<h2>child nodes </h2>
<p>It's fair for a script to depend on a consistent internal tree structure.
Only scripts inside a scene may alter the structure of its own tree. The tree's
structre is primarily altered by adding or removing children. Adding or
removing child nodes higer than the scene's root, or inside instanced scenes,
will cause inconsistent structure. Without this guideline, each scene would
need to constantly validate its own structure to be sure it hasn't been altered
by another script. <br></p>
<br>
<p>Add methods to the root of a scene that can add or remove children. These
methods can keep track of which nodes have been added or removed, so the
script can be aware of any changes to the scene's structure. <br></p>
<br>
<ul>
<li>don't add child nodes to nodes higher than the scene's root </li>
<li>don't add child nodes to instanced scenes </li>
<li>do add methods to the root of a scene for adding or removing children </li>
</ul>
<h2>setters + getters </h2>
<p>Often, some action always needs to be taken whenever a variable is changed.
Putting these actions in a setter method for that variable ensure that they're
always executed. If a setter is not made for a variable, there's some risk
that it may be changed without those actions being taken, and the source of
the change may be difficult to track. <br></p>
<br>
<p>Furthermore, a variable may not exist at all, but be derived from some
computation. In that case, a getter can create the illusion of a single
variable. <br></p>
<br>
<p>One more benifit, is that a setter can be deferred called or connected to a
signal, since its a method. <br></p>
<br>
<p>Variables can be changed to use getters and setters seamlessly, since they're
used no differently from variables that don't have getters and setters. If
there is a need to take some action whenever a value is set, a setter can be
added to it seamlessly. <br></p>
<br>
<ul>
<li>setters can execute any action when a property is changed </li>
<li>setters can be added seamlessly, without changing how the property is set </li>
</ul>
<h2>serialization </h2>
<p> <br></p>
<br>
<ul>
<li> </li>
</ul>
<h2>translations </h2>
<p>add a fake language from the start <br></p>
<br>
<ul>
<li> </li>
</ul>
<h2>documentation </h2>
<p> <br></p>
<br>
<ul>
<li> </li>
</ul>
<h2>time </h2>
<p>pausing <br></p>
<p>time control (every variable affected by time must be modified by time control) <br></p>
<p>decouple drawing and logic <br></p>
<br>
<ul>
<li> </li>
</ul>
<h2>moddability </h2>
<p>Commonly, this means making a base, then loading in the game as a mod. The content is written in a light scripting language, and it's best if I use the same API/tools a modder would. <br></p>
<li><span class=mundane>zone: holding cell, local security HQ</span> </li>
<li><span class=mundane>quest: freedom - parents come retrieve their children and apologize. no one comes for Helia, so eventually Ray comes over and lets her out himself. </span> </li>
<li><span class=mundane>zone: Lucrest shopping center - Mayor's Mansion, gym, apothecary, library, QuestionMart, sporting goods, clothing store, theatre, arcade, cable company, atelier, woks, cafe, photobooth, stage, gondolier, carousel, splash sidewalk, piano sidewalk (look at Disney World for fun sidewalk ideas) </span> </li>
<li><span class=mundane>zone: Lucrest residential zone - uncle's, Tidwell's, McIntyre's, St Martin's, playground, walking trail</span> </li>
<p>This is a list of everything I need to add before the Blessfrey is complete. I can add more in subsequent updates, but I have to draw the line somewhere. The list is broken into versions. <br></p>
<br>
<p>Focus and finish the game! <br></p>
@ -9,228 +9,222 @@
<p>Legend: <span class=mundane>nothing at all</span>, <span class=common>designed</span>, <span class=unusual>basic implementation</span>, <span class=rare>intentionally designed, tested</span>, <span class=unique>more or less finalized</span>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>skill library - sort by job, classifications, alphabetical, order obtained, frequency of use</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>destructible terrain that requires specific keywords - slash or burn webs</span> </li>
<li><span class=mundane>zone: holding cell, local security HQ</span> </li>
<li><span class=mundane>quest: freedom - parents come retrieve their children and apologize. no one comes for Helia, so eventually Ray comes over and lets her out himself. </span> </li>
<li><span class=mundane>zone: Lucrest shopping center - Mayor's Mansion, gym, apothecary, library, QuestionMart, sporting goods, clothing store, theatre, arcade, cable company, atelier, woks, cafe, photobooth, stage, gondolier, carousel, splash sidewalk, piano sidewalk (look at Disney World for fun sidewalk ideas) </span> </li>
<li><span class=mundane>zone: Lucrest residential zone - uncle's, Tidwell's, McIntyre's, St Martin's, playground, walking trail</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>zone: holding cell, local security HQ</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>quest: freedom - parents come retrieve their children and apologize. no one comes for Helia, so eventually Ray comes over and lets her out himself. </span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>zone: Lucrest shopping center - Mayor's Mansion, gym, apothecary, library, QuestionMart, sporting goods, clothing store, theatre, arcade, cable company, atelier, woks, cafe, photobooth, stage, gondolier, carousel, splash sidewalk, piano sidewalk (look at Disney World for fun sidewalk ideas) </span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>zone: Lucrest residential zone - uncle's, Tidwell's, McIntyre's, St Martin's, playground, walking trail</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>entity: training dummy - tells you your DPS, inflicted keywords, etc</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>sound effects, visual effects, responsive game with feedback </span> </li>
</ul>
<h2>1.98 - involve other people (obv review after every milestone) </h2>
<h2><span class=mundane>0.98 - involve other people (obv review after every milestone)</span> </h2>
<ul>
<li><span class=mundane>feature: improvements based on suggestions</span> </li>
<li><span class=mundane>playtesting - diverse playtesters like colorblind, French keyboard users, different res/older computers, etc</span> </li>
<li><span class=mundane>maintain my community - forums, Discord, Twitter, any forums tied to store platforms, etc</span> </li>
<li><span class=mundane>press - YouTubers, Twitch streamers, bloggers, game journalists, local news, etc. I'll def reach out to Godot's showcase. </span> </li>
<li><span class=mundane>festivals/contests - local conventions, Godot con, Indie Games Expo, PAX, GDC. I'll seriously consider a booth/panel at the cons in my town. </span> </li>
<li><span class=mundane>funding - kickstarter, etc (no reason not to try. Even if I can finish the game in my freetime, I can set it up to cover fees then set wild stretch goals like getting Trigger to do my animations or hiring my favorite voice actor and composer or something)</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>feature: improvements based on suggestions</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=unusual>playtesting - diverse playtesters like colorblind, French keyboard users, different res/older computers, etc</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>maintain my community - forums, Discord, Twitter, any forums tied to store platforms, etc</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>press - YouTubers, Twitch streamers, bloggers, game journalists, local news, etc. I'll def reach out to Godot's showcase. </span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>festivals/contests - local conventions, Godot con, Indie Games Expo, PAX, GDC. I'll seriously consider a booth/panel at the cons in my town. </span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>funding - kickstarter, etc (no reason not to try. Even if I can finish the game in my freetime, I can set it up to cover fees then set wild stretch goals like getting Trigger to do my animations or hiring my favorite voice actor and composer or something)</span> </li>
</ul>
<h2>1.99 - release </h2>
<h2><span class=mundane>1 - release</span> </h2>
<ul>
<li><span class=mundane>feature: store pages</span> </li>
<h2><span class=mundane>??? - post-release, if ever</span> </h2>
<ul>
<li><span class=mundane>play as a boy</span> </li>
<li><span class=mundane>translate into additional languages</span> </li>
<li><span class=mundane>add your own music to music folder, appears in music app. pixelate cover to match-ish game graphics</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>feature: ideas that haven't been assigned to a release yet. probably not everything can fit into the game by 1.0, if ever</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>play as a boy</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>translate into additional languages</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>add your own music to music folder, appears in music app. pixelate cover to match-ish game graphics</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>voice acting, even if just for the trailer or intro cutscene or whatever</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>support as many input devices as possible, though this probably isn't an XBOX controller-friendly game. keyboard, mouse, touchscreen, voice commands</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>emotes for player (screenshot fodder) - sleep in beds, sit on seats, cry, confess, dance</span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>hide UI for screenshots optionally</span> </li>
</ul>
<h2>??? - overflow </h2>
<ul>
<li><span class=mundane>feature: ideas that haven't been assigned to a release yet. probably not everything can fit into the game by 1.0, if ever</span> </li>
<li><span class=mundane>support as many input devices as possible, though this probably isn't an XBOX controller-friendly game. keyboard, mouse, touchscreen, voice commands</span> </li>
<p>Commonly, this means making a base, then loading in the game as a mod. The content is written in a light scripting language, and it's best if I use the same API/tools a modder would. <br></p>
<p>The overall vibe of Blessfrey will be warm, fun, upbeat, pop, and stylish with pink colors. I need to find some pervasive motiff, especially one that symbolizes home for Helia. <br></p>
<br>
<h2>fantasy, modern, slice-of-life </h2>
<p>The initial inspiration for Blessfrey comes from those dollhouse mods in Oblivion that bring modern comforts like motorcycles, potato chips, and steamy bathroom mirrors into a world with steel armor, spider daedra and awesome swords. It's closely related to the isekai trend, even though many of these mods predate the anime releases of all those <a href="https://syosetu.com/">小説家になろう series</a> (Re:Zero, Drugstore in Another World, Restaurant to Another World, In Another World with My Smartphone, etc). <br></p>
<br>
<p>I have a list of the exact mods somewhere, but these are the few off the top of my head: <br></p>
<ul>
<li><a href="https://www.nexusmods.com/oblivion/mods/17054">Honda NR500 Motorcycle by Regard</a> </li>
<li><a href="https://www.nexusmods.com/oblivion/mods/44730">Converse Shoes - Robert by Ranaline</a> </li>
<li><a href="https://www.nexusmods.com/oblivion/mods/34130">Bonds Studio Apartment by Bond123</a> </li>
<li>my unuploaded mod where I converted several of the ebooks I own into in-game books </li>
</ul>
<br>
<p>The other goofiest place I've seen this juxtaposition pop up is that frame of some Avengers movie where the heroes are just hanging out at a normal restaurant. Some Quora guy claims the scene was popular, and I'll take his word for it. The overly dramatic, max stakes stuff isn't always as interesting as seeing what these fantasy people do during their down-time. My husband always thinks it's really funny to imagine the big bad of various series doing something really normal like eating ice cream. <br></p>
<img src="/static/img/gdd/avengers.jpeg" alt="(stolen screenshot of the Avengers eating at a casual restaurant in full costumes: fun fact #2815: Marvel's The Avengers movie caused shawarma sales to SKYROCKET nationwide)"><br>
<br>
<h2>socializing </h2>
<p>I like those 'group of kids save the world' shows like Code Lyoko, Winx Club, and W.I.T.C.H and would like to emulate that balance of otherworld exploration and heroics against hanging out and maintaining responsibilities at school and home. <br></p>
<br>
<p>Persona falls under that, too, but its life management sim, social links, and dungeon-crawling are so interlocked that I don't think you can take just one part of the formula without it feeling flat. For game system inspiration, I'd most like to follow Neverwinter Nights 2's influence system. Your dialog choices and game actions impact your relationship with a given companion, tracked as an integer score. This changes their dialog and how they'll act in critical story scenes. You can't play the middle ground without offending the extreme companions, so you must choose stances. You can even upset several companions so badly, they'll leave you or betray you. The influence system suits a nonlinear game with multiple outcomes well. <br></p>
<br>
<p>It also ties into romance, but the only male romance option is a middle-aged adulterous fedora-tipping cradle-robbing creep who can barely remember your alignment, much less anything else about your personality, so ew. The other half-romance option is the epitome of the bad boy trope, no thanks. Don't know how NWN2 romance is handled and don't want to lol. Generally, I wouldn't mind adding dating to Blessfrey, but I think it's unnatural how it's treated as the climax of a long friendship in most games. I wouldn't be surprised if most dates are made outside of a friend group, especially if you include couples who only hung out a few times before dating. I didn't meet my husband through my friends either. It's also bordering on too serious for teens. The couples in my high school lasted a few weeks tops with rare exceptions. <br></p>
<br>
<h2>nickajack setting </h2>
<p>Southern stories aren't very common in video media, especially in games. Atlanta eats up most of the ones we do get. I grew up in the South, so I spent a lot of time in church, playing neighborhood games, and eavesdropping on grownup gossip about local politics, local myths, Cherokee legends. I just think it'd be cool to have some of my world in a game, thorns and all. It seems like a chance to differentiate, too. I've barely seen any of my childhood Sunday School songs, clapping games, or grid paper games in media about US kids. <br></p>
<br>
<p>(Honestly, it's kind of weird. Are cartoon and teen sitcom writers on the major networks a bunch of lazy trope-copiers? I swear, they all go straight for the dumb jerk jock clique and ugly geeks when high school isn't like that. The former high school quarterbacks I've met have been a well-rounded people with soccer moms who forced them to learn an instrument. There weren't really sitcom geeks so much as kids that run like Naruto, born-in-the-wrong-century girls, quiet metalheads, etc. Am I off-base lol? At least the shallow cheerleader bully clique trope was real in my middleschool.) <br></p>
<br>
<h2>inspo </h2>
<ul>
<li>Meeting your elf boyfriend at the mall with cool anime swords </li>
<li>Modern stuff like motorcycles, smartphones, synthetic materials </li>
<li>Cute people with cute streetwear, cute hairstyles, accessories, cute homes, girly rooms </li>
<li>Small details from real life - steamy kitchen, foggy bathroom, working toilets and shower, bath, working oven, refrigerator, thoughtful cabinet and storage space for lots of collecting and organizing and theme grouping, counter space, working clocks, feasible utilities, beautiful horizons and ideal spots to gaze out at them, see-through windows with city bustle viewable </li>
<li>Yummy food - Even if a lot of people thought Final Fantasy XV was weird for the series, the food was meme-worthy. </li>
<li>Clutter - lots of familiar, comfy objects with a sense of sentimentalism and abundance, a touch of magic clutter like beauty-enhancing potions in the bathroom or an alchemy table in the study </li>
<li>Pencil and gel pen doodles next to school notes </li>
<li>School subjects (chemistry, geometry) right next to battle technique, strategy </li>
<li>Magic in the real world - Boys complain about girls that use too much beauty-enhancing magic, girls love it as self-expression and pampering. Everyone gossips about the girl who obviously pads her chest with alteration magic and the guy who does the same for his height. A controversy pops up periodically about whether athletics should be a display of purely physical prowess or if those who augment their abilities with magic can compete at the same level.
<li>Teenaged life - it's right at that transition between childhood and adulthood where people explore their self-image and deepen their relationships. They are relatively independent, hold jobs, and have complex and developed opinions and strongly held beliefs, though they still lack enough experience to be taken seriously by adults. </li>
</ul>
<br>
<h2>games </h2>
<p>I'll list out any old games I recall here: <br></p>
<br>
<p>Concentration 64 (my favorite), Big Booty, Little Sally Walker, Telephone, Heads Up, Seven Up!, Sparkle, Bible drills, Dots and Boxes, paper fortune tellers, M.A.S.H., I Spy, Monkey in the Middle, Musical Chairs, Red Light Green Light, Simon Says, Ice Cream Soda, Skip to my Lou, A Sailor Went to Sea Sea Sea, plus all those awkward icebreaker games like Two Truths and a Lie <br></p>
<br>
<p>Younger kids play some of those, but they have their own games like <br></p>
<br>
<p>Patty Cake, London Bridge is Falling Down, Five Little Monkeys, Itsy Bitsy Spider, Rain Rain Go Away, This Little Piggy, Here are Mother's Knives and Forks, Red Rover Red Rover (absolutely hated this one), Finger Family, The Muffin Man, Row Row Row Your Boat, Eenie Minnie Minie Moe, clean up songs, Father Abraham Had Many Sons, B-I-N-G-O, He's Got the Whole World in His Hands, Jesus Loves Me, Jesus Loves the Little Children, This Little Light of Mine, Head Shoulders Knees and Toes, Duck Duck Goose, Baa Baa Black Sheep, Sharks and Minnows, Cops and Robbers, Freeze Tag, How Much Wood Would a Woodchuck Chuck?, Guess What Chicken Butt, One Two Buckle My Shoe, Frere Jacques, If wishes were horses, You're a Grand Ole Flag, The Ants Go Marching One by One <br></p>
<br>
<p>Honestly, people are very musical, especially when they are younger. I can find most of these online, but we regularly made up our own songs, too. </p>