Henry1887
Active Member
- Aug 2, 2020
- 575
- 737
Hmm i managed to decrypt and dump everything from StreamingAssets (Where the game loads every asset from)
Would you mind sharing the extracted assets by any chance? I'd like to have a look at the texture/image files as well as the audio files.Hmm i managed to decrypt and dump everything from StreamingAssets (Where the game loads every asset from)
Damn that skins dope af. Wish it was publicOh wow I found a Hidden Skin somewhere ( ˶°ㅁ°) !!
View attachment 4752605
Well jokes aside, the Dev mentioned that creating or modding the skin would be easier to do in Sinisistar 2. Yeah right as if bro (╯°□°)╯︵ ┻━┻. It might be easier for them but not for us modders bruh, I don't have the same tools as them, or maybe it's just a skill issue on my part.
I want to see how much the kinda Advanced Skin Modding would look like.
After some time, I actually created my 'for personal use only' skin and replayed the entire game with it. I got the idea of creating this skin when I saw people searching like "where is the white skin bruh". That is why I kinda created a white-ish skin. Took me 2 days of my time recoloring around... lets say about ~700 freaking PNG pixel by pixel.
Here she is animated. The skin is not perfect but hey it's still a different look
View attachment 4752627 View attachment 4752629
As you can see I made her clothes white-ish. I also removed the tights on her upper chest.
Since her upper chest is exposed, I made it so that her nipples would slip when her breast is enlarged.
View attachment 4752631 View attachment 4752633
I'm too lazy to make the the cloth have a torn state, so let's just say that this clothes is made up of mana and will disappear entirely when damaged. A minor detail but I removed the belt? on her thighs so she is now completely naked.
Another minor detail, I made it so you could kinda see her panties (I made it skyblue in color).
View attachment 4752639 View attachment 4752642
I actually shown this skin in here but nobody seemed to notice ╮( ̄▽ ̄"")╭ .
Looking thru in Dlsite and Ci-en, there is not much demand for skin either, so the Dev may not release other skins and just leave it to actual Modders.
I made this post just to show what Modders could achieve.
Here is a skin demo if you want to see it in action > Video Demo <
I'm not a actual Modder, just a dude with lot's of free time, don't ask me for the skin.
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.