How to make a book as a box or bag?

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: How to make a book as a box or bag?

Post by Eleven Warrior »

Cant wait to see what Jonh comes up with..I like the idea of a book where the player can put the notes in they pick..
LOL and also that Helmet looks cool ahy..
User avatar
Dr.Disaster
Posts: 2876
Joined: Wed Aug 15, 2012 11:48 am

Re: How to make a book as a box or bag?

Post by Dr.Disaster »

Eleven Warrior wrote:Cant wait to see what Jonh comes up with..I like the idea of a book where the player can put the notes in they pick..
Aye it instantly wants me to have a key ring or a gem pouch too 8-)
User avatar
maneus
Posts: 246
Joined: Mon Jun 17, 2013 10:42 pm
Location: Switzerland

Re: How to make a book as a box or bag?

Post by maneus »

bongobeat wrote:hi,
wowww, I m not enoug skilled to help you, but this helmet looks very nice! are you doing some mods with warhammer 40k stuffs? I like it!!! :D
Hi bongobeat,
yes I make a warhammer 40k fanmod. At this moment about 30% is finished. So you can see it´s still a long way to the finishing line. :D
bongobeat
Posts: 1076
Joined: Thu May 16, 2013 5:58 pm
Location: France

Re: How to make a book as a box or bag?

Post by bongobeat »

maneus wrote:
bongobeat wrote:hi,
wowww, I m not enoug skilled to help you, but this helmet looks very nice! are you doing some mods with warhammer 40k stuffs? I like it!!! :D
Hi bongobeat,
yes I make a warhammer 40k fanmod. At this moment about 30% is finished. So you can see it´s still a long way to the finishing line. :D
Hello,
keep working, this is awesome!
When you finish it, I will be happy to play or test it! :)
My asset pack: viewtopic.php?f=22&t=9320

Log1 mod : Toorum Manor: viewtopic.php?f=14&t=5505
User avatar
maneus
Posts: 246
Joined: Mon Jun 17, 2013 10:42 pm
Location: Switzerland

Re: How to make a book as a box or bag?

Post by maneus »

Alright, I will set you on the list. ;)
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: How to make a book as a box or bag?

Post by Eleven Warrior »

I would also like to test your Mod out... Can you list me as well thxs
Hustin
Posts: 105
Joined: Thu May 31, 2012 7:26 am

Re: How to make a book as a box or bag?

Post by Hustin »

My approach was to modify msyblade's journal mod to make a notebook. You can add simple notes or scrolls into it by putting one on your mouse cursor and clicking the Add button. It can probably be expanded to make it a lot friendlier.

http://www.mediafire.com/download/5enf3 ... tebook.zip

http://www.mediafire.com/view/2g2b7xed2 ... tebook.jpg
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: How to make a book as a box or bag?

Post by Eleven Warrior »

Hi Hustin how are you..

I like the notebook unfortunately I have a ondrawgui ATM and dont know where to put:

onDrawGui = function(ctx)
notebook.onDraw(ctx)
end
}

I have tried to do this with other Scripts such quickbar and searchfloor. and I cant get all the scripts to work together.. I have asked the Community for help but nothing ATM.. I hoping Msyblade will find someone to help me with my init.kua File..

Thxs again

EDIT: PS the Zip file you have posted has no material.lua or Objects.lua file. Don't the .dds files have to be added into one or the other..
Hustin
Posts: 105
Joined: Thu May 31, 2012 7:26 am

Re: How to make a book as a box or bag?

Post by Hustin »

No, it doesn't need them. The GUI drawing script references the textures directly. My guess is that you would have to call multiple onDraw() calls from the same place, so if you use three different GUI add-ons you would have a single party hook call them one at a time.

Komag pointed me to a solution for my mouse-dragging issue and I've posted a v1.1 of my notebook widget:

http://www.mediafire.com/download/h60u5 ... k_v1_1.zip
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: How to make a book as a box or bag?

Post by Eleven Warrior »

Thxs for the Reply will check out you Zip File..
Post Reply