RaukGorth

Members
  • Posts

    52
  • Joined

  • Last visited

Posts posted by RaukGorth

  1. Hi,

    My fellow players on consoles can't reverse the sort order in the cooking menu. So there is no way to have the heaviest cuts of meat on top - teas will dominate. They need to go all the way down each time.

    This is done on PC by clicking on the sort button again, however this option is missing on xbox. On PC you can have the meat on top of the menu, removing the need to scroll down the list.

     

    User story:

    As a player I would like to interact with cooking menu in no more than 3 clicks to cook a 1kg cut of meat.

    image.thumb.png.1990d56c6f95b8da60d48c1026f73579.png

  2. Hi Guys,

     

    I hope you are doing well.

     

    As part of my TLD streams I have automatic kill counters, which are updated from the game save file.

    Since you are updating the save system, would you be able to modify the stats panel in game saves, so it is just a bit more readable?

    Currently things like number of deer killed is stored with index -1441106409 in m_StatsDictionary.

        return {
            "SaveName": save['m_DisplayName'],
            "DaysSurvived": m_AchievementManagerSerialized['m_NumDaysSurvived'],
            "Bear": m_PanelStatsSerialized['m_StatsDictionary'][961919109],
            "Wolf": m_PanelStatsSerialized['m_StatsDictionary'][1848017429],
            "Deer": m_PanelStatsSerialized['m_StatsDictionary'][-1441106409],
            "Moose": m_PanelStatsSerialized['m_StatsDictionary'][-1108758926]
        }

    Would it be possible to simplify this with the update?

  3. Sure. Most of them include 'hinterland' and you can see more on my profile in Midjourney https://www.midjourney.com/app/users/220597671650394112/

    Last one was 

    birch forest, hills, glacier, frozen creek, picturesque, cinematic lighting, midday winter low sun, fresh snow, deer

    Ones with god rays:

    hills, rail tunnel entrance, ice swamp, logging timber railcars, picturesque, God Rays, cinematic lighting, overcast, windy, Jordan Grimmer, Darek Zabrocki, 8k

    Few first were

    hinterland winter snowstorm, logging railway unloading, winter man camping next to campfire in distance
    hinterland winter snowstorm, logging railway unloading, winter woodsman camping
    hinterland, hills,frozen creek, waterfall, rabbit groove

    Nothing too fancy in the prompts, the secret is how you stylize them 🙂

  4. Hi All,

    The modding community for TLD had been active for quite a while now, and there are quite a few mods already. They require installation of custom loader, so user discretion is advised.

    The list of mods is available xpazeman's website: https://xpazeman.com/tld-mod-list/

    There is also modding discord: https://discord.gg/EhBWKRx

    If you want to add custom shaders to TLD you can use ReShade: https://reshade.me/

    Settings for ReShade for TLD are quite custom:

    Depth buffer notes:
    Game has depth buffer that is larger than the screen. For 2560x1440 it has a buffer with size of 2616x1472.
    Pre-processor settings:
    REVERSED DEPTH BUFFER: Yes
    UPSIDE-DOWN DEPTH BUFFER: Yes
    LOGARITHMIC DEPTH BUFFER: No
    RESHADE_DEPTH_INPUT_X_SCALE: 1.045
    RESHADE_DEPTH_INPUT_Y_SCALE: 1.045
    RESHADE_DEPTH_INPUT_X_PIXEL_OFFSET: screen.x - buffer.x -56 (depends on your screen, this is for 2560x1440) 
    RESHADE_DEPTH_INPUT_Y_PIXEL_OFFSET: buffer.y - screen.y 32 (depends on your screen, this is for 2560x1440) 
    
    Intro cinematics will play at 1fps with ReShade.