Bloodborne (2)

Bloodborne (2)

Bloodborne (2)

PRINT AND OTHER GOODIES AVAILABLE HERE : https://www.redbubble.com/fr/shop/p/45653432.AJ1A3?ref=artist_shop_grid

Support my work on PATREON : https://www.patreon.com/anatofinnstark ( if you want )

More Posts from Cryptid-carrion and Others

4 years ago
Out In The Fields You’ve Seen Something Resting At A Broken Grave, And Until Dark It Lies There Waiting,

Out in the fields you’ve seen something resting at a broken grave, and until dark it lies there waiting, weary-eyed and unafraid.

4 years ago

Was just informed by my mom that I do in fact have ADHD and the reason I thought I didn’t was because ever since I was seven whenever I got super energetic my mom would have me go chop wood so now when I’m feeling The ADHD I go chop wood and I thought it was just some sort of routine I started when I was little and wanted to blow off steam

4 years ago
Blasphemous + Concept Art By Juan Miguel López Barea
Blasphemous + Concept Art By Juan Miguel López Barea
Blasphemous + Concept Art By Juan Miguel López Barea
Blasphemous + Concept Art By Juan Miguel López Barea
Blasphemous + Concept Art By Juan Miguel López Barea
Blasphemous + Concept Art By Juan Miguel López Barea

Blasphemous + concept art by Juan Miguel López Barea

4 years ago
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios
Demon Goat Concepts By Andres Rios

Demon Goat Concepts by Andres Rios

4 years ago
Another Vid From Highplains Whitetails, A Deer Farm In PA. (x)

Another vid from Highplains Whitetails, a deer farm in PA. (x)

4 years ago
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams
“夢見が悪い…” ↳ : 9 Scary Horror Games May Cause You Have Bad Dreams

“夢見が悪い…” ↳ : 9 scary horror games may cause you have bad dreams

4 years ago

Setting up Variables in Ren’Py

Hello Folks,

Today I’m going to take you through how to set up Variables in Ren’Py and what they would be used for in Interactive Fiction or Visual Novel games.

What is a variable?

A variable is basically just a way to store information or value as it is called in coding.

Some examples of that are Player Names, Pronouns, Stats, Health, Inventory. Honestly the list is endless and is only limited by your imagination.

You want a counter for every time you player sees a puppy. You can do that haha.

There are 3 main types of Variables I’ve found that come up the most in coding IF games. 

Boolean Values

Number Values

String Values

Setting Up Variables In Ren’Py

Things that are super important to remember. Variables have to be unique. This is because if you use the same variable name twice it will overwrite the input data to the new data. This works great if you want to add increases in Stat’s or decreases in health as it updates it but not for things like the Player Name for example. Steps

1. Create the Variable

You can set this up at the top of you main script.rpy Page or a separate variables.rpy 

My IF Template will come with a varaibales.rpy included for you to edit. 

Formula for True/False (Boolean) variable_name = False

Word Variables (String) You can set up Word Variables as None if you prefer it’s up to you. I always do false simply to save time when I writing a bunch of new variables some people prefer None so they can tell the difference between the 2 variables at a glance. variable_name = None or variable_name = False

Formula for Number Variables variable_name = 0

image

This is because Ren’Py will give you an error when it tries to run if it can’t find a variable. So it must be created first. You don’t have to type in init python: if you are listing the variables in the main script file as it already has it at the top. But if you create a new file for variables (like I have in the template) you need to type this at the top so Ren’Py can recognise it. 

2. Make the menu for the variable

If you want to see how to make a menu in Ren’Py please take a look at my Coding Choice Examples Post. I will be looking at doing a more in-depth post on Ren’Py in the future as well as having a few example menus in the template.

image

3. Set the variable in the menu. This is done by writing $ variable_name = “value”

image

And that’s it Voila! Your Variable is created and set, when the player chooses this menu choice it will set the string_name variable to words.

Want to display your variable? Simply type

[variable_name] 

So if we wrote

“Tell me the [string_name].”

