Page 1 of 2

[books] Books Mod

Posted: Wed Feb 13, 2013 19:58
by tinoesroho
Hi!

Sorry to hear that it's broken. I don't maintain this mod, but you should check out it's modern successor: Bookex. Kaeza includes it as part of his mods collection - you can download it all as a zip, here. - tinoesroho
[hr]
[big]This mod is retired.[/big]
Stop! Before you decide to try out this mod, you should try:
- Mossmanniken's memorandum mod
Write on paper. Send letters by mail, or bottle!
Spoiler
Books mod by PilzAdam, originally posted here.

It runs on Minetest 0.4.1 or higher.

Image
What does this do?
It modifies default:bookshelf to be an evenly-split, two column formspec! It also adds a pencil (hit bookshelf to "write").

License:
WTFPL.

Dependencies:
default

Downloads:
The first version, provided by PilzAdam.
PilzAdam wrote:Some notes:
-Use this to craft the pencil:

Code: Select all

coal
stick
stick
-Use " | " to force a newline

Posted: Wed Feb 13, 2013 20:07
by jojoa1997
i like it but can you also have it work with books themselves so you can make adventures using books as guides

Posted: Wed Feb 13, 2013 20:09
by LorenzoVulcan
Nice mod,really nice.

Posted: Wed Feb 13, 2013 20:18
by PilzAdam
Well, its one of my mods and here is the original post: http://forum.minetest.net/viewtopic.php ... 337#p40337.

Posted: Wed Feb 13, 2013 20:20
by Inocudom
Bookshelves could be allowed to have three books.

Posted: Wed Feb 13, 2013 20:25
by jojoa1997
we should write in books and then place them in book shelves

Posted: Wed Feb 13, 2013 20:50
by Inocudom
jojoa1997 wrote:we should write in books and then place them in book shelves
I don't know how that could work, but it is a good idea. Books could be written inside of and bookshelves could have slots specifically for them. This gives books and bookshelves a good reason to exist.

Posted: Wed Feb 13, 2013 21:01
by tinoesroho
@PilzAdam:

D'oh! Forgot to check that thread. I've edited the topic to redirect to the thread for downloads - hope you don't mind.

Posted: Thu Feb 14, 2013 01:56
by Josh
I like the idea. Maybe the map mod could use some code from it. +1

Posted: Thu Feb 14, 2013 09:06
by PilzAdam
tinoesroho wrote:@PilzAdam:

D'oh! Forgot to check that thread. I've edited the topic to redirect to the thread for downloads - hope you don't mind.
No problem. The license is WTFPL. You can also add the download link to the first post and add something like "Dependencies: default" so it fits the forum guidelines.

Posted: Thu Feb 14, 2013 20:07
by tinoesroho
Done, and done!

Posted: Thu Feb 14, 2013 20:29
by PilzAdam
Some notes:
-Use this to craft the pencil:

Code: Select all

coal
stick
stick
-Use " | " to force a newline

Posted: Wed Mar 27, 2013 22:25
by Inocudom
You should try to make the input box on the right page as big as the page itself. This will make it easier to edit the page.

Posted: Tue Apr 16, 2013 02:38
by jojoa1997
The download link is broken. Please updat

Posted: Tue Apr 16, 2013 23:54
by tinoesroho
The file you requested is here, it seems that omploader lost Pilz's file.

Posted: Wed Apr 17, 2013 00:10
by jojoa1997
tinoesroho wrote:The file you requested is here, it seems that omploader lost Pilz's file.
could you pleasse put the file somewhere else. I cant download on my pc and it says authorize download on my tablet. Maybe put it on dropbox

Posted: Wed Apr 17, 2013 00:39
by rarkenin
jojoa1997 wrote:
tinoesroho wrote:The file you requested is here, it seems that omploader lost Pilz's file.
could you pleasse put the file somewhere else. I cant download on my pc and it says authorize download on my tablet. Maybe put it on dropbox
It works for me. What is the SPECIFIC error message?

