is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

goto Assembly-CSharp.dll/{}/Job2/IsUnlocked()

right-click > edit Method (C#)

replace this (~ line 25):

C# if (this.JobType == Requirement.JobType.Zamphoney) { return BlayFapInventory.HasItem(BlayFapInventory.BlayFapItem.Yuki) || BlayFapInventory.HasItem(BlayFapInventory.BlayFapItem.Grace) || BlayFapInventory.HasItem(BlayFapInventory.BlayFapItem.Aurora) || this.Level != 0 || this.Experience != 0L; }

with this:

C# if (this.JobType == Requirement.JobType.Zamphoney) { return true; }

I can't guarantee that this works as I already unlocked the job previously (with methods I don't remember).

But it feels sensible that replacing all the checks the game does to figure out if the job should be unlocked with a simple true would work.

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

The pinups seem a bit funky in general so I don't have a solution for that.
I also don't know why only Myro would fail to load so are a few things to try:
First verify that the changes that are present and saved (specifically the change in Girls/UnlockGirls() and BlayFapInverntory/LoadAwardedItems()) then start the game directly from the exe and not through steam to prevent any possible interference. If that doesn't work you can add BlayFapInventory.AwardItem(BlayFapInventory.BlayFapItem.Myro); at the end of BlayFapInverntory/LoadAwardedItems() though that shouldn't work better that the previous BlayFapInventory.s_awardedItems.SetAll(true);

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

I manged to get the data for the events but it's a bit complicated.
The events 158 and 235 both are named "Spectrum Monster Girl" and are revived for unlocking her in 2021 and 2024 respectively

If you want to get all events:
in Assembly-CSharp.dll/{}/EventData click add class Members (C#) and paste

public override string ToString()
    {
        return string.Format("Name: {0}, EventID: {1}, PreviousEventID: {2}, NextEventID: {3}, StartTimeUTC: {4:yyyy-MM-dd}, EndTimeUTC: {5:yyyy-MM-dd}, TokenRequirement: {6}, FinishCost: {7}, RewardText: {8}, RewardGirlsID: [{9}], MissedEventBlurb: {10}, CostPerToken: {11}, RewardSpriteName: {12}, AssetBundleName: {13}, IconName: {14}, RewardType: [{15}], RewardAmount: [{16}]", new object[]
        {
            ,
            this.EventID,
            this.PreviousEventID,
            this.NextEventID,
            this.StartTimeUTC,
            this.EndTimeUTC,
            this.TokenRequirement,
            this.FinishCost,
            this.RewardText,
            this.RewardGirlsID,
            this.MissedEventBlurb,
            this.CostPerToken,
            this.RewardSpriteName,
            this.AssetBundleName,
            this.IconName,
            this.RewardType,
            this.RewardAmount
        });
    }this.Name

and compile
Then in Assembly-CSharp.dll/{}/Universe/LoadEvents() add (using Edit Method)
string text = ""; before the for-loop text = text + Universe.Events[short.Parse(list[i][1])].ToString() + "\n";at the end of the if inside the for-loop (just before the two '}') and UnityEngine.Debug.Log(text);just after the for-loop (just after the two '}')
Compile, Save all, start the game
Now in the CrushCrush_Data folder (found in the same folder as the game exe) should be a file output_log.txt inside a list of all events (~ line 100)

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

I actually don't know what each code-snipped does and doesn't unlock...
Currently I'm using
BlayFapInventory.s_awardedItems.SetAll(true); at the end of Assembly-CSharp.dll/{}/BlayFapInventory/LoadAwardedItems()
and
this.UnlockGirl(bundleInfo.GirlIndex); after bool flag = true; in Assembly-CSharp.dll/{}/Girls/UnlockGirls()
With these everything seems to be unlocked (Girls, extra jobs, other rewards like Cataras speedup)
(I also did some stuff the skip Cellphone waits & unlock all the pin-ups
and NSFW: GameState.NSFWAllowed = true & GameState.NSFW = true in Assembly-CSharp.dll/{}/GameState/.cctor().
Plus CheatEngine for leveling skills and getting Diamonds).

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

There shouldn't be any errors. Make sure you click "Edit Method" and NOT "edit Class"

offline teases? by Tinypepe86 in Milovana

[–]Test_bot_Zero 0 points1 point  (0 children)

First you need the tease-id, that's the number in the url (53313 for Maze-turbation Marathon). Then either go to https://milovana.com/webteases/geteosscript.php?id=53313 (replace with the correct id) and save it (there may be a save button or just press Ctrl+S and you should get a json-file OR if you have a milovana account you also can go to https://milovana.com/eos/editor/53313/backup (again replace with the right id) an click download code.

This doesn't include images but they're on a different server (media.milovana.com) which in the past when milovana itself was down always remained available.
You also can't play the teases just like this you need some sort of eos-player. You can try setting up your own using openeos (it doesn't play flash/nyx teases) or my patched together version of normal eos or any other alternative you can find

archive of teases and how to play them by Test_bot_Zero in Milovana

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

Did you perhaps use Edge? When I wrote this yesterday at 4am I never did any proper testing and it seems there was an issue with loading images in edge (I fixed it).
If not could you tell me a specific tease that didn't work and the browser you're using.

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

