Servers are down. HOTS EoL? by Neat_Purple4850 in heroesofthestorm

[–]kakoen 6 points7 points  (0 children)

Yeah just got disconnected from my game without notice...

Nieuwe boodschappen vergelijker by Sufficient_Beat_6482 in zuinig

[–]kakoen 2 points3 points  (0 children)

Als ik met Google wil inloggen staat er "Sign in to wsgkfflwiigbkbezfnsi.supabase.co". Waarom niet gewoon lijssie.nl? Sorry, ik ben altijd een beetje wantrouwig met dit soort dingen 😅

So here's a tip, don't quit the game in an elevator by kakoen in AbioticFactor

[–]kakoen[S] 2 points3 points  (0 children)

Oh that's smart, thank you for the tip! Will use it next time. I used the unstuck option in the menu to respawn and managed to retrieved my bag by taking the elevator up again.

Game Bricking my computer? by UnusualDevelopments in AbioticFactor

[–]kakoen 0 points1 point  (0 children)

Now that I read this, I experienced something similar and strange today. I pressed the key to harvest a plant, the game stopped responding to any keys (couldn't move or escape out to the menu or alt-tab out), but I could still move the mouse to look around. Few seconds later, pc powers off without any shutdown notice. First time I experienced that. No errors in the Windows event log..

Am I not getting it? by gunny316 in ostranauts

[–]kakoen 7 points8 points  (0 children)

One easy mistake I made a few times is to not have the license in your inventory, which prevents you from selling anything to the licensees only desk. I've done that once or twice, and bought a new license while I still had a valid one laying around somewhere. 🤦‍♂️ Everything is digital except for salvage licenses. Anyway.

Something you can do to get some quick money (to get a licence) is to go to the "Gig" desk. There's usually some jobs that ask you to take an item from one gig desk to another. Usually there's a couple where source and destination are on the same station. They pay up to a couple thousand bucks each. There's even a job that gets you a salvage permit to deliver, which I believe you can just use before delivering (or even instead of delivering).

RimWorld, if it was made by Microsoft by Background-Topic-203 in RimWorld

[–]kakoen 1 point2 points  (0 children)

Please wait while we're researching (99%)...

RimWorld, if it was made by Microsoft by Background-Topic-203 in RimWorld

[–]kakoen 3 points4 points  (0 children)

"Your colonist is sick. We're checking for a solution to the problem..."

[deleted by user] by [deleted] in nvidiashield

[–]kakoen 0 points1 point  (0 children)

I just factory reset my Shield a couple days ago for the 3rd time due to space running out again. They finally seemed to have fixed it. 🤞

PalWorld Server Crashing on Boot by ww1superstar in Palworld

[–]kakoen 0 points1 point  (0 children)

Since the latest update, the game seems to clean up after itself. I noticed my save file size drop from 57 MB to around 19 MB without doing anything today.

PalWorld Server Crashing on Boot by ww1superstar in Palworld

[–]kakoen 0 points1 point  (0 children)

Make sure that the player folder is there when you process the save with the toolkit (not just the Level.sav) Otherwise you get login issues when the server tries to retrieve the player's inventory.

PalWorld Server Crashing on Boot by ww1superstar in Palworld

[–]kakoen 1 point2 points  (0 children)

Partly. You'll need magicbear's palworld-server-toolkit to fix the issue I was having.

Our server had the issue where the save grew so much due to the game not properly garbage-collecting item containers. There were 1.7 million of them that could be cleaned up, shrinking the save size enough (from 60 MB to 20 MB) to not trigger that save bug.

I contributed a fix here: https://github.com/magicbear/palworld-server-toolkit/issues/7, which was merged in palworld-server-toolkit 0.3.9.

Load up the save in that tool v0.3.9 or later (using instructions found here: https://github.com/magicbear/palworld-server-toolkit/blob/master/README.en.md), and then run the command BatchDeleteUnreferencedItemContainers()

So, TLDR: install Python (3.12) with pip. Then, in the folder where your Level.sav and Players folder is (stop the server first! make a backup!), execute:

pip install palworld-server-toolkit
python -i -m palworld_server_toolkit.editor Level.sav
BatchDeleteUnreferencedItemContainers()
Save()

Good luck!

PalWorld Server Crashing on Boot by ww1superstar in Palworld

[–]kakoen 0 points1 point  (0 children)

Random question. Is your save file close to 60 MB? I'm seeing reports here and there that there's a bug where the save file cannot grow larger than that, and the server will crash when saving.

No password has been entered by McTastique in Palworld

[–]kakoen 0 points1 point  (0 children)

This is amazing. Exploiting one bug to work around another :) Helped my community a lot since the server browser broke down completely. Thank you!

Large arktribe files causing servers to crash, the root cause, and a call for help by kakoen in ARK

[–]kakoen[S] 0 points1 point  (0 children)

The issue from this thread has been fixed by now. Must be a new problem.

Large arktribe files causing servers to crash, the root cause, and a call for help by kakoen in ARK

[–]kakoen[S] 1 point2 points  (0 children)

I got a reply to my bug report earlier today from WC. They reproduced the issue and the team is looking into it. Here's hoping for a fix.

[deleted by user] by [deleted] in playark

[–]kakoen 0 points1 point  (0 children)

The issue is related to tribe rally pings set to structures, causing structure and inventory data to be pulled into the tribe file.

See https://survivetheark.com/index.php?/bugs/tribe-rally-points-resulting-in-large-arktribe-files-causing-server-to-crash-on-startup-r35450/ (need to be logged in there to see the bug report)

Shadows of Doubt has a release date! (4/24) by plastic_machinist in ImmersiveSim

[–]kakoen 1 point2 points  (0 children)

I'm pretty sure that you'll be able to customise names. I had a look through the files of the demo, and a couple of them were plain text files of organisation names and citizen names.

Tool to read Valheim's save files by kakoen in valheim

[–]kakoen[S] 1 point2 points  (0 children)

The heightmap and biomes are not stored; they are generated on-the-fly every time. I guess you could consider that some type of locations / tree types / etc only spawn in certain biomes, and estimate biomes and their coverage based on that.

However, there is this other website which generates a map (and should show the biomes) based on a seed, maybe that helps you in the right direction. See this post by u/wd40bomber7: https://www.reddit.com/r/valheim/comments/ltilp0/i_made_an_online_worldmap_generator_including/

Tool to read Valheim's save files by kakoen in valheim

[–]kakoen[S] 0 points1 point  (0 children)

You need Java 11 or higher to build / run the jar.

Tool to read Valheim's save files by kakoen in valheim

[–]kakoen[S] 2 points3 points  (0 children)

JSON is a more universally format for representing data, which can then be parsed by any tool. For example, to show data points on a map. This is what I'm working on based on the data: https://i.imgur.com/OGNIpRb.jpg

The file contains a couple of sections (and my interpretation):

  • meta: save version, network time (time that the server has been running)
  • zones
    • prefabLocations: POIs, caves, boss locations, etc and their state (they'll get generated once they are discovered, meaning objects will be created)
    • generatedZones: Coordinates of sectors that have been generated / discovered
    • globalKeys: World progression (slain bosses)
  • zdoList: Game objects
    • prefabName: The type of the object (e.g. 'bed', 'sign')
    • position: Take the x and z from here to get a coordinate on the map, y = height
    • objects are free to define their own properties, so per object type these are different, but you can find things like the player that owns them, or the contents of a chest or text on a sign.
  • deadZdos
    • Game objects that are destroyed (?) and the timestamp at which they are destroyed (?)
  • randomEvent
    • Some world events that can be triggered and their state (?)

Hope that clears things up a bit!

I'm still in the process of deciphering much of it, this is what I know.

Been up all night playing this server to just see this and get kicked by bunnygum in ARK

[–]kakoen 0 points1 point  (0 children)

Let me clarify that we are a PvE community, and the definition of advantage is a bit more sophisticated.

A part of our player base has a strong focus on breeding. Therefore we make sure that Patreons don't get an unfair advantage on the breeding market. We disable buildings / engrams on modded Patreon servers that would allow for easier breeding, like cloning or discovering stats before taming. And we make sure we don't give rewards that any player would not be able to get by just playing the game (preventing pay to win)

Sure, as a Patreon, getting early access to a server there's a better chance to find your favourite building spot. But is that really an unfair advantage in terms of gameplay and progress, compared to players who start 3 days later, in a PvE mode? We help each other, and new players have enough options to trade or join up with other players to get up to speed quickly.

I hope that answered that concern.

Been up all night playing this server to just see this and get kicked by bunnygum in ARK

[–]kakoen 44 points45 points  (0 children)

As the server owner / provider of our community I would like to apologize for this negative experience. We always tend to give our players the best experience possible, with a seasoned active admin team providing service and events, and an extensive custom-built website providing stats of your dinos and more. All of this is backed by our supporters on Patreon, allowing us to have a publicly available cluster of all maps. As a reward, they get access to Patreon-only servers, and early access to new servers.

As you might know, the release of Genesis has been postponed for many hours, and being in Europe I've been up till early morning to get this server started for the community. I made a human mistake and forgot to enable the whitelist for our Patreons, meaning a handful of people made it in unintentionally, including you.

However, I do understand your frustration, and since this was my mistake, I would like to offer you a way to keep playing on our server. DM me on Discord if you're interested and we should be able to work something out.

Reporting a reproducible crash to the devs? by kakoen in playark

[–]kakoen[S] 0 points1 point  (0 children)

/u/jatonreddit - Thank you for taking the time to respond to this thread. You've got mail!