Posted: Wed Apr 17, 2013 00:54
by jojoa1997
rarkenin wrote:
jojoa1997 wrote:
tinoesroho wrote:The file you requested is here, it seems that omploader lost Pilz's file.
could you pleasse put the file somewhere else. I cant download on my pc and it says authorize download on my tablet. Maybe put it on dropbox
It works for me. What is the SPECIFIC error message?
It was the downloading with mediafire where the problem was. Though i got it now. Media fire is weird with android somethimes

Posted: Thu Apr 18, 2013 14:59
by clarksallador
Sorry but i have this problem:
22:58:01: ERROR[main]: ServerError: LuaError: error: ...test-0.4.6\bin\..\games\survival\mods\books\init.lua:117: bad argument #1 to 'get_node' (table expected, got nil)
22:58:01: ERROR[main]: stack traceback:

Posted: Fri Apr 19, 2013 00:57
by tinoesroho
It looks like the method used to check if the pencil hit the bookshelf isn't working properly in 0.4.6. This _should_ fix it. I just don't know if it will- I use only 0.4.5. Let me know how this works!

Books, for 0.4.6

Posted: Fri Apr 19, 2013 11:10
by clarksallador
still got this problem
19:07:51: ERROR[main]: =======END OF ERROR FROM LUA ========
19:07:51: ERROR[main]: Server: Failed to load and run D:\minetest-0.4.6\bin\..\games\survival\mods\books\init.lua
19:07:51: ERROR[main]: ModError: Failed to load and run D:\minetest-0.4.6\bin\..\games\survival\mods\books\init.lua

Posted: Fri Apr 19, 2013 12:17
by PilzAdam
clarksallador wrote:still got this problem
19:07:51: ERROR[main]: =======END OF ERROR FROM LUA ========
19:07:51: ERROR[main]: Server: Failed to load and run D:\minetest-0.4.6\bin\..\games\survival\mods\books\init.lua
19:07:51: ERROR[main]: ModError: Failed to load and run D:\minetest-0.4.6\bin\..\games\survival\mods\books\init.lua
You should post the error message above the "END OF ERROR FROM LUA".

Posted: Sat Sep 28, 2013 22:29
by LazyJ
This mod is very useful for keeping build notes at the project sites.

I noticed that it stores the text in the log very much like sign text is stored.

Is it possbile to update this mod to create plain-text files for each "book" and store them in a "book" sub-folder? The text files names created by a title field in the "book" screen and a scroll bar for long text entries?

I've tried kaeza's wiki mod. It's a good mod and useful when used as inteneded but it has a limited number of wiki-pages and the pages aren't site specific like the "books" bookshelves are.

The "books" bookshelf next to a cottage contains build notes, reminders, specs, instructions, adventure story segment, mystery story clue, etc. particular to that specific cottage.

The wiki mod opens to a main page where you have to figure out which subpage referrs to this cottage among a dozen or more other cottages which doesn't work well when looking for design details of a specific build.

If you are creating a story map, the wiki mod shows everything in the story. No searching for clues. Spoilers are too easily found. Why bother traveling to different sections of the map as you follow along the story line when the whole story is there in the wiki mod? These are areas where the "Books" mod has advantages over the wiki mod.

Hopefully these will give other's ideas on how the "Books" mod can be used and improved.

Posted: Sun Sep 29, 2013 02:14
by tinoesroho
Mossmanikin's Memo Mod would be excellent, combined with a modified Prestibags mod, and the bookshelf inventory code.

So, there's an idea, and it's quite quite feasible. In fact, I think it's quite doable as a modpack (memo, bookshelves, "prestibooks"). The only real work would be to override the default bookshelf with a 3x3 storage (not hard), and changing nodenames in prestibags, and then replace textures/have it override default:book

EDIT: I wasn't thinking too clearly when I wrote that. :-/ Work would have to be done on changing the formspec to a "reader", which would display the text from the slots.

Posted: Mon Sep 30, 2013 03:08
by Element
can you edit what you have already wrote...like delete what you have writen amd right something else--from my ipod