Page 102 of 125

Re: Booty Calls [+31]

Posted: Sun Jul 17, 2022 10:18 pm
by tarnby
steelgreat9 wrote:
Wed Jul 13, 2022 7:54 pm
notsofast wrote:
Tue Jun 28, 2022 4:01 am
GreenHouse wrote:
Mon Jun 27, 2022 6:36 am

As a general advice, you shouldn't use Code Injection, and use aobscan instead. Use the Aobscan template, and change aobscan to aobscanregion. The format would be something like: aobscanregion(get_customSexPose,CustomizeSexPanel:Buy,CustomizeSexPanel:Buy+200,AOBHERE).
Using Code Injection will always inject it on the same location, and any update that changes the function will break the script and crash the game. But aobscanregion will look inside the area you specify, so even if there's a change in the function and it moves around, it will still place it in the correct place.

i'll try that. I'm new to CE stuff and still figuring out mono. Will update soon

edit: Hopefully this will work better

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2887</ID>
      <Description>"Free Custom Sex Pose"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanregion(CustomSexPose,CustomizeSexPanel:Buy+8e,CustomizeSexPanel:Buy+9e,48 63 4F 30 48 89 4D C0) // should be unique
alloc(newmem,$1000,CustomSexPose)

label(code)
label(return)

newmem:

code:
  mov [rdi+30],0
  movsxd  rcx,dword ptr [rdi+30]
  mov [rbp-40],rcx
  jmp return

CustomSexPose:
  jmp newmem
  nop 3
return:
registersymbol(CustomSexPose)

[DISABLE]

CustomSexPose:
  db 48 63 4F 30 48 89 4D C0

unregistersymbol(CustomSexPose)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: CustomizeSexPanel:Buy+92

CustomizeSexPanel:Buy+6b: 48 89 45 D8                    - mov [rbp-28],rax
CustomizeSexPanel:Buy+6f: 48 8B CF                       - mov rcx,rdi
CustomizeSexPanel:Buy+72: 83 3F 00                       - cmp dword ptr [rdi],00
CustomizeSexPanel:Buy+75: 90                             - nop 
CustomizeSexPanel:Buy+76: 49 BB 8A 3A 5A EE 07 02 00 00  - mov r11,00000207EE5A3A8A
CustomizeSexPanel:Buy+80: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+83: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+86: 48 8B 45 88                    - mov rax,[rbp-78]
CustomizeSexPanel:Buy+8a: 48 8B 49 10                    - mov rcx,[rcx+10]
CustomizeSexPanel:Buy+8e: 48 89 4D B8                    - mov [rbp-48],rcx
// ---------- INJECTING HERE ----------
CustomizeSexPanel:Buy+92: 48 63 4F 30                    - movsxd  rcx,dword ptr [rdi+30]
// ---------- DONE INJECTING  ----------
CustomizeSexPanel:Buy+96: 48 89 4D C0                    - mov [rbp-40],rcx
CustomizeSexPanel:Buy+9a: 48 89 45 90                    - mov [rbp-70],rax
CustomizeSexPanel:Buy+9e: 48 85 C0                       - test rax,rax
CustomizeSexPanel:Buy+a1: 0F 84 7C 01 00 00              - je CustomizeSexPanel:Buy+223
CustomizeSexPanel:Buy+a7: 48 B9 30 5A 29 C9 07 02 00 00  - mov rcx,00000207C9295A30
CustomizeSexPanel:Buy+b1: 48 8D 64 24 00                 - lea rsp,[rsp+00]
CustomizeSexPanel:Buy+b6: 49 BB 10 10 F3 D7 05 02 00 00  - mov r11,System.Object:__icall_wrapper_ves_icall_object_new_specific
CustomizeSexPanel:Buy+c0: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+c3: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+c6: 48 8B 45 90                    - mov rax,[rbp-70]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I tried this but nothing happened, did I do something wrong ?
Along with this, the ID Dumper doesn't work atm for some reason? Can't activate it.
Also update the spreadsheet for Vampire Annie Variation : GIRLVARIATION_ANNIE_VAMP [24]

Re: Booty Calls [+31]

Posted: Fri Jul 22, 2022 2:14 pm
by ahmedaz96
Hello,
is there a version that Fela Market works ,thanks in advance :)

Re: Booty Calls [+31]

Posted: Fri Jul 22, 2022 5:39 pm
by r0b33
BootyCalls CE Table
THIS VERSION WORKS ONLY WITH THE NUTAKU VERSION

