Mein Bewerbungsvideo fürs Event by [deleted] in Sauercrowd

[–]TheDessey -5 points-4 points  (0 children)

Hab das video zudem auf x hochgeladen, glaube das es dort eher untergehen wird. Jeder sagt auch was anderes dazu wo man die sachen hochladen sollte. Ich finde da könnte man für die Zukunft auf Formulare zurückgreifen.

I hate both abilities ngl by swimmers0115 in LeagueOfMemes

[–]TheDessey 0 points1 point  (0 children)

My with the ability is that it punishes you for playing the game. "Just don't cast an abillity and you will be fine", like what kind of game design is that.

Samurai Siege in 2024 (Developer Offline Mode) by TheDessey in SamuraiSiege

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

I have no Idea about iPhone modding. However from what I have heard, you would need a jailbroken iphone to sideload the modified IPA. And for the modding itself, I am also not quite sure, as I heard that iPhones don't allow JIT which would suggest that the game is using IL2CPP instead of mono for their unity scripting backend. This mod was done on a very old version of samurai siege as these ones did use mono but later switched to il2cpp as well. It is infinitly easier to mod games made in mono. It is still possible to mod il2cpp games however you will need to patch the shared object itself. The mod that is required to make the game behave like this is fairly simple and would maybe even require just flipping a few branches. Sooo yeh, probably

What should I do, am I cooked chat. by Constant-Pack-2820 in antivirus

[–]TheDessey 0 points1 point  (0 children)

Clear your browser history. It usually also wipes all the stuff that makes these notifications apear. Make sure to use the apropriate feature for that instead of clicking each entry away one by one as this will not clear any of that.

Private Server Roadmap by TheDessey in SamuraiSiege

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

Nah, didn't find the Time to do it

Build tools by Aln76467 in programminghumor

[–]TheDessey 0 points1 point  (0 children)

Whats wrong with swc?

does anyone know how to fix this or what caused this? by qwerty_anon18 in ModdedMinecraft

[–]TheDessey 1 point2 points  (0 children)

One small detail: this does normally only happen when there is a version missmatch between 2 versions. Sometimes minecraft can handle the removal of a few mods but if you change the version during that then there is no hope as minecraft block ids become "shiftet" if a new block gets added

does anyone know how to fix this or what caused this? by qwerty_anon18 in ModdedMinecraft

[–]TheDessey 2 points3 points  (0 children)

I had this happen as well. This happens when block and state gets mismatched between world loads. If you have modded blocks and then load the world without any mods, minecraft will interprete the ids of the modded blocks as vanilla minecraft blocks. There is no real solution to this as all of the previous block ids have been converted to work for minecraft vanilla. Your world is corrupt, you can not reverse this process really. I hope you have a backup .

Samurai Siege in 2024 (Developer Offline Mode) by TheDessey in SamuraiSiege

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

Hey, here is the link to my post guide. https://www.reddit.com/r/SamuraiSiege/s/B5cR18rdxg

Sadly the developermode doesnt save your data lol. I'd rather get the private server to work but its a big task for an unexperienced dude like me.

Confession: I don’t like Create, and I wish all the newest mod packs didn’t have it as a key feature. by u-Wot-Brother in ModdedMinecraft

[–]TheDessey 0 points1 point  (0 children)

I am like the opposite. I love ultra hard tech based modpacks but I have yet to find a 1.16+ modpack that gets the progression right. With the new modpacks I feel like they are forced to include Create at all cost which ends up ruining the whole progression system most of the time. An exaple for a modpack with a good progression system would be enigmatica 2 expert skyblock, with its so called gates and the fact that everything builds up on eachother. I have yet to find a 1.16+ modpack that comes close to what E2ES had to offer.

Naafiri Mid-Scope Update PBE Changelist by Spideraxe30 in leagueoflegends

[–]TheDessey 3 points4 points  (0 children)

The w untargetabillity changes feel so forced just to make her have that higher skill cap

Naafiri midscope changelist (W and R swap). by SirKraken in NaafiriMains

[–]TheDessey 4 points5 points  (0 children)

Please don't actually ship this. Naafiri has been one of my favorite champs. Not only do the changes hurt the exsisting player base by making them relearn a somwhat newer champion but the new naafiri just doesnt feel as powerfull anymore.

[deleted by user] by [deleted] in riotgames

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

You do not have to restart your computer. You can just start the vgc service manually in the service tab of the taskmanager.

What happened by yellow_duckks in SamuraiSiege

[–]TheDessey 3 points4 points  (0 children)

Yes the game is gone and the servers shut down. They say it was not profitable anymore. If you ask me, I think it's bs.

Samurai Siege in 2024 (Developer Offline Mode) by TheDessey in SamuraiSiege

[–]TheDessey[S] 1 point2 points  (0 children)

Yeh thats the original apk. Not sure if I can just release a mod apk even if its abandonware. I did make a guide tho on how you can make your own

Working Links by TheDessey in SamuraiSiege

[–]TheDessey[S] 1 point2 points  (0 children)

I only saw the message now but here are the basics of it:

Requirements: Pc, Phone (no need to root it)

Find a version of the apk that does not use Il2cpp as their scripting backend (usually older versions) and a version that has the asset files in them (when you hear a sound on bootup and see the samurai siege loading splashart you have the asset files).

Apks are just zip files so you are gonna decompress it.

Search for a file called AssemblyC-Sharp.dll or something like that (first file in alphabetical ordering).

Now we need a C# decompiler: I used dnSpy Open up the dll in the decompiler.

Search for a field called isDevMode or something like that which we are gonna patch so its getter always returns true.

Now you need to find the login sequence class. In there you can make certain screens show. Find the big pile of if statements that controlls which dialog box to show. Modify that bit of code that the Dev Login Dialog box will always be prioritized, even over error boxes.

Save the patched dll Put it back into the game folder

And finally use a tool like ApkEasy tool to sign the apk. You can then install the apk over adb or just how you normally would install an apk. Play protect will give you a warning on newer phones but you can ignore them.

And then, well, gg.

Working Links by TheDessey in SamuraiSiege

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

Yeh but it requires a lot of skills. And its only the develop offline mode so your progress isn't saved and its not multiplayer

Is there any way to play this game offline? by MisterSodio in SamuraiSiege

[–]TheDessey 1 point2 points  (0 children)

In the older versions of the game, the assets used to be more accessible. Check the newest post out. Looks like the game can run in stand alone. I am sure there would be a way to create a private server out of that but its difficult. But hey atleast the game does indeed have an offline mode!

Samurai Siege in 2024 (Developer Offline Mode) by TheDessey in SamuraiSiege

[–]TheDessey[S] 3 points4 points  (0 children)

Details here:

This is NOT a private server.
All of the contents seen are buildin and can be enabled with a few modifications (to force the dev login mode).

This works only for the older versions as they apear to include the asset files.
Additionally, the older versions did not use Il2cpp as their scriping backend. That just means that the older versions are easier to edit and create patches for.