home.social

#lifesim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lifesim, aggregated by home.social.

  1. This is Breeze, who has been an unemployed grifter for the majority of my save. I only found her a job because I was getting bored of grifting, lol

    I bought this house with the cash that I have rightfully stolen and decorated it on my own like it's House Flipper :mastorofl:

    I based her on my OC, Zephyr.

    #gaming #videogames #paralives #lifesim

  2. Turns out former Sims lead and Life By You creator Rod Humble ended up on some non sense AI metaverse startup after LBY was shut down. They shut it down cause the development seemed sketchy and he moves on to another kind of sketchy company ? Yeah I’m going to say crisis avoided
    #lifesim #lifebyyou #paradoxinteractive #gaming

  3. Okay the #Paralives trailer looks fucking amazing.

    If the accent of the narrators and the design of the town didn't tell you it's an European game maybe the fact that there's always a small percentage chance you stay home from work because of a strike should do it 😁

    It definitely have an European vibe and I'm a bit curious how it will fare in the US. Europeans are used to digesting American culture but not so much th other way.

    #Gaming #Sims #LifeSim #CosyGames

  4. Version 0.23.3 of #Lisien, which manages the rules and world state of your #Maxis-style sim game, fixes the Android build.

    Get it on itch: clayote.itch.io/lisien/devlog/

    Or in your Python interpreter: python -m pip install -U lisien elide

    #lifeSim #gameDev #python #itch #itchio #aLife #artificialLife #cellularAutomata

  5. Version 0.23.2 of #Lisien, which manages the rules and world state of your #Maxis-style sim game, improves the overall quality of the code by means of the attrs.org library and continuous integration. Many thanks to @Codeberg for hosting it with @WoodpeckerCI

    Get it on itch: clayote.itch.io/lisien/devlog/

    Or in your Python interpreter: python -m pip install -U lisien elide

    #lifeSim #gameDev #python #openSource #foss

  6. Release 0.22.4 of Lisien adds the ability to use the Elide frontend to edit the Method and Function stores, not just Trigger, Prereq, and Action like before.

    There wasn't really a good reason those two were missing, and without them, users on Android couldn't write rules that presented options to the player.

    #gameDev #openSource #python #lifeSim #lisien

  7. Released version 0.22.0 of Lisien, the life simulator engine for systemically complex games like those of Maxis or Paradox Interactive.

    This release adds a proper, XML based export format. You can open files with the .lisien extension in any old decompressor, since they're just zip files, but now they have world.xml in them, describing the history of the game in a way you can edit with a text editor, and which Lisien can import into whatever database it happens to be running.

    Read more on itch, and get Lisien there, or in your Python interpreter:

    python -m pip install --upgrade lisien elide

    #gameDev #openSource #python #lifeSim #lisien

  8. Released version 0.20.2 of the persistent state container and rules engine for life simulation games, #Lisien, in which you keep your game's state, and forget that such a thing as a save file ever existed.

    This release overhauls a lot of internals related to caching and deltas. A lot of intermittent crashes and data losses can't happen anymore.

    View detailed release notes on itch clayote.itch.io/lisien/devlog/

    Get it in your Python interpreter: python -m pip install --upgrade lisien elide

    #lifeSim #gameDev #python

  9. Released the rules-based persistent state container for life sim games #Lisien version 0.20.1.

    This is a bugfix release, but a pretty big one. A lot of intermittent bugs related to subtle errors in deltas and interprocess serialization have been fixed.

    Get it on itch: clayote.itch.io/lisien#download

    Or in your Python interpreter: python -m pip install --upgrade lisien elide

    #gameDev #lifeSim #lifeSimulation #cellularAutomata #aLife #python

  10. Released version 0.20.0 of #Lisien, the persistent state container and rules engine for systemically complex life simulation games.

    This release adds Android support and a main menu. You can develop Lisien games on Android now.

    Get it on Itch: clayote.itch.io/lisien/devlog/

    Or in your Python interpreter: python -m pip install --upgrade lisien elide

    #lifeSim #lifeSimulation #lifeSimulatorGame #ALife #gameDev #python #android

  11. Released version 0.19.3 of #Lisien, the time-traveling rules engine for #lifeSimulation games.

    There was quite a major performance issue where the engine would get stuck snapping keyframes every tick. I've fixed it.

    Get it in your #Python interpreter: python -m pip install --upgrade lisien elide

    Or on Itch: clayote.itch.io/lisien/devlog/

    #lifeSim #gameDev

  12. Released version 0.19.2 of #Lisien, the time-traveling rules engine for systemically complex life simulation games.

    This release adds the ability to run Lisien with no database, nor any files open at all. It's mainly useful for testing Lisien itself--but could be of use in testing your game, too.

    It also fixes the string store, so you can change what strings are in it within the Python interpreter, if you want.

    Get it in your Python interpreter: python -m pip install -U lisien elide

    Or on Itch: clayote.itch.io/lisien/devlog/

    #gameDev #customEngine #lifeSim #lifeSimulation

  13. Released version 0.19.1 of #Lisien, the time traveling rules engine for making life sim games.

    This is a bugfix release. The biggest bug was that big rules weren't resetting the time at the end of planning blocks, which meant that if you had a big rule that set a lot of things to traveling, such as the pathfind example, they would wait for each other to finish travel before starting their own, which would take a really long time.

    Get it in your #Python interpreter: python -m pip install --upgrade lisien elide

    Or on Itch: clayote.itch.io/lisien/devlog/

    #lifeSim #lifeSimulation #gameDev #customEngine

  14. Just released version 0.19.0 of #Lisien, the time-traveling rules engine for life simulation games in #Python.

    This release switches the default storage engine to #ParquetDB. In practice, game history takes around 1/20 as much of your hard drive as it did with SQLite.

    I did a lot of refactoring for this release, finding and fixing loads of mysterious crashes.

    Get it in your Python interpreter with python -m pip install lisien elide, or download on #itchio: clayote.itch.io/lisien/devlog/

    #lifeSim #lifeSimulation #gameDev #customEngine

  15. Released #Lisien 0.18.3

    This fixes a major memory leak that made Lisien unusable after a few thousand rules ran.

    The upcoming 0.19 release will switch to a new on-disk storage format that will use far less of your hard drive.

    #python #gameEngine #gameDev #lifeSim #lifeSimulation

  16. Released #Lisien 0.18.2

    This release fixes a crash that could happen when the unloader got too eager. Usually the crash wouldn't happen until you thereafter closed the engine.

    clayote.itch.io/lisien/devlog/

    #lifeSim #gameDev #customEngine #python

  17. Version 0.18.0 of #Lisien, formerly #LiSE, the rules-based, time-traveling engine for life simulation games, has been released. clayote.itch.io/lisien/devlog/

    This release improves support for rules that make a lot of changes to the world. Most won't, so decide which ones will, and set the big property to True for those.

    #python #lifeSim #gameDev #customEngine

  18. No streaming today coz I'm studying for my exams. Here's the recap of yesterday's stream: youtu.be/XZvKMvCnYuQ

    The Get To Work Expansion Pack is included in the PC Game Pass. I think it's a good EP to be included in the 10€/mo subscription. What do you think? Tomorrow, let's see if SEASONS EP is worth it!

    Watch me LIVE every Fri-Sun 5PM (CET) @ twitch.tv/luneellise21 - 8 MORE FOLLOWERS TO AFFILIATE!
    THANK YOU for supporting my stream! @ streamlabs.com/luneellise21/ti
    FOLLOW ME @ linktr.ee/luneellise21

    #GetToWork #TheSims4 #charactercustomisation #games #lifesim #twitch