- Aug 19, 2017
- 1,292
- 8,274
sure, i take a look laterNon-zero chance that I'm just being oblivious again, so fair warning, but would there be a way to make the gallery-unlock part of the mod optional rather than automatic?
sure, i take a look laterNon-zero chance that I'm just being oblivious again, so fair warning, but would there be a way to make the gallery-unlock part of the mod optional rather than automatic?
here we go, without the gallery unlockerNon-zero chance that I'm just being oblivious again, so fair warning, but would there be a way to make the gallery-unlock part of the mod optional rather than automatic?
Hello, I had a problem with the cheat menu in that it wouldn't show one of the characters present in the map.here we go, without the gallery unlocker
yep looks like in this version the dev changed how the actors were numbered in the array, already fixed thanks ^-^Hello, I had a problem with the cheat menu in that it wouldn't show one of the characters present in the map.
I did a little digging with that dnSpy tool and I found a solution, in this part of the code:
for (int i = 1; i < MapControl.odd.mapActor.Count; i++)
{
GUI.Label(new Rect(25f, (float)num, 80f, 20f), MapControl.odd.mapActor.actorInfo.actorName);
if (GUI.Button(new Rect(100f, (float)num, 70f, 20f), "Add Love"))
{
MapControl.odd.mapActor.AddLove(5);
}
if (GUI.Button(new Rect(170f, (float)num, 70f, 20f), "Add Lust"))
{
MapControl.odd.mapActor.AddLust(5, 100);
}
if (GUI.Button(new Rect(240f, (float)num, 70f, 20f), "Reset CD"))
{
MapControl.odd.mapActor.talkCoolDown = 0;
MapControl.odd.mapActor.eventCoolDown = 0;
}
num += 25;
}
It seems that the first mapActor is actually at index 0 so changing the for loop:
for (int i = 0; i < MapControl.odd.mapActor.Count; i++)
Solved the problem.
I don't really have any experience with C# or dnSpy but I assume changing this piece of code won't break anything
Its still not fully finishedIs there a chance of getting the android version now that game is finished
Last week of January or first week of February.when next update?
Not yet, last update on Subscribe star was for monster monsoon. The road map said there'd be a demo for it by the 25th, so maybe the final patches for summer sweepers will be posted then if there are any.Has there been any news?
May i kindly ask for you to update it to the latest build 10d? You may find 10d Update on Itch.io.Cheats and gallery unlocker for v10b
Unzip in "Sweeper_Data\Managed"
(on new games adds 250 stars)
View attachment 1575195