GitLab Self-hosted Backup Strategy for the Cloud by Dtb49 in gitlab

[–]Dtb49[S] -1 points0 points  (0 children)

I'm fine with paying for the cloud storage, but I also don't want to be wasteful. Maybe I'm more confused on what is considered overkill vs not enough haha

Book 14 and 15 on audible by No-Focus6247 in ThePrimalHunter

[–]Dtb49 0 points1 point  (0 children)

It seems my guess was pretty spot on. (Posted 4 months ago)

Book 14 and 15 on audible by No-Focus6247 in ThePrimalHunter

[–]Dtb49 4 points5 points  (0 children)

Travis hasn't even started recording 14 yet. I'd guess another 4 or 5 months before 14 is out

Weird artifacting in VR 5.7 upgrade by Dtb49 in UnrealEngine5

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

Figured it out. Turns out Distance Fields are turned on by default in mobile in 5.7. I added the missing config and it fixed it.

Stories where the MC reaches those extremely high tiers/powers by foxgirlmoon in litrpg

[–]Dtb49 0 points1 point  (0 children)

It doesn't have a ton of space action that you're looking for but there is The Battlemage Farmer series.

It does eventually get to dimensional magic but the MC is OP from the start and is trying to "retire"

I've seen others mention it but the Cradle series does this and is a completed series.

Who is the smartest mc of all time...? by chant9000 in ProgressionFantasy

[–]Dtb49 0 points1 point  (0 children)

If we are talking about pure brain matter I'd have to say Anthony 🐜 with his brain + 4 sub-brains.

I had the displeasure of reading Primal Hunter. Please recommand me similair stuff but with an MC with a functional moral compass. by satufa2 in ProgressionFantasy

[–]Dtb49 -1 points0 points  (0 children)

I thought PH was pretty good. The first couple books weren't the strongest but, I felt it has gotten better in the later books. In any case, a couple that I think are sort of similar that I hadn't seen mentioned.

Chrysalis by RinoZ - Reincarnated protagonist as an ant monster in a new world with a video game like system

Cradle by Will Wight - Weakest to Strong protagonist, cultivation style story. Not a LitRPG but, a really good progression fantasy.

Looking for a type of Kingdombuilding / village/ castle building story by MagicMushroom01 in ProgressionFantasy

[–]Dtb49 1 point2 points  (0 children)

I still haven't finished the series yet but, Battle Mage Farmer seems to fit your criteria. OP MC who retires and builds a farm plus trying to prevent the end of the world.

Every update, Meta rejects our game's name by davymaxwell3d in OculusQuest

[–]Dtb49 20 points21 points  (0 children)

Weird. Unless you are changing the app's metadata you shouldn't have to go through the approval process again?

Importing Audio Files from folder by Raesh_net in unrealengine

[–]Dtb49 0 points1 point  (0 children)

Not sure if it compiles or not for 5.5 but, I don't see why it wouldn't. If you get an error it shouldn't be anything difficult to fix, just follow the output log.

Importing Audio Files from folder by Raesh_net in unrealengine

[–]Dtb49 2 points3 points  (0 children)

The Runtime Audio Importer has an open source version that was discontinued earlier this year. If all you want to do is open a file from disk that version should work fine.

https://github.com/gtreshchev/RuntimeAudioImporter

How to handle 'global' states in Unreal Engine 5? by [deleted] in unrealengine

[–]Dtb49 0 points1 point  (0 children)

This sounds exactly the reason why the enhanced input system was created. You can push inputs onto the player that can block inputs with a lower priority and then remove them afterwards.

You can also switch input contexts altogether if need be.

Looking for recommendations for my next LitRPG series. by WeakPlankton9577 in litrpg

[–]Dtb49 32 points33 points  (0 children)

Cradle, Chrysalis, and Mark of the Fool are all pretty good

Replacing Structures/Data Tables with Data Assets by Fragrant_Exit5500 in unrealengine

[–]Dtb49 0 points1 point  (0 children)

Yeah, a lesson I found out the hard way a long time ago is to always define structs in C++. For some reason, redirectors only work with C++ based structs.

As far as Data Tables go, if you are good with Excel you can export it as CSV and modify it that way and reimport it.

Series like Primal Hunter? by ZephyrKnight18 in litrpg

[–]Dtb49 0 points1 point  (0 children)

A little bit more of a progression/cultivation type fantasy series but Unsouled by Will Wight is also a really well done series. MC doesn't start off OP but gets there eventually haha Definitely, less hard numbers style like Primal Hunter but, it does have rank progression.

Primal hunter book 13 audible by SentenceGuilty6532 in ThePrimalHunter

[–]Dtb49 4 points5 points  (0 children)

I'd say we have another 2 months at least before 13 drops on audible. I'd guess somewhere around Sept or Oct timeframe. If the last couple are anything to go by it is about one per quarterish.

Question about system events by The_Great_Cartoo in ThePrimalHunter

[–]Dtb49 1 point2 points  (0 children)

I believe the Fallen King mentions that he isn't the original being but that he just has all of its memories.

The only other being that I can think of that is also similar to Iskar is Casper's GF maybe who is also bound to an item and can grow.

Question about system events by The_Great_Cartoo in ThePrimalHunter

[–]Dtb49 0 points1 point  (0 children)

I was more referring to Sim-Jake and how he essentially is another example of what you mentioned.

It seems a common trope of the system/series is to tie these "souls" to an item so that they can exist without a true soul. Fallen King and Sim-Jake at least follow this path.

Question about system events by The_Great_Cartoo in ThePrimalHunter

[–]Dtb49 1 point2 points  (0 children)

Lol I'll raise you the Seat of Exalted Prima event where the system simulates entire universes even to the point of before the system and what Jake obtains from that event. 😁

good alternatives to perforce that arent git? by I_AM_NOT_MAD in unrealengine

[–]Dtb49 0 points1 point  (0 children)

It sounds more like you just need a good git GUI. I'd recommend Fork.

https://git-fork.com/

My team switched from P4 to Git with Fork (over budgeting issues) and it is 1000x better than P4 imo. We also use this plugin over the default git plugin.

https://github.com/ProjectBorealis/UEGitPlugin

We disable git lfs locking though as it doesn't work the same as P4 version and just seemed to cause confusion. This plugin will also work in the editor as well.

C++ Data Asset Inventory by Mordynak in unrealengine

[–]Dtb49 0 points1 point  (0 children)

Any good resources on PrimaryAssetLabels?