4.40 star(s) 15 Votes

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,547
3,917
436
BraveheartAcademy2-0.4
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

nyanmaruu182

New Member
Oct 27, 2018
8
4
80
View attachment 2583630
Braveheart Academy 2 [v0.4] Walkthrough Mod

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download: -

As always, if you like the game, please show your support for the Dev, .
If you like my work, please consider supporting me on my or , check my
.​
Hello, got crash on opening game
 
Nov 9, 2022
13
88
136
View attachment 2583630
Braveheart Academy 2 [v0.4] Walkthrough Mod

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download: -

As always, if you like the game, please show your support for the Dev, .
If you like my work, please consider supporting me on my or , check my
.​
The mod throws an error, for me at least.

I'm sorry, but an uncaught exception occurred.

While parsing C:\Users\xxx\Downloads\Compressed\BraveheartAcademy2-0.4-pc\game/MnYEvents.rpy.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 19761: invalid start byte
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,316
85,419
926
The mod throws an error, for me at least.

I'm sorry, but an uncaught exception occurred.

While parsing C:\Users\xxx\Downloads\Compressed\BraveheartAcademy2-0.4-pc\game/MnYEvents.rpy.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 19761: invalid start byte
Hello, got crash on opening game
Should be fixed
 
  • Like
Reactions: Tearil

kingmich

Member
May 21, 2017
456
387
256
He was working on his other, in my opinion amazing game for like 2 years, how is that a scammer?



View attachment 5297854

It's centered on my version, a mod maybe?
hey i thought he was being a scammer cause to be fair man we been having alot.. scammers working on h games these days forgot about futa leave game never really care for it so i forgot about that one lol
 
  • Sad
Reactions: SnowyFrost

Efe Can

Newbie
May 19, 2018
78
43
57
I'm sorry, but an uncaught exception occurred.

While parsing D:\Steam\tf\BraveheartAcademy2-0.4-pc\game/MnYEvents.rpy.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 19761: invalid start byte

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

Full traceback:
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\script.py", line 359, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\script.py", line 929, in load_appropriate_file
data, stmts = self.load_file(dir, fn + source)
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\script.py", line 721, in load_file
stmts = renpy.parser.parse(fullfn)
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\parser.py", line 1685, in parse
lines = list_logical_lines(fn, filedata, linenumber)
File "D:\Steam\tf\BraveheartAcademy2-0.4-pc\renpy\lexer.py", line 302, in list_logical_lines
data = f.read().decode("utf-8", "python_strict")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 19761: invalid start byte
 

OldMoonSong

Member
Jun 2, 2018
218
1,309
349
Universal Incest Patch
-------------------------
turns stepsister into blood related sister

Usage: copy attached file (right click -> save as) into the game/ folder
Incest patch doesn't seem to work, still introduces the sister as your step sister.
Indentation bug results in only the first replacement key being checked.

Fixed version:

Code:
init 1 python:
    replaces = { 'step-': '', 'Step-': '', 'step': '', 'Step': '' }

    def change_to_incest(text):
        replaced_text = text

        for key in replaces.keys():
            replaced_text = replaced_text.replace(key, replaces[key])

        return replaced_text


    config.say_menu_text_filter = change_to_incest
 
  • Like
Reactions: sc0rps and Servius
4.40 star(s) 15 Votes