Booty Calls [+31]

Upload your cheat tables here (No requests)
Holakhehace
Noobzor
Noobzor
Posts: 5
Joined: Sun May 17, 2020 7:25 am
Reputation: 0

Re: Booty Calls [+30]

Post by Holakhehace »

Does anyone know if there is a way to add missions to the game in addition to the ones already in place?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Re: Booty Calls [+30]

Post by r0b33 »

Holakhehace wrote:
Sun May 17, 2020 7:31 am
Does anyone know if there is a way to add missions to the game in addition to the ones already in place?
No, you cannot create new missions just edit their rewards.

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Re: Booty Calls [+30]

Post by r0b33 »

ok, i know not so good double posting but i think this can be an excuse...

UPDATE
To the BCSS arrived the most awaited item list. Let me tell a couple word about it:
  1. As you see it isn't completed yet (some items not have icons... the reason: not so simple task slicing up a bulk image to get more than 100 icons. They will coming.)
  2. Some icon (i don't know why => ask about google) won't loading => i tried it with lot of different browsers this issue not browser dependent. Solution: tap F5 or CTRL+F5 to refresh the page.
  3. As you know (most of you know) i'm always trying to give stupid-proof stuffs to you, so here comes a little description:
    Image
    1. Item image => The devs loves give confusing names to certain items (if you check the table you will find some...) so i thought i add the items images to distinguish them from each other.
    2. This is the code what you need to use to get the item.
      1. There are items which will not appearing in your inventory (for example the puzzle pieces)
      2. Most code just the base, you have to complete with amount. For example ITEM_COLLECTABLE_BOOKS|100
      3. Don't forget change the reward type to ITEM and its length 15
    3. Item name as you see in game
    4. It is length of the base of code, you have to increase this number with amount of added characters. Staying at the above example:
      ITEM_COLLECTABLE_BOOKS[22]|100[4]
      22+4 = 26 <= this will be the length.
  4. As always, i have to rise your attention: I'm only a human. I tried to avoid to made mistake(s) but can be there. If you find any, please inform me.

jolagos
Noobzor
Noobzor
Posts: 9
Joined: Mon May 11, 2020 11:42 pm
Reputation: 0

Re: Booty Calls [+30]

Post by jolagos »

GreenHouse wrote:
Sat Apr 04, 2020 4:25 pm
Use this script to unlock all girls for now. I'll add it on to the table when I upload it.
It works the nearly the same way as the previous one. Enable the script, and then go on a date.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1823</ID>
      <Description>"Unlock All Girls"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
Player:CanUnlockGirl:
db 83 EC 08 B8 01 00 00 00 83 C4 08 C3

[DISABLE]
Player:CanUnlockGirl:
db 55 8B EC 53 57 56 83 EC 3C 8B 75 08
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


What do I need to do with this?

jolagos
Noobzor
Noobzor
Posts: 9
Joined: Mon May 11, 2020 11:42 pm
Reputation: 0

Re: Booty Calls [+30]

Post by jolagos »

Hello. I've been trying to unlock some girls but I have a few problems. I've tried to unlock them through get location (changing rewards etc.) and with the "new script" greenhouse posted 4th april. When I go on dates, the game keeps freezing after finishing the date. I tried using different accounts and I used both games (steam and dl version). Any thoughts? Thank you.

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Re: Booty Calls [+30]

Post by r0b33 »

Unlocked ALL girls?
what else do you expect from this script?
If you have all of them, that script you not need anymore. Switch it off.

User avatar
jdfbj
Noobzor
Noobzor
Posts: 8
Joined: Sat May 16, 2020 6:58 am
Reputation: 1

Re: Booty Calls [+30]

Post by jdfbj »

jolagos wrote:
Mon May 18, 2020 12:15 am
Hello. I've been trying to unlock some girls but I have a few problems. I've tried to unlock them through get location (changing rewards etc.) and with the "new script" greenhouse posted 4th april. When I go on dates, the game keeps freezing after finishing the date. I tried using different accounts and I used both games (steam and dl version). Any thoughts? Thank you.
;
SlickRick wrote:
Fri Apr 17, 2020 10:56 pm

I was having this problem for a few days until something just dawned on me - you don't go on a date with the girl. You use the cash icon at the top of the location to collect the bonus. r0b's explanation that included the phrase "close the panel" as well as some of the other screenshots where the Bonus Reward Interval was set to 10 are what really made things click. I changed mine to match, clicked it, didn't notice anything happen, clicked it again, then started watching my cash as I did so - no increase. Went over to the inventory screen, and sure enough, there were some new items.

Big thanks to r0b33 and GreenHouse for this thread, as well as the other posters who have explained things to my lurking self.

Had to register just so I could share this tidbit in case there are others like me and itmd who were having issues.

jolagos
Noobzor
Noobzor
Posts: 9
Joined: Mon May 11, 2020 11:42 pm
Reputation: 0

Re: Booty Calls [+30]

Post by jolagos »

jdfbj wrote:
Mon May 18, 2020 10:45 am
jolagos wrote:
Mon May 18, 2020 12:15 am
Hello. I've been trying to unlock some girls but I have a few problems. I've tried to unlock them through get location (changing rewards etc.) and with the "new script" greenhouse posted 4th april. When I go on dates, the game keeps freezing after finishing the date. I tried using different accounts and I used both games (steam and dl version). Any thoughts? Thank you.
;
SlickRick wrote:
Fri Apr 17, 2020 10:56 pm

I was having this problem for a few days until something just dawned on me - you don't go on a date with the girl. You use the cash icon at the top of the location to collect the bonus. r0b's explanation that included the phrase "close the panel" as well as some of the other screenshots where the Bonus Reward Interval was set to 10 are what really made things click. I changed mine to match, clicked it, didn't notice anything happen, clicked it again, then started watching my cash as I did so - no increase. Went over to the inventory screen, and sure enough, there were some new items.

Big thanks to r0b33 and GreenHouse for this thread, as well as the other posters who have explained things to my lurking self.

Had to register just so I could share this tidbit in case there are others like me and itmd who were having issues.
That really help me, thank you!. Btw does someone know where I can find all girl's name lenght codes?. I've found most of them at an old post from r0b33 but I want to know eve, vanessa and a few more.

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Re: Booty Calls [+30]

Post by r0b33 »

jolagos wrote:
Mon May 18, 2020 3:15 pm
That really help me, thank you!. Btw does someone know where I can find all girl's name lenght codes?. I've found most of them at an old post from r0b33 but I want to know eve, vanessa and a few more.
Did you saw [Link] spreadsheet?

jolagos
Noobzor
Noobzor
Posts: 9
Joined: Mon May 11, 2020 11:42 pm
Reputation: 0

Re: Booty Calls [+30]

Post by jolagos »

r0b33 wrote:
Mon May 18, 2020 4:04 pm
jolagos wrote:
Mon May 18, 2020 3:15 pm
That really help me, thank you!. Btw does someone know where I can find all girl's name lenght codes?. I've found most of them at an old post from r0b33 but I want to know eve, vanessa and a few more.
Did you saw [Link] spreadsheet?
Solved. Thank you for your help^^

Holakhehace
Noobzor
Noobzor
Posts: 5
Joined: Sun May 17, 2020 7:25 am
Reputation: 0

Booty Calls [+32]

Post by Holakhehace »

I have some questions that I hope you can solve:



If I put 999 on all objects, can they ban me?



In girls' gifts, if I put them free, will they ban me?



In the spreadsheet the image of Lara (DFr_ANIM_HALLOWEEN2) I cannot unlock it

and the things that are in red that mean the same in the spreadsheet

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Booty Calls [+32]

Post by r0b33 »

[QUOTE="Holakhehace, post: 135946, member: 41206"]

If I put 999 on all objects, can they ban me?

[/QUOTE]

I don't think... BUT...



The inventory may overflow if you get some more items and your inventory will broken (will not see what you have...). This isn't serious problem, you cannot avoid it. Sooner or later will happen.



I have lot more better idea than putting all kinds of stuff to your inventory:

[LIST=1]

[*]Put 99 STEEL to your inventory

[*]use this option from the table:

[IMG]https://i.imgur.com/VZOQYy6.jpg[/IMG]

[/LIST]

this option doing some weird thing (i think GreenHouse had a good reason to left that out from the main list):

[LIST]

[*]every location upgrade asks STEEL

[*]every personality upgrade asks STEEL

[*]every sex upgrade asks STEEL

[*]and your STEEL will not reduced

[/LIST]

An important thing:

[B][COLOR=rgb(209, 72, 65)]use it only when necessary, otherwise keep it switched off[/COLOR][/B]

[QUOTE="Holakhehace, post: 135946, member: 41206"]

In the spreadsheet the image of Lara (DFr_ANIM_HALLOWEEN2) I cannot unlock it

and the things that are in red that mean the same in the spreadsheet

[/QUOTE]

you did everything this way? (except interval. that no matters.)

[IMG]https://i.imgur.com/QoN4yQH.jpg[/IMG]

you have set the reward type to photo?

you have set the reward type length to 16?

you have set the reward length to the appropriate number?

you collected the cash pile from (in this case) the bar?



is that [I]it doesn't work[/I] a little bit few information.

Planeptuniaa
What is cheating?
What is cheating?
Posts: 4
Joined: Wed May 20, 2020 11:51 pm
Reputation: 0

Booty Calls [+32]

Post by Planeptuniaa »

Hi i can't unlock any girls can you help me pls?

User avatar
r0b33
Table Makers
Table Makers
Posts: 505
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 300

Booty Calls [+32]

Post by r0b33 »

[QUOTE="Planeptuniaa, post: 136038, member: 41722"]

Hi i can't unlock any girls can you help me pls?

[/QUOTE]

try this

[URL]https://fearlessrevolution.com/threads/9935/post-129174[/URL]

or this

[URL]https://fearlessrevolution.com/threads/9935/post-112167[/URL]
Last edited by r0b33 on Thu May 21, 2020 4:08 am, edited 2 times in total.

huhumkmk
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 21, 2020 11:37 am
Reputation: 0

Booty Calls [+32]

Post by huhumkmk »

How can I get Vanessa and all pictures?
Last edited by huhumkmk on Thu May 21, 2020 11:46 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: admantx, Baidu [Spider], Bing [Bot], BLEXBot, cheatycheater, Coreveen, dameno, elamigopaisa, Google [Bot], Google Adsense [Bot], ll471272678, M1G, Ricench1ps, scvelmont, shinka, sinnedomoyap, vallenvega, winterwyrm, Xout