The player would see the 

Tell me the words. I will show you different ways to display your variable soon.

Wait whats the difference between the Variables?

I will be going into more detail in a future post about variables but at the moment you can take a quick look at the top picture for a brief explanation. 

Variables are super important to Interactive Fiction so it’s great that Ren’Py makes it so easy to code. 

Hopefully this post made sense and gave you a basic idea about Setting Up Variables in Ren’Py. If you are an IF Dev and have been inspired to use Ren’Py for you IF Game let me know. I’m trying to put together some examples of games so people can see how versatile Ren’Py is. Thanks for reading till the end. :) 

4 years ago

Teaser Test: Nightmares

Music from ‘Severed’ by Audiomachine (cw body horror and flashing images)

4 years ago

how can him go inside but me not

4 years ago
One Of The Most Interesting Abandoned Places - Church In St. Etienne, France

One of the most interesting abandoned places - Church in St. Etienne, France

via reddit

  • powersnuffgirls
    powersnuffgirls liked this · 2 months ago
  • luhbeasty
    luhbeasty reblogged this · 4 months ago
  • luhbeasty
    luhbeasty liked this · 4 months ago
  • gaaja
    gaaja liked this · 6 months ago
  • nullcanary
    nullcanary liked this · 8 months ago
  • mikami1992
    mikami1992 reblogged this · 8 months ago
  • mikami1992
    mikami1992 liked this · 9 months ago
  • seainthestars
    seainthestars reblogged this · 1 year ago
  • seainthestars
    seainthestars liked this · 1 year ago
  • kiwi-cookie
    kiwi-cookie liked this · 1 year ago
  • rathlelhound
    rathlelhound reblogged this · 1 year ago
  • rathlelhound
    rathlelhound liked this · 1 year ago
  • marbarinthebar
    marbarinthebar liked this · 1 year ago
  • blood-darkened-moon
    blood-darkened-moon reblogged this · 1 year ago
  • queen--of--maggots
    queen--of--maggots liked this · 1 year ago
  • tinfoilhat13
    tinfoilhat13 liked this · 1 year ago
  • vampireacademyfrance
    vampireacademyfrance liked this · 1 year ago
  • kinosuperfan
    kinosuperfan liked this · 1 year ago
  • thetransiafantacy
    thetransiafantacy reblogged this · 1 year ago
  • a-little-harmed-shinra
    a-little-harmed-shinra liked this · 1 year ago
  • mecha-droid
    mecha-droid liked this · 2 years ago
  • soforgetsummer
    soforgetsummer liked this · 2 years ago
  • winterlanter
    winterlanter liked this · 2 years ago
  • kishi-artorias
    kishi-artorias reblogged this · 2 years ago
  • exponto
    exponto liked this · 2 years ago
  • cyberroses
    cyberroses reblogged this · 2 years ago
  • cyberroses
    cyberroses liked this · 2 years ago
  • tsaescii
    tsaescii liked this · 3 years ago
  • happiighost
    happiighost reblogged this · 3 years ago
  • westmansion
    westmansion reblogged this · 3 years ago
  • sundayhardcorematinee
    sundayhardcorematinee liked this · 3 years ago
  • k8thekitkat
    k8thekitkat liked this · 3 years ago
  • yamyakk
    yamyakk liked this · 3 years ago
  • the-nuclear-chaos
    the-nuclear-chaos reblogged this · 3 years ago
  • korzig
    korzig liked this · 3 years ago
  • adaedricadept
    adaedricadept liked this · 3 years ago
  • femmepathy
    femmepathy liked this · 3 years ago
  • alicedemettrie
    alicedemettrie reblogged this · 3 years ago
  • alicedemettrie
    alicedemettrie liked this · 3 years ago
  • scrunk-o
    scrunk-o liked this · 3 years ago
  • catcryptid
    catcryptid liked this · 4 years ago
cryptid-carrion - Spooky shit I like
Spooky shit I like

209 posts

Explore Tumblr Blog
Search Through Tumblr Tags