BootyCalls_NE_1.2.119.528_CV1869_v2
BootyCalls_NE_1.2.119.528_CV1869.CT
CHANGELOG
  • FIXED Unlock All Girls (hopefully it will not cause any glitches from now on)
  • FIXED All Daily Chests Available + Infinite Use
  • FIXED DoubleDate points
  • FIXED Phone option ▶️ from now on, the extension is really free
  • ADDED Unlock All Girls ▶️ now also unlocks the variations
  • A bit more optimized (140,60 KiB reduced 45,06 KiB)
  • find the rest of the list of changes here
Dumper, flea market works - checked
File deleted - there is a newer version.

Re: Booty Calls [+31]

Posted: Sat Jul 23, 2022 6:11 am
by iSharkzz7
hello, can you add the option to unlock all messages for the nutaku edition table please?

Re: Booty Calls [+31]

Posted: Sat Jul 23, 2022 4:48 pm
by r0b33
iSharkzz7 wrote:
Sat Jul 23, 2022 6:11 am
hello, can you add the option to unlock all messages for the nutaku edition table please?
I cannot add it, and GreenHouse says it is difficult to solve.

Re: Booty Calls [+31]

Posted: Sun Jul 24, 2022 11:05 am
by KarlHeinz
how can i unlock the different sexpose's for the girls?

Re: Booty Calls [+31]

Posted: Sun Jul 24, 2022 4:48 pm
by tiger1138
KarlHeinz wrote:
Sun Jul 24, 2022 11:05 am
how can i unlock the different sexpose's for the girls?
You would use the "Get Location" function. You get the proper code from the spreadsheet. Search through this thread, Find the instructions. It's here many, many times. If you don't want to search page by page, use the search thread bar.

Re: Booty Calls [+31]

Posted: Mon Jul 25, 2022 3:25 am
by r0b33
tiger1138 wrote:
Sun Jul 24, 2022 4:48 pm
KarlHeinz wrote:
Sun Jul 24, 2022 11:05 am
how can i unlock the different sexpose's for the girls?
You would use the "Get Location" function. You get the proper code from the spreadsheet. Search through this thread, Find the instructions. It's here many, many times. If you don't want to search page by page, use the search thread bar.
...or there is a Free Sexpose / BG option...

Re: Booty Calls [+31]

Posted: Tue Jul 26, 2022 1:07 am
by tiger1138
r0b33 wrote:
Mon Jul 25, 2022 3:25 am
tiger1138 wrote:
Sun Jul 24, 2022 4:48 pm
KarlHeinz wrote:
Sun Jul 24, 2022 11:05 am
how can i unlock the different sexpose's for the girls?
You would use the "Get Location" function. You get the proper code from the spreadsheet. Search through this thread, Find the instructions. It's here many, many times. If you don't want to search page by page, use the search thread bar.
...or there is a Free Sexpose / BG option...
Good call. I remember seeing that in the most recent table. I just haven't used it myself, why I didn't think of that.

Re: Booty Calls [+31]

Posted: Tue Jul 26, 2022 7:12 pm
by darklegend
Question how do you add event items in this game?
Like from the special pictures

Re: Booty Calls [+31]

Posted: Wed Jul 27, 2022 1:53 am
by tiger1138
Ok, not sure what I did wrong with this process. I attempted to add the new variation of Liv. I looked up the string for her in the resources.assets.
It's GIRLVARIATION_LIV_3D, with 20 characters. So I used that in the Get Location, and when I clicked the reward for it, the 3d variation splash screen came up. I hit the "x" in the corner, and then restarted the game. It loads to 100% and doesn't go anywhere from there, just stuck with the bar at 100%.
I then went variation, but at the top of the window it says "Collected 2/2".
I even tried deleting the game folder and unzipping it again. still freezes at 100%.

I'm at a loss.

Re: Booty Calls [+31]

Posted: Sat Jul 30, 2022 10:54 am
by r0b33
BootyCalls CE Table
THIS VERSION WORKS ONLY WITH THE NUTAKU VERSION

BootyCalls_NE_1.2.122.576_CV18842

CHANGELOG
  • FIXED Phone ▶️ SlotCost
  • ADDED Location ▶️ Party BOAT ▶️ Infinitely Collectable milestones
File deleted - there is a newer version.

Re: Booty Calls [+31]

Posted: Sat Jul 30, 2022 1:46 pm
by FURious_jerk
who knows the name of pamela's independence day sexpose?

Re: Booty Calls [+31]

Posted: Sat Jul 30, 2022 3:21 pm
by r0b33
FURious_jerk wrote:
Sat Jul 30, 2022 1:46 pm
who knows the name of pamela's independence day sexpose?
GIRL_PAMELA_SEXPOSE_INDEPENDENCE_DAY_2022

Re: Booty Calls [+31]

Posted: Sun Jul 31, 2022 5:25 pm
by youkd3298
i want unlock all pic in nutaku ver :(