Page 6 of 12

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Wed May 09, 2018 1:11 pm
by Rudo
[USER=7769]@Angelus[/USER] [USER=17071]@FACEFACE02[/USER] [USER=2425]@ImpalaPUA[/USER]

Hi again, I really appreciate your feedbacks!

I just made some small changes, added some alternative methods to retrieve pointers, so if you have problems activate something, try the alternative method. But don't activate both at once, it may crash your game.

I also fixed Freeze Time feature not working properly.

[USER=17071]@FACEFACE02[/USER] for stamina, as long as you can get farmer pointers work, you can just tick the box before stamina to freeze it.

And to your interesting bug encounter [USER=7769]@Angelus[/USER] , I have not encountered it myself, so I don't know how to fix it yet. But I have known that some items in the game have a wide range of IDs, so maybe it's a normal thing? I am honestly not so sure about that.

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Wed May 09, 2018 9:49 pm
by Random Task
Is there a way to make it so that fishing guarantees that you catch a fish instead of potentially trash?

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Thu May 10, 2018 12:12 am
by Impala
[QUOTE="Random Task, post: 45323, member: 17146"]Is there a way to make it so that fishing guarantees that you catch a fish instead of potentially trash?[/QUOTE]



When stardew valley first came out there was a table that you could select which fish you wanted to catch, this was quite a long time ago though, so when it was set you would fish up whatever fish you selected no matter the location

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Thu May 10, 2018 4:26 am
by Angelus
[USER=2048]@Rudo[/USER] I am unsure, I got materials from all around, like crab pots and the mine etc. Ended up getting things like common (no star) Periwinkle that didn't stack, Snails that didn't stack, stone that didn't stack, minerals that didn't stack, and wood that didn't stack. If I happen upon this issue again, I will be sure to screen shot what the address suddenly changes to. Because it was a DRASTICALLY different address with the new stuff I had gotten.



Afterthought edit: the "Set NPCs Friendship Points [To Activate/Update: Hold Rightclick on NPCs]" also did not seem to work. The one under it, "NPCs Pointers [To Activate/Update: Hold Rightclick on NPCs]" would pull up the NPC, though it also had a certain bug... But it worked. Unsure if the recent table update helped fix the Friendship Points one, about to get back on and test the table some more.

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Thu May 10, 2018 4:42 am
by Rudo
[USER=17146]@Random Task[/USER] [USER=2425]@ImpalaPUA[/USER]

That would be a nice feature to have, I will work something out when I have the time. I am also working on Free Crafting feature (you should already known if you pop the IGNORE header :p)

Also if you want to get a specific thing, just use always catch fish feature, when the mini-game starts, pop the Useful Fishing pointers, and edit the Fish ID to the thing you want (can be anything, not just fish), and then wait for the cheat to automatically catch the "fish" for you.

[USER=7769]@Angelus[/USER] I am about 95% sure that the set friendship points does not work because the signature I used to scan for was garbage and I couldn't find any way around. About the NPCs Pointers feature, I haven't had any bug with it, can you tell me what bug you got?

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Thu May 10, 2018 6:03 am
by Angelus
[QUOTE="Rudo, post: 45362, member: 2048"][USER=17146]@Random Task[/USER] [USER=2425]@ImpalaPUA[/USER]

About the NPCs Pointers feature, I haven't had any bug with it, can you tell me what bug you got?[/QUOTE]



Well I have an odd thing where when I alt tab it doesn't "pause" the game, which casues the NPC Pointer to randomly change to other entities. My example was getting Linus on the table, alt tab, then for some reason it randomly swapped to Vincent. Who was not even on that particular area of the map. Upon checking, I also got random entities such as the animals and what not (i.e. the butterflies etc). It was a very small strange bug that was easily bypassed by just bringing up the menu or hitting /pause after getting the NPC I wanted. So I would just hold right click on Linus, make sure it was grabbed on the table, and then pause the game in one way or another to allow it to solidly hook what I wanted.



An idea comes to mind for the Friendship thing, and I am unsure how it would work. But, would you be able to get the variable that says you have given the particular NPC a gift? Because if you can get that, you can give the NPC a gift however much you want, which should increase the Friendship variable. Some might be fine with just doing that, but I would use that to try and find the variable that changes per gift to try and isolate the Friendship variable to make it a more solid table option.

Again, I am unsure how it would work, I am not skilled in finding a variable and making it work permanently. I am only competent enough to do the search function per time I play ^^;;



And on the topic of not getting trash via fishing: if you can use the Fishing skill gained at level 10 Fishing "Mariner" which makes crab pots no longer get trash items as a base, could you potentially apply that to fishing in general? Unsure if that skill can be isolated and applied elsewhere, but it is pretty useful to cut down of "Junk Items" (even if you can throw said junk items into a recycler to get some semi nice stuff outa it, though I suppose that won't matter with the rest of the table).

[automerge]1525935510[/automerge]

[USER=2048]@Rudo[/USER] it happened again, attaching screen shots that show the address. Hope to figure out what causes the sudden address change that causes things to not stack properly.

First image is the new address, second image is the original address that has the original stack in the chest.

[IMG]http://i68.tinypic.com/an2bdt.png[/IMG][IMG]http://i64.tinypic.com/x2o5s3.png[/IMG]

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Thu May 10, 2018 4:19 pm
by Rudo
[USER=7769]@Angelus[/USER] Hey, ty for your input.

ok here is some in-sight about the table. I don't actually find variables and hook the intructions that change it like other tables.

What I did is I decompile the game with DnSpy, use WinDBG to get the stuff I want and then hook the very function that the game uses to retrieve pointers.

That way it's much more consistent and will probably last through the beta updates (I don't want to spend time updating the table every 2 days)

