cancel
Showing results for 
Search instead for 
Did you mean: 

XING: The Land Beyond Update 3682

tberg
Explorer
Hey Oculus community! I saw some other devs using these forums for patch notes, so I figure I'll do the same. For those who don't know, I'm John / tberg(er) / Falco Lombardi from White Lotus Interactive, the studio that brings you the Rift title XING: The Land Beyond. This is actually our 8th update so far, with the other update adding community requested features like jump assist and many small bug fixes. If you'd like to know more, check out our devblog here.

xa3cnmi4xpuv.jpg

PATCHNOTES:

General:

  • The “Exit Level” option in the pause menu that appears when the player visits a previously completed level is now accessible via gamepad or keyboard.
  • Exiting level is now available on the final level after completion.
  • Fixed a hilarious bug where the player could use a jump assist pad while in the menu, causing them to shoot up into the air.
  • Audio now correctly fades both in and out when switching levels
  • Runes are now easier to pick up in general (most noticeable when using a gamepad)
  • Fixed a bug where runes received for 100% poetry pickup were very difficult to grab with a gamepad.

Optimizations:

  • Overhauled the occlusion query system in Unreal. Systems with slower CPUs (cough) were getting easily overwhelmed with draws despite my attempts to keep things as lean as possible. With a lot of diagnosis I found out the dynamic occlusion system provided by Unreal has a substantial amount of overhead on the render thread for our large levels. Augmenting the system with the precomputed system helped surprisingly little - maybe a 0.2 ms improvement on a 5 ms problem. Splitting the level up into separate streaming levels would fix the problem, but that would entail completely deconstructing every level and rebuilding them with streaming in mind. Ultimately I came up with a hybrid solution. I sectioned out the level into multiple zones using volumes. When the camera is within the volume, it hides and unhides predefined sets of actors. Essentially it is a super simplified manual precomputed visibility. In certain scenes this can reduce the render thread down by 4 ms!
  • Limited the spawn rate of Muse item prompts, fixing a potential performance issue if a player with motion controllers decides to rapidly flail items in and out of a Muse. You can thank my cousin for finding that one!
  • Modified texture resolutions at low quality to help performance for video adapters with slow texture memory (I’m looking at you, Intel)
  • Reduced the number of dynamic point lights in low quality mode for better fill rate performance.
  • Recoded the wind turtles to be far more CPU efficient.
  • Fixed a potential CPU hitch when a new location title displays.

VR Specific:

  • You can now sprint in VR! OK, OK, you could always sprint if you used a gamepad, but now you can with motion controls. Simply double tap the movement button to start sprinting, just like in Onward. I’m eagerly awaiting to see some VR speedruns!
  • Added an “FOV Filter” option - this smoothly restricts FOV with a gradient while moving as a nausea mitigation technique, probably most famously seen in Skyrim VR. For now I’ve set this to be off by default, but it can be enabled in the VR menu.
  • Fixed a bug where the blur effect when picking up poetry would also affect the poetry itself. This happened only with motion controllers as it required some shenanigans with trying to pick up the poem with both hands.
  • Fixed a super weird issue when if the player tried to pick up a poem with both hands it had a chance to become “unhinged” from the pedestal and simply drop to the floor, becoming completely unusable.
  • Setting snap turn to 0 now works with Touch controllers in addition to gamepads.
  • Addressing the “Oh no, I fell through a bridge, the collision in this game sucks!” posts that have been cropping up: The collision is fine! The issue is depending on their VR setup sometime people don’t play in the defined center of their play area, resulting in a desync between the players collision and their actual HMD location. Before launch, I tried actually hard locking the collision with the HMD, meaning wherever the HMD went, the player collision followed. While this did solve the desync problem and allowed a few cool situations, it created a myriad of problems. Primarily, since it’s basically a strict rule to always sync the HMD location with the actual camera in game, there were issues with the player physically moving their body somewhere the collision would not be able to go. You could do things like walk off of a cliff in roomscale - not the most pleasant experience. Chiefly, it ended up being a major distraction and did not work well with our game design, so I shipped XING without really addressing the potential desync. Turns out most people have no trouble with the current system of just assuming the player is in the center of their play area. However, there certainly are a good number of situations where the player might not be in an idea location and the desync will occur. I implemented a “Reset position” button in the VR menu to account for this. Whenever the screen fades out in any way (level loading, teleporting, drowning etc) I reset the orientation and position. The game basically resyncs itself transparently throughout gameplay - you can still get off, but assuming you maybe missed a jump because of the desync, when you respawn your sync will be perfect.
  • Enough people were asking for it, so I changed “Stick movement” from being based off of HMD orientation to being based off motion controller orientation. It does make the system a bit more complicated, but I consider stick movement to be an advanced feature anyways, and since the kingpin game of advanced VR users is Onward and it uses this controller based strafing feature, in it goes.

