Lesser Scholar
Lesser Scholar
  • 63
  • 1 215 607
Why I Quit a Successful Gaming Channel? Bannerlord Rant
If you are interested in video editing, please check out www.youtube.com/@UCZDASJ2jpV0Ae0htXCAuoIw
Thank you to everybody who watched my videos over the years.
00:00 Intro
02:10 Personal reasons
05:00 Bannerlord related reasons
19:45 Outro
มุมมอง: 1 170

วีดีโอ

Sourdough bread, baking
มุมมอง 6112 ปีที่แล้ว
Sourdough bread, baking
Sourdough bread
มุมมอง 4132 ปีที่แล้ว
Sourdough bread
Packaging & Publishing | Artisan Workshop Mod #19 | Bannerlord Modding Tutorial
มุมมอง 2.8K2 ปีที่แล้ว
It time to make our mod public! But first we need to build & package it which might take a bit of work if you want to support multiple version of the game. Version switcher: www.nexusmods.com/mountandblade2bannerlord/mods/3842 Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Moddin...
Final polishing | Artisan Workshop Mod #18 | Bannerlord Modding Tutorial
มุมมอง 5562 ปีที่แล้ว
Let's tie the remaining loose ends and test the mod to see if we there are any obvious flaws we should fix before release. Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Modding discord: discord.gg/ykFVJGQ
Translation Support | Artisan Workshop Mod #17 | Bannerlord Modding Tutorial
มุมมอง 1.4K2 ปีที่แล้ว
In this episode we'll implement localization or i18n. This will allow people to contribute translation files for your mod. Localization docs: docs.bannerlordmodding.com/_csharp-api/localization/ Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Modding discord: discord.gg/ykFVJGQ
Using Harmony. Prefix, Postfix, Transpiler | Artisan Workshop Mod #16 | Bannerlord Modding Tutorial
มุมมอง 11K2 ปีที่แล้ว
We made it this far without talking about Harmony, but now we must change the vanilla code to implement our feature. So we have to talk about Harmony and how to patch the original game code. Harmony homepage: harmony.pardeike.net/ Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Mo...
Completely Custom UI | Artisan Workshop Mod #15 | Bannerlord Modding Tutorial
มุมมอง 1.8K2 ปีที่แล้ว
In this episode we'll create a more complete example of an UI made with Gauntlet. We'll do a UI that we can use to manage your Artisan Workshop Production. UsefulUiDebug Mod: www.nexusmods.com/mountandblade2bannerlord/mods/3821 Episode 10 has a more detailed explanation of GauntletUI basics: th-cam.com/video/67KRDuPG1mM/w-d-xo.html Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM...
Quick Way to edit Menus | Artisan Workshop Mod #14 | Bannerlord Modding Tutorial
มุมมอง 1.6K2 ปีที่แล้ว
In this episode we cover GameMenu and how to add and edit them. This is a system that allows you to easily add interactivity to the campaign map. Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Modding discord: discord.gg/ykFVJGQ
Saving your Mod Data | Artisan Workshop Mod #13 | Bannerlord Modding Tutorial
มุมมอง 6162 ปีที่แล้ว
In this episode we make our artisan workshops have persistent state. This will pave the way for the workshop management features that we'll build in the next couple of episodes. Save System docs: docs.bannerlordmodding.com/_csharp-api/savesystem Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7Jqbgwd...
Adding Sound Effects | Artisan Workshop Mod #12 | Bannerlord Modding Tutorial
มุมมอง 1.2K2 ปีที่แล้ว
In this episode we look at how you can add sounds into your mod how to play them from your C# code. Official sound modding docs: docs.modding.bannerlord.com/playing-sounds/adding-custom-sounds/ The forum thread: forums.taleworlds.com/index.php?threads/modding-sound-music.433302/ Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanB...
Loading UI Sprites. GauntletUI Layouting | Artisan Workshop Mod #11 | Bannerlord Modding Tutorial
มุมมอง 1.1K2 ปีที่แล้ว
In this episode we finish our Combat HUD part with a ui sprite. We also learn a bit about layouting in Gauntlet UI. This is important for learning the basics of making nice looking UI in Bannerlord. Sprite loading docs: docs.modding.bannerlord.com/asset-management/generating_and_loading_ui_sprite_sheets/ Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github....
Creating New UI Elements. Combat HUD | Artisan Workshop Mod #10 | Bannerlord Modding Tutorial
มุมมอง 2.2K2 ปีที่แล้ว
In this episode we'll take our first stab at GauntletUI. We will look at how screens and UIs are constructed from Gauntlet Layers and how Layers are made of Movies and ViewModels. Then we can create a new Gauntlet Movie .xml UI definition and our own ViewModel. UsefulUiDebug mod: www.nexusmods.com/mountandblade2bannerlord/mods/3821 Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM...
Customizing our NPCs | Artisan Workshop Mod #9 | Bannerlord Modding Tutorial
มุมมอง 1.5K2 ปีที่แล้ว
We make our NPCs more interesting by customizing their equipment & animations. We create a custom CharacterObject NPC type with XML. Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Modding discord: discord.gg/ykFVJGQ
Adding Dialogs | Artisan Workshop Mod #8 | Bannerlord Modding Tutorial
มุมมอง 1.7K2 ปีที่แล้ว
Artisan Workshop Modding Playlist: th-cam.com/video/tOziMRXJ7tM/w-d-xo.html We'll go through adding new dialog trees for our Artisan Brewer NPC. We'll also add new dialog for the tavern keeper. GitHub: github.com/LesserScholar/ArtisanBeer My Discord: discord.gg/7JqbgwdePd Official Modding discord: discord.gg/ykFVJGQ
Spawning NPCs | Artisan Workshop Mod #7 | Bannerlord Modding Tutorial
มุมมอง 1.8K2 ปีที่แล้ว
Spawning NPCs | Artisan Workshop Mod #7 | Bannerlord Modding Tutorial
Read the Game Code with dnSpy | Artisan Workshop Mod #6 | Bannerlord Modding Tutorial
มุมมอง 4.8K2 ปีที่แล้ว
Read the Game Code with dnSpy | Artisan Workshop Mod #6 | Bannerlord Modding Tutorial
Creating a Campaign Behavior | Artisan Workshop Mod #5 | Bannerlord Modding Tutorial
มุมมอง 2.5K2 ปีที่แล้ว
Creating a Campaign Behavior | Artisan Workshop Mod #5 | Bannerlord Modding Tutorial
Creating Custom 3D Assets | Artisan Workshop Mod #4 | Bannerlord Modding Tutorial
มุมมอง 5K2 ปีที่แล้ว
Creating Custom 3D Assets | Artisan Workshop Mod #4 | Bannerlord Modding Tutorial
Creating an HP Potion | Artisan Workshop Mod #3 | Bannerlord Modding Tutorial
มุมมอง 3.4K2 ปีที่แล้ว
Creating an HP Potion | Artisan Workshop Mod #3 | Bannerlord Modding Tutorial
Adding new Item XML | Artisan Workshop Mod #2 | Bannerlord Modding Tutorial
มุมมอง 7K2 ปีที่แล้ว
Adding new Item XML | Artisan Workshop Mod #2 | Bannerlord Modding Tutorial
Best Free Mod Tools & Project Setup | Artisan Workshop Mod #1 | Bannerlord Modding Tutorial
มุมมอง 10K2 ปีที่แล้ว
Best Free Mod Tools & Project Setup | Artisan Workshop Mod #1 | Bannerlord Modding Tutorial
Huge Bannerlord Modding Tutorial - Project Introduction
มุมมอง 12K2 ปีที่แล้ว
Huge Bannerlord Modding Tutorial - Project Introduction
Bannerlord = Total War | RTS camera for 1.7.2
มุมมอง 9K2 ปีที่แล้ว
Bannerlord = Total War | RTS camera for 1.7.2
I ALMOST won this competition as a noob...
มุมมอง 3942 ปีที่แล้ว
I ALMOST won this competition as a noob...
Encyclopedia Extender updated & Channel content plans
มุมมอง 6742 ปีที่แล้ว
Encyclopedia Extender updated & Channel content plans
Beta Israel RTA 0:34 | CK3 Achievement Speedrun
มุมมอง 1.3K2 ปีที่แล้ว
Beta Israel RTA 0:34 | CK3 Achievement Speedrun
World Conquest in 5:35:45 | Bannerlord Speedrun | 1.7.0 Influence Exploit
มุมมอง 121K2 ปีที่แล้ว
World Conquest in 5:35:45 | Bannerlord Speedrun | 1.7.0 Influence Exploit
1 Million Denars in 8 minutes | 1.7.0 Influence exploit | Bannerlord Speedrun
มุมมอง 19K2 ปีที่แล้ว
1 Million Denars in 8 minutes | 1.7.0 Influence exploit | Bannerlord Speedrun
World Conquest Speedrun 1.7.0, Max difficulty, Infinite Influence Exploit
มุมมอง 4.2K2 ปีที่แล้ว
World Conquest Speedrun 1.7.0, Max difficulty, Infinite Influence Exploit

