Search found 76 matches

by khuong
Sun Jan 14, 2024 3:59 pm
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid - Master Collection Version
Replies: 23
Views: 8089

Re: Metal Gear Solid - Master Collection Version

I don't have the update unfortunately.
by khuong
Tue Dec 12, 2023 2:36 pm
Forum: Single Player Cheat Requests
Topic: [Requests] Disney Dreamlight Valley
Replies: 749
Views: 71308

Re: [Requests] Disney Dreamlight Valley

how would i find the item ids? i wouldnt mind spending the time to gather all them and add them to the spreadsheet but i do not know how to go about finding the ids For clothing, Scrooge Shop or.. by changing id's and incrementing it, 1 by 1.. and writing down.. There's most likely a easier way of ...
by khuong
Tue Dec 12, 2023 1:33 am
Forum: Single Player Cheat Requests
Topic: [Requests] Disney Dreamlight Valley
Replies: 749
Views: 71308

Re: [Requests] Disney Dreamlight Valley

Here is my table, hope it work for you guys. - I use pirate version of the game, so I don't know if Craft Result Swap / Item Swap will work in Original Game with Online Feature Check. - With Craft Result Swap, You can get NPC Skin, Premium Shop Item, Currency, Clothes, Furniture, Tools, and etc. - ...
by khuong
Fri Nov 10, 2023 4:51 am
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R

@Dhaos You can break the 20 Item Limit, in Game.GameDefine$$.cctor there's a mov eax, 0x14 that you can change to #99 (or whatever), and then a word ptr you have to change to 20.. Normally that instance is only called at game load, so not sure you can do it in CE unless you invoke it again.. but I'm...
by khuong
Thu Nov 09, 2023 2:42 am
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R

Decimus wrote:
Thu Nov 09, 2023 12:09 am
Can someone please make a script for 100% pickpocketing and maybe some for the cooking mini game, too (ie. no cooking failures, and no pressure scripts, etc).
Dhaos has already done the pickpocketing, and maybe some of the other stuff.. look at his post..
by khuong
Wed Nov 08, 2023 10:21 pm
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R

@DhaosCollider

Love the updates, lol trying to replicate some of this on the switch is ... time consuming..
by khuong
Tue Nov 07, 2023 3:10 pm
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R

@DhaosCollider

Looks like you have a mistake in one of your offsets for P->BattlePlayer[3] (Under Battle Manager)

00*08+20 (p1) instead of it should be 03*08+20 (p3)
by khuong
Sun Nov 05, 2023 2:53 am
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R Demo

umipumi wrote:
Sun Nov 05, 2023 2:04 am
possible to spawn specific items? I missed one that you cant get anymore
Drop Item Modifier -> Select what you want.. fight and profit
by khuong
Tue Oct 31, 2023 12:11 am
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid - Master Collection Version
Replies: 23
Views: 8089

Re: Metal Gear Solid - Master Collection Version

Thanks for the excellent work. Any chance for this to be updated for the VR missions and the integral version? I added Integral. VR stuff I probably won't do. Thank you! If you do the VR stuff (like stealth camp for VR) on behalf of the community I’ll send a 20 dollar steam gift card your way! I ap...
by khuong
Mon Oct 30, 2023 4:28 pm
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid - Master Collection Version
Replies: 23
Views: 8089

Re: Metal Gear Solid - Master Collection Version

Tech0506 wrote:
Mon Oct 30, 2023 12:03 pm
Thanks for the excellent work. Any chance for this to be updated for the VR missions and the integral version?
I added Integral.

VR stuff I probably won't do.
by khuong
Sun Oct 29, 2023 3:07 pm
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid - Master Collection Version
Replies: 23
Views: 8089

Re: Metal Gear Solid - Master Collection Version

@username69 - I did not do the other games (special/vr/integral) properly for this table.. I may take a look at it, but I mainly concentrate on doing the Nintendo switch stuff.
by khuong
Sun Oct 29, 2023 3:05 pm
Forum: Tables
Topic: Star Ocean The Second Story R
Replies: 194
Views: 44608

Re: Star Ocean The Second Story R Demo

Noobsama wrote:
Sun Oct 29, 2023 2:31 pm
Will these work on the full version of the game or will they need updated once it's released?
They will most likely have to be updated.
by khuong
Sun Oct 29, 2023 12:12 am
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid - Master Collection Version
Replies: 23
Views: 8089

Re: Metal Gear Solid - Master Collection Version

I made some cheats for the Switch version, and saw no one really made one for the PC Port. So here ya go, works on all languages -- this game/emulator is funky.. offsets change per language (or iso being loaded).. lucky enough the memory more or less matched the Switch version so.. I could use all m...
by khuong
Tue Oct 24, 2023 11:19 pm
Forum: Single Player Cheat Requests
Topic: Metal Gear Solid 3: Snake Eater Master Collection Version
Replies: 31
Views: 8845

Re: Metal Gear Solid 3: Snake Eater Master Collection Version

https://i.imgur.com/ezUfs2t.jpg Updated table: Inf. Suppressor was messing with all item counts. How easy was this to find the values for? I'm curious if MGS1-2 (and the MSX MG's) are just simple values in memory and not AOB'd. they are pretty much the same, this was a lazy port.. majority is 2 byt...
by khuong
Sun Sep 24, 2023 5:37 am
Forum: Tables
Topic: Starfield
Replies: 411
Views: 107633

Re: Starfield

how did you search for this? I decompiled the contraband scanning script and figured out how it worked, then attacked it based on its logic. This is the code it uses to determine what to do. Int contrabandStatus = playerShipRef.CheckContrabandStatus(True) If contrabandStatus < 0 && droppedContraban...