DayZ
Books And Lore By RazoMoto Modding
36 Comments
Chasir01 Feb 15, 2024 @ 3:34pm 
Is there a way to add images to the book interior for display?
RazoMoto Modding  [author] Nov 29, 2023 @ 6:58pm 
Convert the config.bin to a .cpp file using dayz tools.

Need further help join the linked discord ;)
w4stedspace Nov 29, 2023 @ 6:41pm 
Where can I find the item names for adding to types.xml so I can have them spawn?
Captain Bigzy  [author] Jun 1, 2023 @ 8:42am 
Your welcome! :steamthumbsup:
Bensn May 31, 2023 @ 9:57pm 
@Captain Bigzy thank you very much for the tip. You have saved my day
Captain Bigzy  [author] May 31, 2023 @ 4:46pm 
@Bensn Convert the config.bin to .cpp using dayz tools CFG Convert tool
Bensn May 31, 2023 @ 1:33pm 
Hi. Is there any way to get a pre-made config.cpp file? I wanted to create my own books. Unfortunately I can't find the config.cpp file anywhere.
Captain Bigzy  [author] Jan 18, 2023 @ 7:08pm 
@reHAB if you know how to unpack and edit a mo then repack you can edit the books using the HTML documents provided.
Rehab Jan 18, 2023 @ 1:22pm 
where i can changes the words of books?
Captain Bigzy  [author] Dec 8, 2022 @ 6:55pm 
@Boertjie🌴 Think you need to give a little more info than that. many people including us are using the mod perfectly fine.
Boertjie🌴 Dec 8, 2022 @ 6:51pm 
update mod?
Captain Bigzy  [author] Nov 4, 2022 @ 9:31am 
@Dark Eidoson you can yes, however its designed for each server admin to unpack and rebuild it with there own book textures and writings for books,scrolls ect...
Eidos Nov 3, 2022 @ 9:30pm 
Hello This looks like a really cool mod can i put it on my Deer Isle winter server Possibly
RazoMoto Modding  [author] Sep 29, 2022 @ 11:04am 
Jean hope you managed to get the new update we released!
Jean' Aug 8, 2022 @ 1:38pm 
Thanks if you need a base-help the dzr_notes_experimental fix this same problem recently
Dave  [author] Aug 8, 2022 @ 9:12am 
@Jean' thanks for the report . we are aware and will have an update out to fix this issue soon
Jean' Aug 6, 2022 @ 12:57pm 
After the last update it seems that there is a bug while reading the book the character is frozen.
Captain Bigzy  [author] Jan 28, 2022 @ 11:54am 
@Kaaotic, no its designed for pre made books and lore to add to servers loot tables ect...
KaaoticOgreLord Jan 28, 2022 @ 12:37am 
Can you write in game though ?
Captain Bigzy  [author] Nov 28, 2021 @ 11:15am 
@Makeshift update for it in what way? Is something not working? not heard of any issues.
MakeShift Nov 28, 2021 @ 4:56am 
Is there an update coming for this?
Captain Bigzy  [author] Sep 13, 2021 @ 5:59am 
@Yuji Ide Use more breaks will push text to another page so yea automatically done. More text also automatically reduces text size too.
Yuji Ide Aug 25, 2021 @ 1:11pm 
Works great.

With books, Is there a html character limit? How do I separate long html text into pages, into the book itself? Or is this automatically done?
Dave  [author] Aug 25, 2021 @ 9:48am 
@Vanvaster
as long as you follow the the files and set them up the same way you can add any book you want
Vanvaster Aug 25, 2021 @ 9:13am 
Hello,
Can I add several different books?
Example:
A tool guide;
A guide to food sources;
A guide to auto mechanics;
A medical guide;
A building guide; ...
Captain Bigzy  [author] Apr 29, 2021 @ 3:50pm 
Hey @DoDgY To the book? If so then yes you can use the blank template image.paa for book to add image or edit the textures in anyway you like. Feel free to contact me on discord for assistance.
DoDgY Apr 29, 2021 @ 10:51am 
can an image be added?

Captain Bigzy  [author] Apr 15, 2021 @ 8:23pm 
Support right no is via discord please see description above for username and DM on discord for further assistance.
Toast Apr 14, 2021 @ 10:05am 
i added two new books to a test mod for our server. unfortunatley i cant find the items name to spawn them ingame. maybe i did something wrong?
my two entries look like this:
class Sample_Openbook: DOTZ_OpenBook_Base

class Dschungelbuch_Openbook: DOTZ_OpenBook_Base
{
title="Das Dschungelbuch";
author="DOTZ";
file="Books_And_Lore\Data\HTMLs\Openbook_htmls\Dschungelbuch.html";
displayName="Die Originalfassung des Dschungelbuchs";
descriptionShort="Ein wahrer Klassiker.. leider schon etwas mitgenommen.";
scope=2;
hiddenSelectionsTextures[]=
{
"Books_And_Lore\Data\Textures\OpenBook\OpenBook_Dschungelbuch.paa"
};
};
class Bibel_Openbook: DOTZ_OpenBook_Base
{
title="Die Bibel";
author="DOTZ";
file="Books_And_Lore\Data\HTMLs\Openbook_htmls\Bibel.html";
displayName="Die Bibel";
descriptionShort="Das wohl erfolgreichste Buch der Welt.";
scope=2;
hiddenSelectionsTextures[]=
{
"Books_And_Lore\Data\Textures\OpenBook\OpenBook_Bibel.paa"
};
};
RazoMoto Modding  [author] Feb 15, 2021 @ 10:55am 
thanks @Dmitri
Captain Bigzy  [author] Feb 15, 2021 @ 9:08am 
Hit 100 Subs today thanks for all the support!
RazoMoto Modding  [author] Feb 11, 2021 @ 7:48am 
Thanks Dmitri
Dmitri Feb 11, 2021 @ 6:05am 
As I told Dave, really good work guys !
RazoMoto Modding  [author] Feb 10, 2021 @ 7:38pm 
If anyone needs assistance making unpacking, making new lore and repacking into your server mod pack dont hesitate to join our modding discord found here then scrolling down. https://www.dawnofthez.co.uk/Discord.htm
RazoMoto Modding  [author] Feb 10, 2021 @ 7:16pm 
Before or after making changes to pbo?

If your copying the scroll class to make a new scroll you need to make sure to rename the copied classname.

From

class Sample_Scroll: DOTZ_Scroll_Base

To

class Renamed_Scroll: DOTZ_Scroll_Base

Renamed meaning whatever name you want your new scroll to be.
c0verfire Feb 9, 2021 @ 11:51am 
Getting an error "CfgVehicles/Sample_Scroll.author: Member already defined"