And due to that reason, that little bug occerred. I hook the get_dialog() function to retrieve NPC pointers, so if the game uses that function to get dialog for another character (eg. Sam) it will change to Sam instead of the NPC you are actually trying to retrieve pointers from. I can get around by hooking another function that would do the same thing, but the get_dialog() function get JIT-ed very often, it means we don't have to actually do anything to activate the cheat, also that function is not likely to change overtime (it's a good thing, because that way the cheat will last through updates). I probably will be hooking another function later when the beta hits stable branch. For now, you will just have to get the pointers and pause the game a little bit.

Same thing goes for the Friendship pointers, I initially hook the get_points() function to get the friendship points, but that function has a pretty crappy signature to scan for, so it's not likely to work. So I get around it by hooking another function, NPC_getgift() function (it's available in the new table v1.3.10) as an alternative.

The upside is this function is very consistent and will only update if the NPC gets a gift from you, so it won't change unless you gift them. Downside is this function only gets JIT-ed when you actually gift someone first (so in order to activate the feature, you have to gift someone first). So to use this feature effectively, first gift a random NPC, activate the cheat, gift them something again (it will say you have already gifted them, but the table will update the pointers). And then you can just change the friendship points to whatever value you like OR you can just freeze giftsToday value to 0 and you will be able to keep gifting them that day!

And the last thing is the junks, that is actually a good idea. I will try to force that effect onto the player so they will never get junks. But that is for the future :p

(maybe when the beta hits stable branch)

P/s: if you have discord, you can contact me at Rudo#2632

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Fri May 11, 2018 1:57 pm
by Impala
Yea, [USER=2048]@Rudo[/USER] is right, this was the method:



Also if you want to get a specific thing, just use always catch fish feature, when the mini-game starts, pop the Useful Fishing pointers, and edit the Fish ID to the thing you want (can be anything, not just fish), and then wait for the cheat to automatically catch the "fish" for you.

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Sat May 12, 2018 9:50 am
by Ukuboy
Outstanding job with the table [USER=2048]@Rudo[/USER] I've been able to activate farmer pointer, unlimited stamina, fishing pointers, stackable items, and npc pointers. That's about all I've tried using. Gotta say I'm impressed with the fishing item IDs. Wasn't expecting such a large list but I'm glad it's there. One thing I need to try is freezing time, but I'll try that next time. Thanks for the table though.

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Sat May 12, 2018 9:20 pm
by Angelus
[USER=2425]@ImpalaPUA[/USER] yeh, I figured that one out, it is pretty annoying sometimes though lol. Also it somehow broke the perfect for Always Catch Fish. Though [USER=2048]@Rudo[/USER] says it has always done that, it didn't do that before recent updates lol. And I am talking like back when only a couple of the codes worked :P

All in all though, even with the sudden crash to desktop issues every now and then, it works pretty well with only minor client side fuck ups. Also confirmed that you can use a lot of the things in Multiplayer (have only tested as the host) and, as an example, using things like Instant Grow Trees will grow them on the host side, but others still only see the seed. So apparently I just had a lot of floating Tappers on non existent trees XD. Have yet to really run into anything that doesn't quite work since working with Rudo, just the random CTD every now and then. And that is kinda to be expected. Beta build + hax = CTD is common, yknow :P

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Wed May 16, 2018 10:55 pm
by YeXie
Stamina script broke, everytime I swing my axe it goes to 0

Farmers Pointer [Stamina Inject] Broke too, it doesn't find any of the stats for my farmer , also how long it takes for the upgrade tools either



[basically the whole thing doesn't work in short terms.]



this is for the 1.3 one

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Sat May 19, 2018 2:44 pm
by quirkreborn
how to use this table?

Set NPCs Friendship Points [To Activate/Update: Hold Rightclick on NPCs]

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Tue May 22, 2018 9:13 pm
by NxE_Forever
I have a quick question, how does the hoe dirts instantly watered and fertilized work? I haven't been able to see any success in watering or fertilizing the soil.

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Wed May 23, 2018 1:30 am
by kangloveyou
[QUOTE="NxE_Forever, post: 46680, member: 17545"]I have a quick question, how does the hoe dirts instantly watered and fertilized work? I haven't been able to see any success in watering or fertilizing the soil.[/QUOTE]



u should watered at least one or two hoe before active

1527042072

alot of function does not work anymore pls fix it thank you

Stardew Valley v1.2.33 + v1.3.17 [beta] [Steam]

Posted: Fri May 25, 2018 1:21 pm
by Angelus
The game is being updated quite often, so expect certain things to break. Be sure to leave a detailed list of what needs being fixed.

I.E. if the `Hoe Dirts Instantly Watered and Fertilized` no longer seems to work, type that. Or if a specific fishing thing doesn't work, such as `Instant Fish Bite [To Activate: Catch a fish]` also works.

Being able to know what actually is broken helps to speed up fixes.

Thank you :)