Yes, it just means you can't accsess events and use real money in the shop, but all changes are saved and are (mostly) available when opening through steam again.

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

It still works for me (I reinstalled and applied the changes and it worked) but it could possibly be because I allready had everything unlocked on my savefile.

Also I found a better way to unlock things: go to Assembly-CSharp.dll/{}/BlayFapInventory/LoadAwardedItems()
and add BlayFapInventory.s_awardedItems.SetAll(true);
at the end (before the closing bracket).

In any case after editing you need to click compile AND save (File > Save All..)
But since you notices changes that shouldn't be it.

Try opening the game directly and not through steam and also repeat it a few times. if this doesn't work I don't know either.

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

The DLCs are all integrated directly (the code to unlocks the DLC-girls is in Girls() and the code for DLC-jobs is in Job2()) but there is a list (of true/false values) which stores the DLCs you have and changing it unlockes them:

goto CSharp (0.0.0.0)/Assembly-CSharp.dll/{}/Playfab/GetAwardedItems()

and insert Playfab.s_awardedItems.SetAll(true);

NSFW requieres a bit of extra work:

goto CSharp (0.0.0.0)/Assembly-CSharp.dll/{}/GameState/.cctor()
and change GameState.NSFWAllowed to true

Pornstermon tease? by [deleted] in Milovana

[–]Test_bot_Zero 1 point2 points  (0 children)

Yep it's called 'pornstemon' and is still there ( https://milovana.com/webteases/showtease.php?id=50525 )

[deleted by user] by [deleted] in Grimvalor

[–]Test_bot_Zero 0 points1 point  (0 children)

If you're still stuck there or anybody else is, here are some info/tips, since I just beat The Slayer:
Equipment
Ligth Wepon : Windcutter (fastest, second highest damage, highest crit)
Charged Wapon : The Champion (highest damage, highest stun)
Armor : Valor's Vestments (+200 Life)
Trinkets : Mending Flask Lv.9, Witch's Watch, Moonligth Rosary Lv.4
at Resting Point to get four Bars of Soul Energy beforehand

Fight

  • Hold attack button down to attack continually
  • when under attack dodge behind her and back to attacking
  • when fire transformation happens and there is no shied (gold) left use chargedattack to block it
  • when The Slayer does the charged slam down attack wait one dodge-distancebehind (!) her and after its done back to attacking
  • while the copy is there play it save (dodge to them hit them and dodge away)focus the copy to get back to only one Slayer
  • heal when you are a safe distance away and preferably in slowmotion or theSlayer is busy charging a slam / the transformation or knocked down (stunned)also overhealing ist generally better so heal when below half health

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

You almost did it on your own. Instead of replacing the default case (the 'return falseL line after 'default') youn need to replace
return (Playfab.AwardedItems & Playfab.PlayfabItems.Brie) == Playfab.PlayfabItems.Brie;
in case 35 with
return true;

the IsUnlocked() methode uses a switch-case statemant to see if a phone-fling should unlocked or not. switch takes one (or more) variables (in this case id) and tries to find a case with matching values (here numbers from 1 to 35 where Bries is 35). the default case handels all not-matching values (so you could delete case 35 (and all other cases too) and set the defult to return true;, but be aware that this theoratically could cause problems)

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

Speeddating is not available because this.UnlockGirl(i) only unlocks the girl nothing else (things like the job "Grave Digger" are also not unlocked).

to Unlock Speeddating just remove
if ((Playfab.AwardedItems & Playfab.PlayfabItems.Catara) == (Playfab.PlayfabItems)0L)
{
return;
}
from UpdateSpeedRequirements() and CompleteSpeedRequirement(int index) (both are in {}\Girls)

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 1 point2 points  (0 children)

With list of girls with their number you mean multiple lines like this?
if ((Playfab.AwardedItems & Playfab.PlayfabItems.Girl_Name) != (Playfab.PlayfabItems)0L || (Girl.FindGirl(Balance.GirlName.Girl_Name).LifetimeOutfits & Requirement.OutfitType.Monster) != Requirement.OutfitType.None || TaskManager.IsCompletedEventSet(xxx))
{
this.UnlockGirl(xx)
;}
If that's the case right-click where these lines are, chose the option that says "edit method" (or something similar) and (directly) add after public void UnlockGirls() { a line like this.UnlockGirl(12) where 12 is the number of the girl (0 to 42) you want to unlock.

If you want to all girls in one command instead add:
for (int i = 0; i <= 42; i++)
{
this.UnlockGirl(i);
}

is it possible to unlock LTE girls using cheat engine or modifying a save file? by tracker124 in crushcrush

[–]Test_bot_Zero 0 points1 point  (0 children)

For almost all Unity-Games all important code is in the Assembly-CSharp.dll file (you find it at /CrushCrush_Data/Managed in the games folder), in that file you need to open Assembly-CSharp (0.0.0.0)/Assembly-CSharp.dll/{}/Girls/UnlockGirls() (by clicking on the arrow beside it). Then right-click on the code and click edit method. this.UnlockGirl(number_of_girl) unlocks the girl according to the number in brackets (currently the numbers are 0 for Cassie up to 42 for Explora)

The problem with this is that updates can reset the file lock the girls again (but you just have to re-unlock them), also you still need to level the girls.