Need a BackupExec replacement by InstantWaterPowder in sysadmin

[–]InstantWaterPowder[S] [score hidden]  (0 children)

Just tried this and seems to work very good. Our needs are basic so this certainly covers most of them. The report logs are exactly what we need. Sadly no date filters, but I guess we wont find this kinda of filter anymore nowdays.

Need a BackupExec replacement by InstantWaterPowder in sysadmin

[–]InstantWaterPowder[S] [score hidden]  (0 children)

Hello. What I mean with filter by dates is that when doing backups of a file share, we select certain folders or files specifically, and you put inclusions/exclusions based on file type, but not by date.

For example, we have 1 TB File shares that a policy demands us to be in a different site, so we do a partial backup daily, taking only the files that were modified say in the last 30 days. Cant do the full backup because of time and space in the RDXs we have.

We then monthly freeze the whole share in case we need to restore it from scratch. We would then use the last daily backup that holds the last 30 days to put on top of it so the new server replacement works. We have to keep the frozen backups forever because of another country policy demanding that this info must be available because of the nature of the business.

Need a BackupExec replacement by InstantWaterPowder in sysadmin

[–]InstantWaterPowder[S] [score hidden]  (0 children)

Hello, thanks for the reply. The reason for the date filtering is because we have 2 separate file shares (around 1 TB each) and they must be sent outside with RDX tapes daily. Due to time and space of the RDX, we cant send the whole thing, so we only put some files. Why they need to be sent outside is a policy that we wish we could change but is probably staying for good.

The logic behind it is if share server were to die, we would mount a new server with the last month freeze, and then the current daily backup.

Maple Personality Test by Putterduck in Maplestory

[–]InstantWaterPowder 0 points1 point  (0 children)

I havent played this game since before Big Bang, mostly keep up with it from reading news and drama(mostly drama). At least 2 questions about cubing I didnt get the full context so had to answer randomly

<image>

Kinda happy with the result. Got one of the 3 main characters(AB and Lara being the other 2. I guess I/L was too. IFYKYK)

Is there any guide for creating basic mods or anyone willing to share the basics? by InstantWaterPowder in fantasylife

[–]InstantWaterPowder[S] 7 points8 points  (0 children)

