Guy
Guy
  • Видео 34
  • Просмотров 153 324
Fable II: Prepare To Guy Edition - Combat Rebalance
Welcome to Fable 2: Prepare To Guy Edition.
The game is now hard. Very hard.
This is a showcase for Combat Rebalance, a mod that does what it says on the tin.
Enemies are smarter. You are more fragile. Potions heal slowly. Magic is harder. But melee is better.
You can no longer employ the usual "strategies" (exploits) in order to breeze through the game.
Combine it with my Death Matters mod and you'll soon be very familiar with the main menu screen. Death Matters is currently bundled with the Archon's Toolbox.
The Mod Repository:
github.com/JustSomeGuy1234/ArchonsMods
Archon's Toolbox Tutorial:
ruclips.net/video/0mGzKOlmfUY/видео.html
Patreon:
www.patreon.com/GuysMods
Discord:
discord.gg/kSNbpXHVdw
Tim...
Просмотров: 729

Видео

Fable 2 Memory Manipulation Using Lua - Proof Of Concept
Просмотров 3564 месяца назад
Watch in 60fps or you can't see the difference. Watch on a monitor or you can't see at all. In this video I exploit a specific pair of functions exposed to Lua in order to write to the V-Sync byte in raw memory which uncaps framerate in realtime, using nothing but Lua. (Partial code shown in the window on the right) The applications for this are basically endless. My current goal is to uncap fr...
Archon's Toolbox Reveal - The Fable 2 Mod Manager
Просмотров 6 тыс.10 месяцев назад
Unveiling Archon's Toolbox, the Fable 2 Script Mod Manager! Download: github.com/JustSomeGuy1234/Archons-Toolbox Usage Tutorial: ruclips.net/video/0mGzKOlmfUY/видео.html Archon's Toolbox lets you install Lua script mods to your game. Things like fishing, combat rebalances, new quests, and pretty much anything else you can think of is now possible. Discord: discord.gg/kSNbpXHVdw Patreon: www.pat...
Archon's Toolbox Authoring: Part 6 - Updating
Просмотров 6910 месяцев назад
In this video we cover how to handle updating. If we don't do this our mod will get reset whenever it's updated, as if it had just been installed for the first time.
Archon's Toolbox Authoring: Part 5 - Mod Configuration Menu
Просмотров 7010 месяцев назад
In this video we create a couple of menus to add to the Mod Configuration Menu (MCM). The menus let the player choose which creatures to summon and at which spell level. One of the menus is dynamically created, and takes control of the menu system itself by directly calling the OpenMenu function.
Archon's Toolbox Authoring: Part 4 - Expanding Our Mod
Просмотров 7010 месяцев назад
In this video we write a lot more of the mods code. We will cover various game systems, including the MessageEvents system. In the next video we will create a menu for the Mod Configuration Menu (MCM) so that players can configure certain aspects, such as which entities are summoned.
Archon's Toolbox Authoring: Part 3 - Mod Adaptation
Просмотров 5710 месяцев назад
In this video we set up the files and folders to move our mods code into. This will let the Mod Manager start, stop, and control our mod. In the next video, we write the majority of the mods code.
Archon's Toolbox Authoring: Part 2 - Creating A Prototype
Просмотров 10810 месяцев назад
In this video I use the RuntimeCodeLoader mod to write some of our mod's fundamental code, in real time. In the next video we will move our code into a proper mod that the manager... manages.
Archon's Toolbox Authoring: Part 7 - Modhooks
Просмотров 7010 месяцев назад
In this video we create a new mod that works purely off of ModHooks, which doesn't even have a coroutine. For Archon's Toolbox, the Fable 2 Script Mod Manager/Modding Framework.
Archon's Toolbox Authoring: Part 1 - Requirements
Просмотров 19710 месяцев назад
In this video series we walk through creating an entire mod from scratch. We'll cover everything from coming up with the concept, to writing the mod's code and creating an MCM menu. In this video I'll tell you what you need to start creating your own mod, and what kind of mod I'll be aiming to make. Extracting And Decompiling Lua Scripts (BnkExplorer, Java & UnluaC required): ruclips.net/video/...
Archon's Toolbox Tutorial
Просмотров 1,3 тыс.10 месяцев назад
In this video we'll be using Archon's Toolbox for Fable 2 to patch our game and install the Debug Menu Mod. Download: github.com/JustSomeGuy1234/Archons-Toolbox Convert from ISO/GOD to XEX: ruclips.net/video/4ALyB36Gnes/видео.htmlsi=agJkyjuhcfnwaWXB&t=360 Discord: discord.gg/kSNbpXHVdw Patreon: www.patreon.com/GuysMods 00:00 Intro 00:11 Game Requirements 00:56 Patching The Game 01:59 Installing...
Fable 2 PC 2023 Ultimate Guide | Xenia + Fixes | xCloud
Просмотров 88 тыс.Год назад
This is my ultimate guide for playing Fable II on PC in 2023. We will compare the pros and cons of the Xenia emulator and Xbox Cloud Gaming to help you decide which is the best for you. It also guides you through setting up Xenia from start to finish, including the installation of recommended patches and tweaks. Xenia's black textures, dog vertex explosion, and flickering light / shadows / sun ...
Fable II - First Person Mod (Proof of Concept)
Просмотров 2,3 тыс.Год назад
Proof of concept for a First Person Camera mod for Fable 2. This individual mod currently totals about 50 lines of code and took only a couple of hours to make (the majority of which was spent learning about the camera system). The melee combat looks a little janky because I got so close to the enemy and the melee weapon is out of view most of the time, but it's still fully functional. I didn't...
Dante's Inferno - Xenia Canary (Audio Works!) - 1440p
Просмотров 1,1 тыс.Год назад
Some footage from the first hour of the game on Xenia Canary@55877f4 from 25th Oct 2022 Audio for the game seems to be fixed with the new Canary updates from Gliniak! (and others?) The game did crash during the judgement demon thingy fight after something like 40 mins of gameplay, though of course it's not a consistent crash and I was able to get past with no problems on the second try. The gam...
How to Install Wrestling Empire Music Mod (2022)
Просмотров 7 тыс.Год назад
Since i'll no longer be releasing patches for my mod, here's a video showing you *exactly* how to install it yourself with the source code. In the future, game updates may make the music-related code drastically different which would make this tutorial obsolete. I will not be updating this mod/video to be compatible with future game versions. The code you need: github.com/JustSomeGuy1234/Wrestl...
Fable II Debug Menu Mod
Просмотров 6 тыс.2 года назад
Fable II Debug Menu Mod
Fable II Xenia Playthrough - 1080p 60FPS - Part 2/3
Просмотров 4092 года назад
Fable II Xenia Playthrough - 1080p 60FPS - Part 2/3
Fable II Xenia Playthrough - 1080p 60FPS - Part 3/3
Просмотров 2242 года назад
Fable II Xenia Playthrough - 1080p 60FPS - Part 3/3
Fable II Xenia Playthrough - 1080p 60FPS - Part 1/3
Просмотров 1,6 тыс.2 года назад
Fable II Xenia Playthrough - 1080p 60FPS - Part 1/3
Fable II Script Modding Tutorial
Просмотров 2,1 тыс.2 года назад
Fable II Script Modding Tutorial
Fable II Cut Content: The Singing Sword
Просмотров 1,3 тыс.2 года назад
Fable II Cut Content: The Singing Sword
Fable Pub Games Full Soundtrack (High Quality)
Просмотров 7462 года назад
Fable Pub Games Full Soundtrack (High Quality)
Dying Braincells
Просмотров 1303 года назад
Dying Braincells
Wrestling Empire Custom Music/Theme Mod
Просмотров 26 тыс.3 года назад
Wrestling Empire Custom Music/Theme Mod
Fable 2 Hobbe Cave Theme
Просмотров 1,5 тыс.3 года назад
Fable 2 Hobbe Cave Theme
Fable Bowerstone Wallpaper Engine
Просмотров 983 года назад
Fable Bowerstone Wallpaper Engine
How to Install Mods for SCP-3008
Просмотров 1,3 тыс.4 года назад
How to Install Mods for SCP-3008
Arcanists last moments
Просмотров 2,3 тыс.6 лет назад
Arcanists last moments
EH
Просмотров 1,6 тыс.6 лет назад
EH
Chicken
Просмотров 406 лет назад
Chicken

