JessicaStar12
Newbie
- Nov 6, 2024
- 29
- 46
- 91
Hoping they add some wolf related content and some more stuff in the village or with humans.
Maybe like a bandit lair or something
Maybe like a bandit lair or something
Where's the track that pays homage to the original lost village?Soundtrack
You must be registered to see the links
Yes, give me a second to pack the files up and upload them.Would you mind sharing the extracted assets by any chance?
I agree that the style he was going for with the demo soundtrack was way better. The release soundtrack is more "ambiance" like which isn't as good in comparison. The Vampiric Swamp track was perfect in the demo.Where's the track that pays homage to the original lost village?
You must be registered to see the links
On a side note, after listening to the tracks you have uploaded, I'm definitely confused now how I thought the sequel's soundtrack was better than the original's. Worse, what was Nennai thinking when he replaced the swamp boss's demo track with that average generic track instead? The demo track nailed the atmosphere, so I'm scratching my head over that one.
That's not to say the sequel has some great tracks, but the original's sound superior as a whole.
There are lust crest events lmao. Its just that it is only limited to the Cathedral Priests level.It's a shame there's no lust crest event in town like there is one for having the zombification debuff when speaking to the other sister. Maybe one day as DLC or an added event in the future.
THIS CAN NOT CONTINUEJust realised the Egg boss you face with the many bodies around it might be a reference to what you saw on Nier Automata where the machines go crazy and form an egg to give birth to Adam View attachment 4754730
Would you mind to share what method you did to decrypt them? I want to learn in case other games encrypt their files.Yes, give me a second to pack the files up and upload them.
1. You kinkshaming is breaking site rules. Hence why I told you, for your own good, don't share your opinion.
..i just...i can't dude...i was preparing my explanation...but at this point...think whatever you want...
i can't comment this.....it says all about the quality of player you are...
Would you mind to share what method you did to decrypt them? I want to learn in case other games encrypt their files.
string assetBundlePath = System.IO.Path.Combine(Application.dataPath, "StreamingAssets", "game_bin");
string[] assetBundleFiles = System.IO.Directory.GetFiles(assetBundlePath);
foreach (string assetBundleFile in assetBundleFiles)
{
byte[] fileBytes = System.IO.File.ReadAllBytes(assetBundleFile);
byte[] processedBytes = Util.OutDeCreateByte(fileBytes, fileBytes.Length);
string outputFile = System.IO.Path.Combine(Application.dataPath, "dump", System.IO.Path.GetFileName(assetBundleFile));
System.IO.File.WriteAllBytes(outputFile, processedBytes);
}
So this need some coding knowledge, it's beyond my ability then, but thank for explain. Sorry for waste your time.View attachment 4754752
The game uses this class for AES encryption and decryption inside the SiNiSistar2.dll(generated). I simply wrote a BepInEx Plugin that goes over every File inside the StreamingAssets and decrypted them using the already implemented "Util.OutDeCreateByte" Method and wrote them somewhere else.
Like this:
Code:string assetBundlePath = System.IO.Path.Combine(Application.dataPath, "StreamingAssets", "game_bin"); string[] assetBundleFiles = System.IO.Directory.GetFiles(assetBundlePath); foreach (string assetBundleFile in assetBundleFiles) { byte[] fileBytes = System.IO.File.ReadAllBytes(assetBundleFile); byte[] processedBytes = Util.OutDeCreateByte(fileBytes, fileBytes.Length); string outputFile = System.IO.Path.Combine(Application.dataPath, "dump", System.IO.Path.GetFileName(assetBundleFile)); System.IO.File.WriteAllBytes(outputFile, processedBytes); }
Sounds to me like the guy simply prefers vector graphics over pixel art and simply doesn't have the skill to properly communicate with other human beings.1. You kinkshaming is breaking site rules. Hence why I told you, for your own good, don't share your opinion.
2. If my opinion on two games I enjoyed and played through multiple times because they were fun - but being able to note and state their shortcomings from my viewpoint and stating that SiNiSistar 2 doesn't share these flaws makes you question "the quality of player I am", then you do you. Unlike you, I don't deny your opinion.
3. I'd rather have read your explanation (as painful as it would've been to read thanks to your writing style), because even with this reply, you do yourself no favors. Still all "they are the issue, not me" mentality, living in a bubble.
Laugh all you want. Ignorance is bliss, as they say.
where do you get the zombification debuff?It's a shame there's no lust crest event in town like there is one for having the zombification debuff when speaking to the other sister. Maybe one day as DLC or an added event in the future.
Get captured by Gravekeeper boss.where do you get the zombification debuff?
can you partage your files plsima b honest im just gonna use ai for the standing pictures if i decide to go tht far
View attachment 4753786 View attachment 4753787
It's a direct reference to Castlevania SoTN's Legion boss. It's a near perfect 1:1 comparison in both presentation and gameplay. A similar reference of the era would be the boss behind the curtains in the first game, which is a reference to Clocktower SNES.Just realised the Egg boss you face with the many bodies around it might be a reference to what you saw on Nier Automata where the machines go crazy and form an egg to give birth to Adam View attachment 4754730