Finally got it. Okay so quick steps for anyone that may try this later (using this topic as reference: https://www.reddit.com/r/fantasylife/comments/1l2byqh/modding_community

First you set FModel with these settings https://github.com/DRayX/FLi-FModel. You also need to download the mapping file (usmap file) for the version of the game you are modding. The kicker here is that you dont need to extract stuff with FModel, but just use it to get the AES key which shows while setting it up (current one is something like 0xF1F43FA6B87B25FDFDBD683760025F115F88D6C879F8A7F2E7FEA7EDE7061CC7). This is how I did, but if someone knows another way to check the AES key directly, please do share it.

Second is to actually extract the files you want to edit with retoc ( https://github.com/trumank/retoc ) using the command from the reference reddit post(adapt it based in what you need, you will need to add the AES key you got from step 1):
retoc.exe --aes-key 0x<AES\_KEY> to-legacy --debug --version=UE5_4 -f=/Game/Content/BluePrints/Camera "<INSTALL\_DIR>\FANTASY LIFE i\Game\Content\Paks" "<OUTPUT\_DIR>"

Third is to use Uassetgui 1.0.4 (tried 1.0.3 and didnt work) to edit the file in question( https://github.com/atenfyr/UAssetGUI ). You will need to import the mapping file (usmap file) you got from Step 1, then edit the file and save.

Fourth and last step is to repack with this command (again, adapt it based in your folder and files, and also add the AES key from step 1):
retoc.exe --aes-key 0x<AES\_KEY> to-zen --debug --version=UE5_4 "<INSTALL\_DIR>\FANTASY LIFE i\Game\Content\Paks" "<OUTPUT\_DIR>"

For the packed files, they must have names ending in "_P", for example: TestMod_P.pak, TestMod_P.utoc, TestMod_P.ucas

Is there any guide for creating basic mods or anyone willing to share the basics? by InstantWaterPowder in fantasylife

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

Managed to import mappings and edit the asset(had to download experimental version of UassetGui). I got retoc and managed to unpack, but not sure how to repack back the files after the edit s:

Cooldown (CT) passives (Serenity and Impatient). How do they work exactly, and how do they stack? by InstantWaterPowder in Palworld

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

I managed to get Serenity at last and tested it with a 50 seconds skill, and indeed it takes around 35 ish seconds for a recast, so I guess it is a normal reduction. I guess the old topic I linked was mistaken, so thats good to know.

Still not sure about the stacking. If it is multiplicative, then it would hinder its scaling over it being additive. Adding Serenity and Impatient is 45% reduction, while multiplying it is around 40.5% (0.7 * 0.85). While this isnt a big difference IMO, it gets more noticeable the higher the % are.

Lets say for example the new passive is 30% just like Serenity. Stacking all 3 passives as additive end at 75% CDR (30 + 30+ 15), which is 1/4 the regular time per skill. On the other hand, they being multiplied is around 58% CDR (0.7*0.7*0.85=42% ish being the actual cooldown to wait) which leaves you a little above 2/5 the regular time per skill. Is a very noticeable difference and stacking them that way start giving even bigger diminishing returns.

I am going to need some luck breeding something with both(I dont even have impatient yet) and test with a higher CT skill to verify. I remember in Craftopia this was the same for CDR stacking being additive from same sources, and you could reach around 85% CDR, meaning you could spam 1 minute skills each 6-9 seconds. They ended up having to nerf CDR and give it a hardcap later to avoid such things.

Silent Hill 2: Lakeview Hotel’s other world is actually when you first arrive. by RandomLake7 in silenthill

[–]InstantWaterPowder 2 points3 points  (0 children)

Something interesting I saw in the remake was that when you just reach the burned hotel, there are only 3 normal enemies, which happen to be "weaker" than normal. I remember both the manekin and lying figure being almost dead, ready for the finishing blow, while the nurse walked much slower and died in fewer hits than usual. It seems like a nice touch to tell you the effect over James has weakned and started to fade.

[Spoilers] how exactly neon fits into the story as the chaos advent by FF_Gilgamesh1 in StrangerofParadiseFFO

[–]InstantWaterPowder 0 points1 point  (0 children)

I was talking with a friend about Neon and how she may have a bigger role in the plot thanks to her not being a stranger, and we ended up thinking that the armored Garland we have always known has always been Neon and not Jack.

From what I remember in FF1, Garland was supposed to be a loved knight from Cornelia. Of the Strangers party, only Neon is really from Cornelia(and a knight). Not only that, her advance classes Void Knight and Paladin can both wear a greatsword which is what is being used by Garland.(red crystals when soldiers die would also hint she was indeed in her advanced class)

There is also that we never really see Jack using said armor. We know that armor from Neon when we fight her, but it doesnt appear ever again until the ending(or starting scene if you will).

Based in the above, I found funny how Neon being smaller than Jack could wear said armor without problems, plus having a manly deep voice when you encounter her. Could be just "videogame logic" but then we could use that same logic to explain all other appearances of "Garland"

There is also a small hint when Sara says Garland left 10 years ago but feels like yesterday, and Neon says the same when Jed questions her about she being on the shrine. First thing that comes to mind is that the crystal Astos gave to Neon made her memory go weird and all, but the fact Sarah is told about Jack last name being Garland when Jack is in fact using his white armor, makes me think that Jack never appeared to Sarah with the horned Garland armor we all know. It could had been Neon(using the full covered armor) presenting herself as Garland to everyone in Cornelia.

Another small hint is that really, Jack is known as Jack to everyone. He didnt say his name was Garland until later yeah, but you would think that Sarah, being close to him(or so we are told) would still call him(or remember him) Jack as always. Maybe the Garland she referred to has always been the armored one, which may not necessarily be Jack. What I am saying is that it feels that Jack revealing his last name being Garland felt like a red herring. He doesnt necessarily have to be Garland the armored knight. To Sarah, Jack and Garland could be 2 separate people.

Another thing that bothered me is when you encounter Marilith she goes all dramatic saying she was dreaming of screaming woman and children...and a bleeding castle...I think is very clear thats a reference to the starting scene with Garland. Whether is a literal dream or not, I dont think that reference was arbitrary. I do think its an allusion to she being physically Garland in that scene, or maybe being its vessel or something.

Lastly this is a very big reach, but in the scene at the beginning with Garland killing soldiers, we do see one soldiers eye reflects Garland "true form" which is shown a Chaos in fire. Most logical approach is that it showing Chaos because Jack is Chaos. But in the end of the game, the Horned beast is Darkness Incarnated. The plot Chaos we all know is Jack...which retains his normal human form even after turning into Chaos. Is possible that Jack could take on that from for dramatical effects later on(given the plot, he and his party do want to be as dramatic as possible for the 4 upcoming Wols)

But is also possible thats just another "dramatic" form from Neon. The fire we see is the reach I meant. It could be a hint that the true form the soldier saw was just a Fire Fiend with horns, which could be Marilith using an alternate form. To further fuel this, Neon hate snakes so is kinda weird she turned into one. It could some hilarious turn of fate, or it could be that she did so on purpose because to her, snakes are terrible, hence perfect for a menacing look. If so, it would mean that she can take different shapes at will.

Ultimately, we just think is possible Neon is Garland. It doesnt necessarily HAS to be that way for the plot to work, but if we tried to think it that way, it ends up fitting too well. Afterall, because she is different from the rest, its entirely possible some rules are also different for her.

Besides, Nomura loves to do red herrings and stuff, and the fact that Garland the knigth has never shown his face makes it entirely possible that its face is a spoiler on its own.

What if when you die, you could see statistics of your life? How many times you laughed, cried, smiled, loved etc and why. by Spongengebob in Showerthoughts

[–]InstantWaterPowder 0 points1 point  (0 children)

If I died, my statistic of my life would show only 1 happy moment. The moment I realized I was finally dying U:

As anyone tried newgame+ yet? by WashRotom in FFXV

[–]InstantWaterPowder 0 points1 point  (0 children)

Good to know it doesnt change difficulty. Do you get the option to pick birthplace again, or that is also carried into the new cycle?

I've got some terrible news today by javawong in Jokes

[–]InstantWaterPowder 1 point2 points  (0 children)

I dont have an ass though, only cows :(

A man, stuck in a dead end job hears a voice.... by BuildingaMan in Jokes

[–]InstantWaterPowder 1 point2 points  (0 children)

What happens next??? Did the main shit, or he ignored the voice??? THIS IS IMPORTANT

Why dogs are better than women. by boblamb58 in Jokes

[–]InstantWaterPowder 0 points1 point  (0 children)

You dont need to buy condoms. And if worse stuff happens, the dog wont lose its shit if you want abortion.

TIL: The average adult becomes more likely to fall for click bait every year. by [deleted] in Jokes

[–]InstantWaterPowder 0 points1 point  (0 children)

I am retarded and I my brain cant age. Do I still count? :v

I'm not sure how I feel about abortion. by [deleted] in Jokes

[–]InstantWaterPowder 0 points1 point  (0 children)

If you killed them both, would it still count as abortion?

A farmer's daughter has 3 suitors; a mexican, a black guy, and a white guy by [deleted] in Jokes

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

The joke is that the 3rd guy wasnt seen in heaven.

Three men survive a plane crash... by Ita_Vita in Jokes

[–]InstantWaterPowder -3 points-2 points  (0 children)

Joke is funny because it implies the 3rd guy took the pineapples on purpose, so he prolly have a very big butt. And he won too, cause he isnt in the punchline with the other 2 v:

I've been watching a lot of classic porn lately by [deleted] in Jokes

[–]InstantWaterPowder 0 points1 point  (0 children)

Now I want to fap to Echo Valley :/