Jump to content

SpiritOfWrath

Members
  • Posts

    7032
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by SpiritOfWrath

  1. Guys I just did a cosmere rpg session with my friends

    i was the gm

    Not all of the friends were terrible

    kino was fine

    BUT OH MY GOSH

    SO MUCH CHAOS

    i introduced an important npc

    said he was shady

    and for the rest of the session they were trying to kill him and his family 

    1. Show previous comments  7 more
    2. Rynturning_Light

      Rynturning_Light

      Understandable

      When I started back up again and my group was a decent size I had to give a debriefing and set up ground rules lol

      Here’s what I told them:

      1. No talking when the DM is setting up a scene or worldbuilding

      2. Outside of combat, actions will be taken as I move counterclockwise around the table

      3. If jokes get too inappropriate or makes anyone at the table (including the DM) feel uncomfortable, the person making them will have to step away from the table 

    3. Shatter

      Shatter

      @#1 Taln Fan maybe you have some tips?

    4. Kansas Stormcursed

      Kansas Stormcursed

      Entirely average actions of an RPG party

  2. *le gasp*
     

    GUYS THERES AN ANIMAL NAMED AFTER A VIDEO GAME

    like

    its scientific species name

    is literally N. Factorio

    named by the father of the developer of Factorio

    hehe the biology nerds have been infiltrated by us cs nerds

  3. Favorite quotes of Stranger Things:

    ”But I don’t have a boyfriend”

    1. Mystic

      Mystic

      “But I don’t have a girlfriend”

      -idk how many movies/shows have said something similar to this, but it’s a lot

    2. SpiritOfWrath

      SpiritOfWrath

      Funnier in context

      watch the show

      minor spoilers

      Spoiler

      ”[the boyfriend] anchored me to reality, he’s how I escape the mind prison”

      then

      ”you need something that will connect you to reality”

    3. Edema Rue

      Edema Rue

      Stranger things is so fire

      Robin and Steve and Dustin my beloved

  4. Ship… who? Agony and Delusion? The twins?
  5. She? she’s a she agony is the he but yeah definitely very very insane.
  6. “What have you heard, felt, tasted? I can show you anything, any paradise.” Delusion has a bit of a complex you’ll have to get past first, sorry.
  7. @IcedOutPenguin Theani came alert at the smell of smoke, then attempted to find the source.
  8. Glean stared into the cavern, taking steps further.
  9. Worldbuilding Wednesday! I got smt typed up nearly, tell me if you want to see it when it’s done. It’ll be the private GSRP Wiki blog I’ve got.

    1. SpiritOfWrath

      SpiritOfWrath

      OKAY 3 PEOPLE LIKED THIS AND

      ONLY 2 PEOPLE ARE ON THE BLOG SO LIKE

      WADDAHECK

  10. I beat act 3 of silksong!!!

  11. Yes, but not in Python (I know them more in Java, but I'm rusty). I'm always intimidated by the terrible syntax. No. What is it? *le gasp?* No python3.exe .\saving.py? (Or ./saving.py if you're civilized) its okay this doesn't actually run anything, you'd need to add a "getsave()" line at the end.
  12. Okay there was one more bug but I fixed it Lsave was before parse in the code, which is fine in most cases, but if I call Lsave directly...
  13. SpiritOfWrath

    Deck

    I put it in
  14. def lsave(): path = input("Welcome Back! Path to your save file?\n\n [SAVE] ") sfile = open(path, "r") save = sfile.read() sfile.close() return(parse(save)) # Save List Syntax: # name, zone, map, location, equipped items, all items, path/to/file def parse(save): lists = save.rstrip().rsplit("\n") final = [] final.append(lists[9].split(";")[0]) final.append(lists[0].split(" ")[1]) final.append([]) for i in range(1, 8): final[-1].append(lists[i].split("|")) final.append(lists[9][-4:].split(", ")) final.append([lists[11].split(", ")[0][16:]]) for i in lists[11].split(", ")[1:]: final[-1].append(i) final.append([lists[13].split(", ")[0][11:]]) for i in lists[13].split(", ")[1:]: final[-1].append(i) final.append(lists[-1]) final[1:] return(final) def csave(): print("Name your character!\n") name = input(" [SAVE] ").split(" ") if not "CSWrath" in name: print(f"\n\nWelcome, {" ".join(name)}! I probably could have named a better character.\n") else: print("\n\nWell, that's something.\n") print("Define the path to your save file.\n") path = input(" [SAVE] ") defaultSave = f"""Map: Forest P|X|X|X|X|X|X X|X|X|X|X|X|X X|X|X|X|X|X|X X|X|X|X|X|X|X X|X|X|X|X|X|X X|X|X|X|X|X|X X|X|X|X|X|X|X {"|".join(name)}; 0, 0 Equipped Items: Rag, Simple Blade, 3, Empty All Items: Rag, Simple Blade {path} """ print("\n\nThanks! Creating File Now.") sfile = open(path, "w") sfile.write(defaultSave) return(parse(defaultSave)) def getsave(): print("Welcome to the Twisted Forest!\n\n ! Choose \"Load Save\" or \"Create Save\" !") valid = False while valid == False: action = input("\n [SAVE] ") print("\n\nThank you! Redirecting now.\n") if action.rstrip().lower() == "load save": return(lsave()) if action.rstrip().lower() == "create save": return(csave()) print("Incorrect Input. Try spelling.\n") def save(s): superstring = "Map: " superstring += s[1] superstring += "\n" for i in s[2]: for j in i: superstring += j superstring += "|" superstring += "\n" superstring += "\n" superstring += f"{s[0]}; {s[3][0]}, {s[3][1]}\n\nEqquiped Items: " for i in s[4]: superstring += f"{i}, " superstring = superstring[:-2] superstring += "\n\nAll Items: " for i in s[5]: superstring += f"{i}, " superstring = superstring[:-2] superstring += f"\n{s[-1]}\n" A saving system I made. I think I got all the bugs, but if I didn't... yall know what bugs actually are? features
  15. SpiritOfWrath

    Deck

    @Ookla the Wallfacer Nah But I'm working on a new project, I'll place some of it here in a bit Similar sort of thing, but more.
  16. “Interesting… an interesting lie. There is pain in everything, burdens unseen or unfelt. But still present. Just as a bridge does not feel itself buckle underneath its load, you may not feel your pain.” “An illusion. A lie. A better life.”
  17. You might think that act 3 of silksong has made me a better player

    Maybe that’s true

    But I don’t think so. For example, when fighting the terrible ant boss, it was easier to just spam the attack button and ignore every single attack than to actually dodge the attack and get hits in.

    It also gave me shaman crest. I rest my case.

  18. She went to sleep (bored), then when she woke began to plan her new heist.
  19. Yeah Agony called after the stranger. “Do you have pain?”
  20. Spirit cursed and flipped you off. “Did you just kiss me?”
  21. Well he replicates the power of what hurts the victim, not the victim. He views himself as separate from the victims, and views them as powerless. He is a “ray of grace” or smt. Agony emerged from a cavern near him.
  22. Spirit bites his finger off.
  23. @Ryn I NEED HAT AGAIN

    PLEASE

    1. Rynturning_Light

      Rynturning_Light

       BOI

      WE HAVE AN ENTIRE TOPIC FOR THIS

      Spoiler

      Give me the image please

       

    2. SpiritOfWrath
    3. Rynturning_Light

      Rynturning_Light

      Here you are, enjoy

      Spoiler

      IMG_4774.thumb.jpeg.8520183054d8ce61cacc36e484590ae0.jpeg

       

×
×
  • Create New...