• 2 Posts
  • 7 Comments
Joined 10 days ago
cake
Cake day: June 18th, 2024

help-circle
  • The cilium install command i used is:

    cilium install –set hostFirewall.enabled=true –set devices=‘eno1’ –set enable-endpoint-routes=true –set kubeProxyReplacement=true –set l7Proxy=true –set ingressController.default=true –set ingressController.enabled=true –set ingressController.loadbalancerMode=shared –set prometheus.enabled=true –set operator.prometheus.enabled=true –set hubble.enabled=true –set hubble.metrics.enabled=“{dns,drop,tcp,flow,port-distribution,icmp,httpV2:exemplars=true;labelsContext=source_ip,source_namespace,source_workload,destination_ip,destination_namespace,destination_workload,traffic_direction}”





  • find . -type f -name “*.sl2”

    Alright this returned some results!!!

    root@nixos:/home/reinoud]# find . -type f -name “*.sl2” ./Games/Heroic/Prefixes/default/Elden Ring/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./Games/ELDEN RING/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.wine/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/2513850683/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/drive_c/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/3523680750/pfx/drive_c/users/steamuser/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2

    Now i just past the .sl2 file in $HOME/Games/Heroic/Prefixes/EldenRing/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/ ?



  • [root@nixos:/home/reinoud]# find . -type f -name “elden” ./.config/lutris/games/elden-1698937086.yml ./.config/lutris/games/eldenring-1706884017.yml ./Desktop/eldenring.exe.desktop ./Games/ELDEN RING/_Windows7_Fix/Game/eldenring_win7.exe ./Games/ELDEN RING/Game/eldenring.exe ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/32x32/apps/8637_eldenring.0.png ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/64x64/apps/8637_eldenring.0.png ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/128x128/apps/8637_eldenring.0.png ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/256x256/apps/8637_eldenring.0.png ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/16x16/apps/8637_eldenring.0.png ./.local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/proton_shortcuts/icons/48x48/apps/8637_eldenring.0.png ./.local/share/RecentDocuments/eldenring.exe.desktop

    So i assume 3992344196 is my game id. But when entering : .local/share/Steam/steamapps/compatdata/3992344196/pfx/drive_c/users/steamuser/AppData/Roaming i dont see a elding ring folder. Only a microsoft folder with nothing usefull in it. Using the find command im also unable to find a .sl file:

    find . -type f -name “*.sl”

    Returns nothing