ความคิดเห็น

  • @tadastalalas
    @tadastalalas 6 วันที่ผ่านมา

    Thank you for your work.

  • @hhhhahahahahah.ahahahahah
    @hhhhahahahahah.ahahahahah 10 วันที่ผ่านมา

    How did he get everything after executing that lord

    • @LesserScholar
      @LesserScholar 7 วันที่ผ่านมา

      th-cam.com/video/yyz7Xx2iGRY/w-d-xo.html

  • @tadastalalas
    @tadastalalas 10 วันที่ผ่านมา

    For those who are following this tutorial in 2024 December (game version 1.2.12) there is only one small change since older game version. Fix: after _dataSource.ExecuteCancel(); and after _dataSource.ExecuteDone(); add "return;" statements because you will get a crash trying to use Escape or Enter key on the menu.

  • @tadastalalas
    @tadastalalas 11 วันที่ผ่านมา

    For those who are following this tutorial in 2024 December (game version 1.2.12) there is only one small change since older game version. Fix: instead of InformationManager.ShowMultiSelectionInquiry() use MBInformationManager.ShowMultiSelectionInquiry()

  • @imonperiodnow4667
    @imonperiodnow4667 12 วันที่ผ่านมา

    omg

  • @tadastalalas
    @tadastalalas 14 วันที่ผ่านมา

    For those who are following this tutorial in 2024 December (game version 1.2.12) you will get a crash while trying to visit a tavern at 21:58 Fix: Add attribute [DefaultView] above ArtisanBeerMissionView class and rename method OnMissionScreenInitialize() to OnBehaviorInitialize()

  • @iAttici
    @iAttici 18 วันที่ผ่านมา

    dawg

  • @arashk_mi2s394
    @arashk_mi2s394 18 วันที่ผ่านมา

    PERFECT BRUH YOU SAMSHED IT

  • @moxopixel
    @moxopixel 18 วันที่ผ่านมา

    This is brilliant for new modders. First you show how to remake the whole function, then showing a more practical example. Perfect.

  • @michaeljohn5018
    @michaeljohn5018 19 วันที่ผ่านมา

    You sister is married to an alien? You mean a legal immigrant? Why wouldn't they be ok?

  • @Mystoganne
    @Mystoganne 27 วันที่ผ่านมา

    didn't understand anyshit of what you did with your trading at the beginning

  • @thunderk7572
    @thunderk7572 27 วันที่ผ่านมา

    I am facing problem build solution help me bro

  • @AliMughrabi
    @AliMughrabi 29 วันที่ผ่านมา

    You made the game discusting with your bugs

  • @tadastalalas
    @tadastalalas หลายเดือนก่อน

    This tutorial is very good, very simple and very practical. I have a problem. I set a few breakpoints, first on mission.AddMissionBehavior(new ArtisanBeerMissionView()); and it works, I mean it reaches that point. And the second point on base.OnMissionScreenTick(dt); and the execution never reaches that point. I did everything exactly how you explained. It is very weird. I tried to do the same principle using MissionBehavior class with OnMissionTick(float dt) method and it works fine, but when I trie to come back and do everything with MissionView implementation, my class public class ArtisanBeerMissionView : MissionView never gets executed.

    • @raminkh8888
      @raminkh8888 วันที่ผ่านมา

      seems alot of things has been changed after 2 years its same behavior for me too its not working

  • @jacobsilvis8888
    @jacobsilvis8888 หลายเดือนก่อน

    2:56:46 western empire stole the land lol

  • @whagment
    @whagment หลายเดือนก่อน

    how do u choose who to execute? and whats the benefit of executing

    • @efe_ertem4503
      @efe_ertem4503 หลายเดือนก่อน

      You are not going to fight with him second time?

  • @TheAliEvolution
    @TheAliEvolution หลายเดือนก่อน

    does this still work?

  • @dridda9117
    @dridda9117 หลายเดือนก่อน

    the shop had 1k+ hardwood? yeh thats not normal so doesnt really count as official speedrun

    • @efe_ertem4503
      @efe_ertem4503 หลายเดือนก่อน

      The video is old how do you now that is unnormal?

  • @Torren-m8u
    @Torren-m8u หลายเดือนก่อน

    I’m 2 years late and this is still so cool

  • @NiyoJax
    @NiyoJax หลายเดือนก่อน

    thanks bro, I learned new stuff :>

  • @heinrichtv5994
    @heinrichtv5994 หลายเดือนก่อน

    I have around 20 hours and just got my first castle. Meanwhile there is this guy concerning the whole world in 6 hours.

  • @RSVikingJohn
    @RSVikingJohn หลายเดือนก่อน

    <3

  • @RSVikingJohn
    @RSVikingJohn หลายเดือนก่อน

    I come back to this tutorial every time I use harmony patches! Thank you so much for showing us this! I found it difficult to understand the documentation on my own the first time around.

  • @mititei10519
    @mititei10519 หลายเดือนก่อน

    GG

  • @hansenhartono7426
    @hansenhartono7426 หลายเดือนก่อน

    Can you tell me how to spawn custom wanderers?

  • @michaelwilliams6198
    @michaelwilliams6198 หลายเดือนก่อน

    Amazing

  • @LeClacos
    @LeClacos หลายเดือนก่อน

    thx, helpful

  • @rockybalboa5611
    @rockybalboa5611 หลายเดือนก่อน

    hello, I am wonder how much is minimal daily money for Lords required to be modify to keep Faction out of bankruptcy. Or how I can modify kingdome bank value (edit some file or give money to ruller?)

  • @AntonisKoumpari
    @AntonisKoumpari หลายเดือนก่อน

    Did they nerf send troops since he dropped this video? Really informative and entertaining video but watching how you can conquer the game while auto resolving every battle puts me off from wanting to play it haha

  • @bamababy152
    @bamababy152 หลายเดือนก่อน

    Holy shit this was impressive

  • @teddyhh9947
    @teddyhh9947 หลายเดือนก่อน

    Lord/Lady: "i am at your mercy" 0.5 sec later...

  • @teddyhh9947
    @teddyhh9947 หลายเดือนก่อน

    Dafuq, i barely done mastering smithing after 6 hours

  • @acumalaka9164
    @acumalaka9164 2 หลายเดือนก่อน

    yoo i think i play it wrong, i bought all fief, it take me 3 generation to get all fief and stabilize all of them, what a cinema

  • @Stricklands3rdNipple
    @Stricklands3rdNipple 2 หลายเดือนก่อน

    I'm nearly on day 200 and ive only just managed to own 3 cities 😂

  • @defsky7055
    @defsky7055 2 หลายเดือนก่อน

    Does anyone know why he always kills the lords after he wins a fight

    • @Lukasaske
      @Lukasaske 2 หลายเดือนก่อน

      I think it's so he doesn't have to fight them again in the future. No lords, no armies.

  • @BossfarisSPv
    @BossfarisSPv 2 หลายเดือนก่อน

    Female character? Sorry dude gotta block you

  • @lemmeseetheworld264
    @lemmeseetheworld264 2 หลายเดือนก่อน

    I can assure you that there is a management problem even in the Turkish community, I can even say that there is a little bit of it. Let alone the fact that the company is of Turkish origin, there is not even a proper translation and the game has been completely stripped of its essence. Armağan Yavuz, the creator of the original series, actually made his dream game with mount and blade and he dreamed of it. It successfully presented the medieval theme to us, but when we look at the sequel, Bannerlord, we see a boring, fast-made, sloppy game. In fact, the game's cutscenes and voice-overs came 2 years after the game's release!!!!!!

  • @jeniferirwin
    @jeniferirwin 2 หลายเดือนก่อน

    Thank you so much for this series! This video in particular helped me greatly in creating a small mod. You explained things well and it was easy to follow along with what you're doing. I know you're not doing Bannerlord content anymore, but I think your videos will be used and appreciated for years to come!

  • @Aegon.Targaryenn
    @Aegon.Targaryenn 2 หลายเดือนก่อน

    In Bannerlord 2. I need to increase food production in castles and towns from Hunting rights ( Kingdom policy ) Food production from 2 to 20. Can suggest how to edit the .dll file or suggest mod for me.

  • @Aegon.Targaryenn
    @Aegon.Targaryenn 2 หลายเดือนก่อน

    In Bannerlord 2. I need to increase food production in castles and towns from Hunting rights ( Kingdom policy ) Food production from 2 to 20. Can suggest how to edit the .dll file or suggest mod for me.

  • @Aegon.Targaryenn
    @Aegon.Targaryenn 2 หลายเดือนก่อน

    In Bannerlord 2. I need to increase food production in castles and towns from Hunting rights ( Kingdom policy ) Food production from 2 to 20. Can suggest how to edit the .dll file or suggest mod for me.

  • @hovydebourdo938
    @hovydebourdo938 3 หลายเดือนก่อน

    I feel bad for the husband, as soon as you marry him he is stripped nude and you sell his crowned helmet adn smelt everything else x))

  • @s0nycz3kk
    @s0nycz3kk 3 หลายเดือนก่อน

    The executioner had more action time than you with all the battle skipping lol

  • @goschaable
    @goschaable 3 หลายเดือนก่อน

    Man hope you find something more enjoyable, even if it may mean you come back some time :D And dont get distracted by community too much, in the end you are responsible for building the community you like!

  • @reapers3death
    @reapers3death 3 หลายเดือนก่อน

    Sad to hear man, thank you for teaching me how to mod

  • @yapemierda3
    @yapemierda3 3 หลายเดือนก่อน

    IN SANDBOOX O CAMPAING?

  • @reapers3death
    @reapers3death 3 หลายเดือนก่อน

    is the mod template broken? i did everything and the mod loads into the game but the item isnt in the game. i get an error in visual studio saying "the schema referenced from this location in your document contains errors" and its line 3 in submodule.xml with the http link under <Module-- any help appreciated i am a beginner programmer

  • @cagrulucyildirimoglu771
    @cagrulucyildirimoglu771 3 หลายเดือนก่อน

    In Sept 2024 I tried this tutorial and had some unexpected errors. First, adding behavior to OnMissionScreenTick seemed to do nothing, I changed it to OnMissionTick and it seems to work. Second, there is a field called "Input" in MissionView abstract class. It's a null reference when you try to use input functionality. In Submodule.cs, do not use just "Input", use TaleWorlds.InputSystem.Input. Then it may work. good luck, not easy modding stuff when things get changed so carefreely...

  • @maitrebratac7621
    @maitrebratac7621 3 หลายเดือนก่อน

    Aucun intérêt de jouer à ce merveilleux jeux de cette façon...