• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle



  • If you use vscode, try out the merge editor. It’s a lot clearer to me when the merge diffs are huge.

    I would also say to check out the latest branch for each file you commit. If your file is file.tsx checkout file.tsx in the main branch to make sure you know what you’re changing.






  • ______@lemm.eetoMemes@lemmy.mljust ignore it
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I definitely do feel it arrive. I’m not sure how to word it except it feels like everything is going to turn out bad and I have to talk myself manually that everything will be fine. This goes for things as simple as a haircut , meeting or any kind of socializing.







  • The only reason is hardware limitation. I imagine it’s more difficult to load at any point in the game in a massive game due to how much is stored in your memory.

    Let’s say you’re playing a game and there’s 6 NPCs outside and they’re doing their own thing.

    If the game has a traditional save system, when you exit the save location it’s normal for these entities to rest let their position. Maybe at best their properties (maybe they were wet because of rain) are saved.

    But it’s much easier to just not save any of this info and reload everything from scratch and only save your progress and location.