Cheat Mod Ren'Py Battle of the Bulges Anti-AntiCheat [v0.8.Otter.1]

5.00 star(s) 2 Votes

Seeker_

Newbie
Jun 16, 2017
28
51
Hello there I am sorry to ask but could you copy your "defaults_import" script for 1.0 and give it to me on here please? I wasn't planning on playing the game right now so either I will have to clog up my memory by keeping it around or deleting and re downloading it later when I end up playing it (I never have much memory laying around so i end up manually bookmarking and backing up everything and then deleting everything I'm not playing).

I was planning on updating my own mod using your scripts then i guess trying to mash TCMS scripts together with yours later when he gets the chance to update it himself.
No problem, here it is. I hope it helps you.
 
  • Like
Reactions: Sr.D and Jellyluve

t_jay17

Member
Aug 24, 2016
326
72
I get this error when trying to load my save from the previous version

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
ImportError: No module named matrix

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\core.py", line 3490, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\behavior.py", line 858, in handle_click
    rv = run(action)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\loadsave.py", line 752, in load
    roots, log = loads(location.load(filename))
  File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulges-10-pc_compressed\BattleoftheBulges-1.0-pc compressed\renpy\loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Windows-8-6.2.9200
Ren'Py 7.2.0.424
Battle of the Bulges 1.0
Sat Jun 06 11:47:37 2020
 

tincann

Newbie
Jul 18, 2017
99
92
Hello!! I think TCMS is dealing with other things, so I'm here to help him once again. This is my v1.0 update for the anti anticheat-mod, hope you enjoy it.

For those who wanted an update, I'm very sorry, I was thinking of uploading this earlier, but I didn't want to take credit for this mod. So, I kept waiting for the official update, but you know ... it's been almost a month and TCMS said he doesn't play the game.

Things you should consider:
  • The game takes a while to start. You can check if actually started in your "Task Manager". When you open it a proccess on the background with the name "BattleoftheBulges.exe (32 bit)" will appear. Just be patient and wait.
  • On your first day don't act like He-man with Nikki (your sister). You can't lift the wardrobe the first time, wait until the next day.
  • On Monday you can't go inside Audacious building, even if you have the pass or beat the guard, because there are no events for that day.
I attach the normal and the incest version. Download the one you like!

If you see a problem regard this let me know.
Just a heads up Seeker_LM: Your Incest Version does not download. Keeps getting download Failed. Normal works fine.
 

G3RWANT

Member
Feb 12, 2018
461
113
I started a new game again, I came to the point where I pick up my sister's wardrobe and she says that I used the console, I can somehow remove it
 
Mar 27, 2019
425
171
Anybody know when will this mod be updated to the current 1.0 game version ... op says game version 0.8 i think but the current game version now is 1.0 ...
 

ImTheDude88

New Member
Apr 8, 2020
11
5
Anybody know when will this mod be updated to the current 1.0 game version ... op says game version 0.8 i think but the current game version now is 1.0 ...
Versions 0.8 and 1.0 are really the same game version. The only difference is that Epic added the last day to the gallery viewer. So this cheat mod works with version 1.0. At least it works for me.
 
  • Like
Reactions: _rexletheo_
Mar 27, 2019
425
171
Versions 0.8 and 1.0 are really the same game version. The only difference is that Epic added the last day to the gallery viewer. So this cheat mod works with version 1.0. At least it works for me.
ok just wanted know i like this game and the mod does help to not get kick out of the game when using cheats...
 
  • Like
Reactions: ImTheDude88

Seeker_

Newbie
Jun 16, 2017
28
51
when the update to 1.0
Anybody know when will this mod be updated to the current 1.0 game version ... op says game version 0.8 i think but the current game version now is 1.0 ...
Does this mod work with version 1.0? If so, please update the OP.
You can try this one:
Hello!! I think TCMS is dealing with other things, so I'm here to help him once again. This is my v1.0 update for the anti anticheat-mod, hope you enjoy it.

For those who wanted an update, I'm very sorry, I was thinking of uploading this earlier, but I didn't want to take credit for this mod. So, I kept waiting for the official update, but you know ... it's been almost a month and TCMS said he doesn't play the game.

Things you should consider:
  • The game takes a while to start. You can check if actually started in your "Task Manager". When you open it a proccess on the background with the name "BattleoftheBulges.exe (32 bit)" will appear. Just be patient and wait.
  • On your first day don't act like He-man with Nikki (your sister). You can't lift the wardrobe the first time, wait until the next day.
  • On Monday you can't go inside Audacious building, even if you have the pass or beat the guard, because there are no events for that day.
I attach the normal and the incest version. Download the one you like!

If you see a problem regard this let me know.
 

Yanto_ganteng

New Member
Mar 25, 2021
1
0
You can try this one:
im sorry for digging this up. But, is this compatible with the android (compressed) version? ive tried changing the files with APK Editor using the v0.8 patch, just blank. If you have the technical knowledge could you pleasse convert it to be android compatible..? Also noticed the files were different. The patch have .rpy extension but the app have .rpyc extension.(im new to renpy & dont have a pc..)

im again sorry for digging this up (´°̥̥̥̥̥̥̥̥ω°̥̥̥̥̥̥̥̥`)
 

Seeker_

Newbie
Jun 16, 2017
28
51
im sorry for digging this up. But, is this compatible with the android (compressed) version? ive tried changing the files with APK Editor using the v0.8 patch, just blank. If you have the technical knowledge could you pleasse convert it to be android compatible..? Also noticed the files were different. The patch have .rpy extension but the app have .rpyc extension.(im new to renpy & dont have a pc..)

im again sorry for digging this up (´°̥̥̥̥̥̥̥̥ω°̥̥̥̥̥̥̥̥`)
Sorry, but this is PC only. I could try to make an android version this weekend, but I can't promise anything. Give me some time to do a research.
 
  • Red Heart
Reactions: Yanto_ganteng

gunthax

New Member
Aug 5, 2018
10
1
Does this mod make it so jose cannot beat you to the girls, all of them? Played the game before with mods and he could still beat you even if you made the girls levels super low for him. Thanks
 
5.00 star(s) 2 Votes