Zeneth:

  • Fixed an issue where the screen would not fade in properly on lower end machines.

Nahele Rain:

  • Replaced a static jump helper with an active one (whoops!)
  • Made some improvements to jump helpers near the second puzzle door.
  • Improved rain occlusion in the center temple area.

Hyaku Lake:

  • The main puzzle doors now display their corresponding talisman piece instead of always showing the first quad.
  • The freezing waterfall near the intro now correctly breaks again if it is thawed and refrozen.
  • Fixed some LOD meshes near Miki’s house.

Naar:

  • Added a rock in the third puzzle door area to prevent players from getting stuck near a palm tree.
  • FINALLY fixed the weird floating raft issue in the middle desert area where the rafts were raising too high - turns out the meshes were rotated strangely and Z direction became Y direction, meaning instead of moving tangentially with the water they moved in parallel, increasing their height. This was combined with them literally being attached to the wrong river. Wow me.


THAR BE SPOILERS AHEAD

Akasha:
  • Optimizations - I was presented with an unusual problem with optimizing the final level. Given it’s vertical nature, it lacks the snake like shape most of the other levels abuse for occlusion purposes. To combat this, I actually looked towards one of the oldest tricks in the book - fog. I added a “cloud” layer between each of the 3 puzzle zones, limiting visibility on lower end machines. The cloud layers are only visible when environmental detail is set to low when the level is loaded - you can experiment with them if you’d like by turning the setting to low and restarting the level. I think they look pretty cool, though I prefer the level with full visibility enabled. Let me know what you think if you have an opinion on this!
  • Fixed an issue where the level would not load properly on low end systems.
  • Merged some structures together to save on draws.

Thanks everyone for reporting and patiently waiting for many of these bugs - this community may still be small but you all have big hearts : D. Kori and I are amidst discussion about what lies in store for the future but I can safely tease that some new content is on the way. I’ll also be on the lookout for the classic fix-10-bugs-create-18-more issue, and will be ready to make a hotfix, should the unfortunate occur.

I'm uploading the new build to Home now, so it should be available by the time you read this!

Happy XINGing!



4 REPLIES 4

LZoltowski
Champion
Hey, I made this a sticky for a while
Core i7-7700k @ 4.9 Ghz | 32 GB DDR4 Corsair Vengeance @ 3000Mhz | 2x 1TB Samsung Evo | 2x 4GB WD Black
ASUS MAXIMUS IX HERO | MSI AERO GTX 1080 OC @ 2000Mhz | Corsair Carbide Series 400C White (RGB FTW!) 

Be kind to one another 🙂

Zenbane
MVP
MVP
Glad to see this game getting so many updates. I beat this some time ago, and worked through a few of the issues since none of the were game breaking. Great experience, start to finish.

tberg
Explorer
Thank you for the sticky! And glad you enjoyed it, Zenbane.

KNP54
Heroic Explorer
Great game, but I have this version 3687 which wants to update with a 1.3GB download every day?!!? I've done the update 5 times so far!
Specs: AMD Ryzen 9 5950X, Deepcool Castle EX 360, 32GB Corsair Dominator RGB 3600MHz, Asus ROG Strix X570-E Gaming, Asus ROG Strix 3080ti, Corsair HX1000, Western Digital SN850 M.2 NVMe 2TB, Samgung 850 EVO 500GB & 840 EVO 500GB in raid0, Seagate Ironwolf 10TB, Corsair 4000D Airflow, Acer Predator X34 3440x1440 @ 100Hz, Acer V287K 3840x2160@ 60Hz, Oculus Rift S, Oculus Quest 2 256GB.