Jump to content

Through the Living Wrath

Members
  • Posts

    7008
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Through the Living Wrath

  1. I beat act 3 of silksong!!!

  2. 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.
  3. 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...
  4. I put it in
  5. 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
  6. @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.
  7. “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.”
  8. 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.

  9. She went to sleep (bored), then when she woke began to plan her new heist.
  10. Yeah Agony called after the stranger. “Do you have pain?”
  11. Spirit cursed and flipped you off. “Did you just kiss me?”
  12. 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.
  13. Spirit bites his finger off.
  14. @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. Through the Living Wrath
    3. Rynturning_Light

      Rynturning_Light

      Here you are, enjoy

      Spoiler

      IMG_4774.thumb.jpeg.8520183054d8ce61cacc36e484590ae0.jpeg

       

  15. So it did. She traveled inconspicuously to her hideout, sitting and resting.
  16. Objections are punishable by death, you are sentenced to ten days more of torture.
  17. Fun fact, the Aon combination is Die with Grace And a lot of people would completely remove the Grace part and put their own PFP there it made me giggle
  18. Woah wait you still have the THING the PFP cult pfp *salutes*
  19. Bird day

    hap bird day

    *salute*

    Hap bird day cool times become one year more

  20. @IcedOutPenguin Eventually, she stepped out from behind the wall, warily traveling to her hideout whilst still checking for tails.
  21. You can eat anything magical. @CoderDrag0n8 @Spark of Hope @Ookla The Silver I'll need name/description info on your characters before we start
  22. A voice came to him. “Your pain… I can taste it. Your hatred. Let me… release you from your woe.”
  23. The actual Notblades Delusion… Delusion would probably try to trap him in an illusion world if she thought he was in pain. Try to save him.
×
×
  • Create New...