Комментарии

  • @samz9121
    @samz9121 День назад

    And here the only thing I wanted to do is to juice Hal’s set to end game stats and put assassins rush back in. Great job.

  • @beefmccat2737
    @beefmccat2737 День назад

    Do you know if there's any fix for dialogue audio being cut off early? Sometimes when interacting with characters they might skip the first line of their dialogue and go straight into the next line. I'm thinking it might be something to do with loading issues the first time encountering new dialogue, as when I reset the game it played through previous dialogue completely fine.

    • @NotJustSomeGuy
      @NotJustSomeGuy День назад

      Afraid not :( The audio decoder gets relatively frequent updates so there's a good chance it'll get fixed... at some point.

  • @ceryx6849
    @ceryx6849 3 дня назад

    Hi man, i need some help here. I have 10.1 version of the game. My disk was in the wrong box though and i'm not quite sure which version i have. Well that was until i managed to get my disk files on my computer. I did verify hash and it was the same as the one in the patch. Also Xenia considers it as 10.1 version soooo... i guess it's the right one ? I saw there was a GOTY and platinum GOTY which has DLCs. Can't be sure which is mine though. Anyways I can't manage to make [patches applied] appear in the upper bar of xenia. Do you have any idea what might be causing it ? I also verified that patches were enabled in the xenia toml file.

    • @NotJustSomeGuy
      @NotJustSomeGuy 3 дня назад

      If you look at the Xenia log file it'll probably tell you if there's an error when it tries to apply the patches. It sounds like either the patch file has been edited incorrectly or it's in the wrong place. Try deleting them and re-adding them from the patch zip.

    • @ceryx6849
      @ceryx6849 3 дня назад

      @@NotJustSomeGuy Hahahaha i can't believe i didn't think about deleting and replacing the patch before. I've been trying things for hours. It works all good thanks !

    • @ceryx6849
      @ceryx6849 3 дня назад

      @@NotJustSomeGuy One more thing : If i don't upscale and set resolve to true, i don't have to disable texture morphing and i'm keeping the physical changes, dyes and make up without causing any bugs, right ? (at the cost of half my fps of course)

    • @NotJustSomeGuy
      @NotJustSomeGuy 3 дня назад

      @@ceryx6849 I *think* so, but there's a chance the dog model explosion bug might persist. If it does happen make sure you change the dog breed and see if it goes away.

    • @ceryx6849
      @ceryx6849 3 дня назад

      @@NotJustSomeGuy Alright. I've been experiencing terrible performances with readback. 22 to 40 fps all spikey so i decided to use your fix instead. I'll try the revert-revert solution if i really want to apply some cosmetic changes. I don't intend to play evil anyways. Still, i'm surprised i can't run a smooth 60fps 1080p without using 100% of my GPU (and experiences graphical glitches and crashes alot) with your patches. I have a RTX3050 8GB GPU and 32GB RAM. So i'm going for og 720p, 50fps + reshade and high priority set in task manager. It's the best setup i've been able to configure. I just got to adulthood and have yet to experience crash frequency to acess whether it's alright or not. For those wondering, if you can't manage to find a good revert-revert workaround explanation for cosmetic morphs, i think this is the exact right way of doing it : - Save and quit before using cosmetic stuff - turn off texture morph disable patch temporarily - turn setback_resolve to true + resolution_scaling to 1 (x and y) - load your game and make sure character is not blacked - change cosmetics, save and quit - If it doesn't seem to work just play around a bit, change zone, do stuff before save and quit. - then revert the settings back to setback_resolve = false and morph patch.

  • @MissAwesomePants
    @MissAwesomePants 4 дня назад

    is there a mod that makes my character not look too buff? I want her strong, but not look too square if that makes sense.

    • @NotJustSomeGuy
      @NotJustSomeGuy 3 дня назад

      The Debug Menu Mod which is included with Archon's Toolbox has an option to override the morphs. Find the Cheat Menu > Stats Menu and set Override Ability Morphs to true. Then change strength to what you'd like.

    • @MissAwesomePants
      @MissAwesomePants 3 дня назад

      @@NotJustSomeGuy Thanks for replying! I was a dumb dumb and didn't figure it out at first. Got it. Thanks!

  • @ceryx6849
    @ceryx6849 4 дня назад

    Hi, i'm still figuring out how to install the stuff. Thank you for this tutorial. What's your desktop wallpaper though ? It's dope !

  • @MarkOfBladesOfficial
    @MarkOfBladesOfficial 4 дня назад

    Amazing work! i will test it on my xbox 360 rgh as well. Btw is there any chance for future skin/armor mods ? It would be amazing to bring Jack Of Blades as an armor/skin ❤ Love your work ❤

  • @dreghorn007
    @dreghorn007 11 дней назад

    How do i get pc controls to work for it?

  • @spacepirate9882
    @spacepirate9882 13 дней назад

    How do you know the actual framerate on Xenia? I don't see any fps meter and Afterburner show constant 60 fps even when it clearly look like the framerate is not even 30 fps.

    • @NotJustSomeGuy
      @NotJustSomeGuy 13 дней назад

      Xenia used to have a rather complex framerate counter but it was more for debugging and it hurt performance so it was removed in normal builds a year or so ago. I currently use Xbox Game Bar when I need to see framerate and it works nicely for me. Your GPU manufacturer will also have some kind of overlay, e.g. Nvidia's overlay or the Radeon overlay which will show framerate.

    • @spacepirate9882
      @spacepirate9882 13 дней назад

      @@NotJustSomeGuy Radeon overlay shows "NA", it can't read the framerate of the game. I will try the xbox game bar but my biggest problem actually is the stability of the game, I can't play more than 10 minutes without a crash.

    • @NotJustSomeGuy
      @NotJustSomeGuy 12 дней назад

      ​@@spacepirate9882 The AMD GPU drivers are notorious for having poor compatibility with Xenia, so it could be that.

  • @dylanmonstrum1538
    @dylanmonstrum1538 14 дней назад

    Wait... HOW are you playing?!

    • @NotJustSomeGuy
      @NotJustSomeGuy 14 дней назад

      I play on PC using Xenia but you can also use Xbox Cloud Gaming. I made a video comparing the two and how to set up Xenia (you'll need to get the game files onto your PC which isn't covered in the video) ruclips.net/video/98ACUnkzqx0/видео.htmlsi=wWOPpHqIpxNoOnkX

    • @dylanmonstrum1538
      @dylanmonstrum1538 14 дней назад

      @@NotJustSomeGuy Absolutely legendary, thanks heaps! No problem, I have a disk, I'll use that. I'll use your toolbox for sure!

  • @badnipple
    @badnipple 17 дней назад

    hey you are the best for this! im going to do my best to become a patreon! Edit: Im a patron :) Edit edit: I've applied the patches, but my character still has no texture along with my dog? none of the patches worked for me :( please help

  • @badnipple
    @badnipple 17 дней назад

    Hi! This is so great! How did you get the game? Which platform sells? I could only download and it's so buggy

  • @fenixmunozgarcia2021
    @fenixmunozgarcia2021 20 дней назад

    You are my hero, this one was the only game that I was unable to play.

  • @Jaakie79
    @Jaakie79 24 дня назад

    Can this be installed mid play through?

    • @NotJustSomeGuy
      @NotJustSomeGuy 24 дня назад

      Yep!

    • @Jaakie79
      @Jaakie79 22 дня назад

      @@NotJustSomeGuy Just wanted to add that this is awesome man. Having enemies actually do damage makes the whole experience so much more enjoyable. I actually bought health potions for the 1st time. Great work!

  • @vnt1869
    @vnt1869 25 дней назад

    Bro, how can i put in in my xbox 360 with rgh?

  • @howliemandelsprolapsedanus4269
    @howliemandelsprolapsedanus4269 27 дней назад

    Thanks to your video. I was able to fable 2 on pc. A little bit of my childhood. It was a fucking blast. Thank you.

  • @carvaiio
    @carvaiio 29 дней назад

    This honestly looks amazing! Could I suggest a permadeath option, perhaps?

  • @sarahlynn7807
    @sarahlynn7807 29 дней назад

    But where are the mods being shared?

  • @RGsunlight091
    @RGsunlight091 Месяц назад

    Great video, do you have some news about a more stable version of Xenia today in 2024 with save corruption and optimisation ?

  • @rasmusazu
    @rasmusazu Месяц назад

    Anyone had the bug where the sun is visible and flickering through objects? Mainly in underground areas? I keep getting blinded when I look up or down due to the sunglare not caring that I am in a cave.

  • @Astraben
    @Astraben Месяц назад

    Thank you for this guide, I've had a longing to replay this game for quite a while, and I'm enjoying it a lot, the advantages of emulation really help bring the childhood fantasy back. I'd like to contribute a little bit. To me it felt like the crashes happening at relatively predictable times had to mean they were performance related. I crashed, for example, when first entering new areas and fighting for the first time. In my last session before this comment, I tried going to the Task Administrator, Details, and setting Xenia's priority to just under Real Time. I've had the game running for 3 hours with no crashing, through the Balverine lair and the Crucible + mopping up the time sensitive quests. If anyone is having trouble with crashing, try this!

  • @RaigyoEcU
    @RaigyoEcU Месяц назад

    Thank you so much for this, this game means so much for me, back when I was a kid my friend had a xbox360 and we used to play fable 2 all the time, so replaying it feels unreal. For anyone interested the game runs ok with a Rx570 4GB and a Ryzen 5 2600

  • @andresmontoya5504
    @andresmontoya5504 Месяц назад

    The fact that you're out there making content for this game, makes you one of the very few people in the world I truly admire. Thank you so much!

  • @budi9232
    @budi9232 Месяц назад

    Thank you for the video! I am however encountering a bug I didn't see anyone else mention, sometimes whole dialogue lines are being skipped (xenia), any way to remedy this?

  • @diegomotta6350
    @diegomotta6350 Месяц назад

    Hi, is it possible to make a patch to disable bloom in fable 2? it is over the top in some areas, like the knothole island during the snow weather.

  • @patrickstanton4648
    @patrickstanton4648 Месяц назад

    unbelievably goated

  • @Cainny
    @Cainny Месяц назад

    I appreciate it the summary of the good and bad. And the fixes! Very useful video, thank you :)

  • @molten_not_uwu
    @molten_not_uwu Месяц назад

    @NotJustSomeGuy can you make MORE mods? pleaaaasee

  • @lucioagrazar3356
    @lucioagrazar3356 Месяц назад

    It is far too complicated! I don't understand, how do you obtain fable 2 on XENIA? Do you need the game itself?

    • @prodbyqspuood
      @prodbyqspuood Месяц назад

      Yes! Or do some dark side stuff to obtain it ;)

  • @Ziuralen
    @Ziuralen Месяц назад

    Great and comprehensive tutorial. I really thought of playing Fable 2 via streaming, but the potential input lag made me reconsider and take some time to configure the emulation. And here I have a problem: after applying fixes and patches the game works fine most of the time apart from an occasional crash or major freeze, but the dog's model gets really, REALLY glitchy after entering the Bower Lake Tomb, similarly to the strobe effect that the aforementioned fixes should take care of + getting transparent in some cases (the glitch appear always after entering a new area). Did I do something wrong? I have enabled the morph patch and disabled the readback resolve (had to rearrange it after finishing childhood, since both the dog and Sparrow were completely black)

    • @NotJustSomeGuy
      @NotJustSomeGuy Месяц назад

      Changing dog breed through the potions you get from murgo will fix the dog glitching, if you have the DLC.

    • @Ziuralen
      @Ziuralen Месяц назад

      @@NotJustSomeGuy as of now Murgo sells only clothing, will he have these dyes later in stock?

  • @ЕгорСпиридонов-ы3ь

    Кто-нибудь с русской локализацией пробовал патчи из видео? Работают?

  • @Stella-nx3mt
    @Stella-nx3mt Месяц назад

    My patches wouldn't activate. I noticed that when I extracted the "patches" folder, it was placed inside another folder called "game patches". Transfered the "patches" folder into the xenia folder and deleted the now empty "game patches" folder and now my patches are applied. However, my character and dog are still blacked out even after setting readback resolve to true. Just trying for that true to console experience; I don't care about 60fps or 4k. Any ideas what could be wrong?

    • @Stella-nx3mt
      @Stella-nx3mt Месяц назад

      Initially, I had "draw resolution scale" set to 2. I set it to 1, and that fixed my dog. Then, I performed an immoral act and entered the lake tomb or whatever. After the loading screen, my character's texture was fixed.

  • @germyforev4495
    @germyforev4495 Месяц назад

    I can't find my data folder I have the iso and I can run it through xenia but I dont know where my data folders are

    • @NotJustSomeGuy
      @NotJustSomeGuy Месяц назад

      You need to convert it to XEX. There's a link to the Archon's Toolbox tutorial in the description.

  • @Studiosmediamilk
    @Studiosmediamilk Месяц назад

    I never thought we would see the glorious day when Fable 2 would start to be modded, and with such an amazing quality!!!

  • @sawomirgrodnicki8769
    @sawomirgrodnicki8769 Месяц назад

    I will test it soon on my xbox360RGH :)

    • @NotJustSomeGuy
      @NotJustSomeGuy Месяц назад

      Very cool! If you have Archon's Toolbox installed straight onto the game files you should be good. If you're only using a savefile though, you will need to open the mod's Mod Configuration Menu each time you load the game. This is because consoles (currently) can't tell when the game has reloaded (in order to re-apply the combat changes) unless the actual game files have been modified.

    • @sawomirgrodnicki8769
      @sawomirgrodnicki8769 Месяц назад

      @@NotJustSomeGuy So. I have been testing it for couple days, and I have to say that finally I feel competition. I know nothing about codding, but I hope we will have more mods soon :) Thank You once again Guy, You are the best 👍

  • @sawomirgrodnicki8769
    @sawomirgrodnicki8769 Месяц назад

    I can confirm. It work on Xbox 360RGH. Amazing. Finally fable 2 will be playable!

  • @user-zx4xc9wj8t
    @user-zx4xc9wj8t 2 месяца назад

    Is xenia still have blackface and dog glitches? (

    • @NotJustSomeGuy
      @NotJustSomeGuy Месяц назад

      Black textures can be fix by enabling the readback resolve setting but at the cost of halving your framerate, or by using my texture morphing patch but it disables the effects you see when you become good/evil/ or use tattoos/dyes. The dog can be fixed by using my texture morphing patch and changing its breed.

  • @AlbionSecrets
    @AlbionSecrets 2 месяца назад

    Legend!

  • @kingkazuma9971
    @kingkazuma9971 2 месяца назад

    Can we play this on Windows ? :o

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      Yep. With the Xenia emulator you can play it and the DLCs all the way through, if you put up with the occasional crash and visual bug. All footage in this video was captured on Xenia at 1440p 60fps. I made a video guide on how to get it set up assuming you already have the game files: ruclips.net/video/98ACUnkzqx0/видео.html

  • @XieraEisenhart
    @XieraEisenhart 2 месяца назад

    This looks awesome. I'm looking for your mod because I'm replaying all the saga, but I want to play Fable 2 and 3 with a friend. The problem is, Fable 2 have a very bad coop. I was thinking if your tool can mod the Coop too, or if it is impossible to touch that part of the game

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      Off the top of my head when it comes to coop we can only disable the movement restriction so each player can go as far as they want from each other, but this is still a problem due to the shared camera. We can take control of the camera but we can't create split-screen, unless we find code that the devs left in. In a very very theoretical situation we would also be able to load the Henchman's real savefile so they become their hero, but it would require a *lot* of work unless once again we find some code that the devs left in.

    • @XieraEisenhart
      @XieraEisenhart Месяц назад

      @@NotJustSomeGuy I hope for at least the second thing, the henchman playing with the real savefile, that would be the good coop, with the 2 players doing all the possible things in the game. Who knows, maybe in the future

  • @Kyoshiro330
    @Kyoshiro330 2 месяца назад

    Still hoping you can port your mod that fix the shadows and flickering for the 2.0 version of Fable II (4D5307F1 - Fable II (1).patch.toml) As I said you are my only hope to finally play this game ever again :(

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      I'm not sure I have that version to port it to so there's not much I can do I'm afraid.

    • @Kyoshiro330
      @Kyoshiro330 2 месяца назад

      @@NotJustSomeGuy 😭 I can upload my rip if you want, I'm just totally desperate to play this masterpiece again. Anyway thanks for the reply and I hope you continue to make Fable II modding alive!

  • @NotJustSomeGuy
    @NotJustSomeGuy 2 месяца назад

    -Uh-oh I forgot the zip can't be installed quite yet! There's a problem with the mod manager that makes it crash when you try! Releasing an update ASAP.- All fixed... I hope. Download the latest version of Archon's Toolbox now!

  • @Moons1167
    @Moons1167 2 месяца назад

    Well well well. Time for ANOTHER fable 2 rerun then

  • @michadomeracki5910
    @michadomeracki5910 2 месяца назад

    This is cool. Both Fable games are way too easy.

  • @wherearemysocks4287
    @wherearemysocks4287 2 месяца назад

    i wish i could play through this but its crashing every 10-15 minutes i have enough money to afford the games and an xbox 360 but i just cannot find one in working condition that someone is willing to part with

  • @olegtodbringer5571
    @olegtodbringer5571 2 месяца назад

    merci pour ton travail mon frère Fable 2 est mon jeux de prédilection tu réussi a le ressusciter un peux =)

  • @Tom-cp1zy
    @Tom-cp1zy 2 месяца назад

    hey so I'm not sure whats wrong but after installing this there floating text that follows me around. It says true nil. I have Dog teleporter, orb sucker, debug menu and better raise dead mods installed. Did I do something wrong

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      Thats from the RuntimeCodeLoader mod. You should also try to get rid of the dog teleporter because it causes a crash in the hobbe cave but its a bit tricky to uninstall; I’ll be releasing an update soon to fix it.

    • @Tom-cp1zy
      @Tom-cp1zy 2 месяца назад

      ​@@NotJustSomeGuyanyway to disable the text. Also thanks for letting me know about dog mod

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      @@Tom-cp1zy Well right stick click hides the text but if you’re not using the code loader mod you should just uninstall it

    • @Tom-cp1zy
      @Tom-cp1zy 2 месяца назад

      @@NotJustSomeGuy thanks also how do I disable the dog loader. I still get the message when I load into the game

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      ​@@Tom-cp1zy Apologies for the late reply. If you have Discord I can fix your save for you. I've removed the DogTeleporter mod from the download for now. If you need to fix it yourself you'll need to do the following: Install the RuntimeCodeLoader mod Go to the game's folder > scripts/mods/RuntimeCodeLoader Open RuntimeCode.lua with a text editor like Notepad Copy the following to line 12 or 13: ModHooks.RemoveHook("OnSaveLoad", "DogBarkReplacer") At the top you'll also find a line that says `local newChecksum = x` Change x to a different number and save the file. That should stop it from applying each time you load the game.

  • @GamingModePL
    @GamingModePL 2 месяца назад

    Shucks, the game used to work almost perfectly for me. Now I wanted to play again, and unfortunately with the resolution scaler I always have problems with the flashing lighting.

  • @bvfjaj
    @bvfjaj 2 месяца назад

    will I be able to add it to my Xbox 360

  • @SirQuacksalotthe1st
    @SirQuacksalotthe1st 2 месяца назад

    This looks dope

  • @k8tisawesome
    @k8tisawesome 2 месяца назад

    Does this work on Fable 2 GOTY .iso files? Or is it strict to certain file types?

    • @NotJustSomeGuy
      @NotJustSomeGuy 2 месяца назад

      You need to convert it to XEX. Here's a link (from the Archon's Toolbox tutorial description) on how to do that ruclips.net/video/4ALyB36Gnes/видео.html