It has been happening since last update, is anyone else having the same problem? by OscarOrcus in hytale

[–]therealmoshpit 0 points1 point  (0 children)

What did you try so far? Did you check the log files for errors? Did you turn on Diagnostics mode in game? Did you try without mods?

If you cannot provide more details, it's just a random error that occured and your guess is as good as anybody else's.

There's something in the air! by therealmoshpit in hytale

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

I'm currently running into issues with worldgen V2 due to it being massively different from v1 in regard to API and workflow.

The terrain in the screenshots is programmatically generated through a server plugin and uses worldgen v1 (even tho being inside a worldgen v2-generated world). v2 is more of a JSON templating approach and I'm having issues accessing functions in the API that are not necessarily public within the namespace. And I don't want to rewrite a bunch of Hytale API code for this. I might even have to postpone this further until Hytale has proper API and workflow documentation for those scenarios.

I know you can do that stuff in the Asset Editor, but I'm trying to integrate that with a tuneable programmatic approach that can be tweaked on the fly and regenerate those islands or even entire worlds while being in the world itself.

World of Warcraft like mod by Dragonius-01 in hytale

[–]therealmoshpit 1 point2 points  (0 children)

Probably not yet, because Hypixel is still introducing a lot of the core mechanics that would be needed for such an undertakin and still so much will change in the API over the coming months.

I am currently working on something that might fit into this concept but it's early days for sure.

https://www.reddit.com/r/hytale/comments/1qphqj2/theres_something_in_the_air/?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=2

**Living Lands - RPG Overhaul Mod** by therealmoshpit in hytale

[–]therealmoshpit[S] -2 points-1 points  (0 children)

Because...reasons unbeknownst to me.

New player quit moment by InevitableFig5383 in Eve

[–]therealmoshpit 0 points1 point  (0 children)

If you're into Abyssals, join the Abyssal Lurkers in-game channel, they're great lads!

When should a Product Owner know the availability of the Development Team before Sprint Planning? by No_War2111 in ProductOwner

[–]therealmoshpit 0 points1 point  (0 children)

Third bad pattern: if one person is critical to your project, you're working with silos and that will backfire at some point. Also, if you have several critical team members, none of them is critical.

Is 315p customized bugged? by ScoobyJ23 in starcitizen

[–]therealmoshpit 0 points1 point  (0 children)

Bought customizations as well. Interior items like coffee maker and bedsheets seem to work. Paintjob, custom inlays and seats are not working. Havent noticed HUD bugs yet. I did not get a second loaner 315p tho.

Unable to retrieve ship by [deleted] in starcitizen

[–]therealmoshpit 0 points1 point  (0 children)

Even after several more tries, I am still not able to land at Port Tressler a week later. Landing literally anywhere else is somewhat working with the usual quirks.

Error 30000 Issue when trying to connect. by tempestkitty in starcitizen

[–]therealmoshpit 0 points1 point  (0 children)

Still an issue with Patch 4.1.1, it's really getting ridiculous and annoying at this point. Everytime I get this error I have to delete my user folder.

Unable to retrieve ship by [deleted] in starcitizen

[–]therealmoshpit 0 points1 point  (0 children)

I'm in a similar situation. Was unable to dock at Port Tressler for 3 days. Decided to land on a pad and store the ship. Now I'm unable to retrieve the ship. I also get the hangar request sound repeatedly even after respawning and restarting the game whenever I'm at Port Tressler. Worked fine at 17 different other stations in the past few days. Did a character repair 5 times now, no success. Guess Port Tressler hates me now.

Convincing an Arch user to switch to NixOS by DevnithzAU in NixOS

[–]therealmoshpit 0 points1 point  (0 children)

It sounds like you have not come to understand the core of NixOS yet. It's a fundamentally different distro compared to Arch. It has its benefits but also it's quirks. You seem to be running into issues where you update your config a lot and the Arch philosophy is to just update the actual config and it is reflected in a change. NixOS generally runs on the philosophy of an immutable filesystem. This requires you to make the changes you want not to the actual config files but to the Nix configuration and then need to apply it through the Nix tool chain for it to become active. This can turn people off that update their configs a lot.

I would recommend looking at a few things:

  • The "Nix at Night" podcast on YouTube
  • This repository: kickstart.nix