Jump to content

Instant Skill Books?


MaxStrategy

Recommended Posts

Not a mod, looking for a mod. Searched high and low with no results so far :(

 

Is there any mod that would let me change how long skill books take to read? In MP its really boring just standing around reading since time doesn't speed up :)

 

Is this something so absurdly easy to do or am I just a noob that should wait a long time for a book to finish? :D

 

I like to stream too so its even more boring for people watching haha

Link to comment
Share on other sites

I haven't had any experience with modded multiplayer, but I'm pretty sure it should work as long as all players have the same mods (do servers require players to have certain mods installed to play on?). All the code would basically just be a copy/paste Base edit. Something like...

 

FastBooks/media/scripts/FastBooks.txt

module Base{	/****** Books ******/    item BookTrapping1    {        NumberOfPages	=	220, /Change this to 1/        Weight	=	0.8,        Type	=	Literature,        DisplayName	=	Trapping for Beginners,        Icon	=	Book,        SkillTrained = Trapping,        LvlSkillTrained = 0    }    item BookTrapping2    {        NumberOfPages	=	260, /Change this to 1/        Weight	=	0.8,        Type	=	Literature,        DisplayName	=	Trapping for Intermediates,        Icon	=	Book,        SkillTrained = Trapping,        LvlSkillTrained = 2    }    /More books go here/}

I might whip up a quick mod for this one in a couple hours...

 

Edit: FastBooks All skill books have 1 page. Enjoy!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...