Page 2 of 3
Re: How to make a book as a box or bag?
Posted: Thu Sep 05, 2013 3:19 pm
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..
Re: How to make a book as a box or bag?
Posted: Thu Sep 05, 2013 3:39 pm
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

Re: How to make a book as a box or bag?
Posted: Thu Sep 05, 2013 10:43 pm
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!!!

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.

Re: How to make a book as a box or bag?
Posted: Thu Sep 19, 2013 4:55 pm
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!!!

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.

Hello,
keep working, this is awesome!
When you finish it, I will be happy to play or test it!

Re: How to make a book as a box or bag?
Posted: Fri Sep 20, 2013 4:38 pm
by maneus
Alright, I will set you on the list.

Re: How to make a book as a box or bag?
Posted: Fri Sep 20, 2013 9:28 pm
by Eleven Warrior
I would also like to test your Mod out... Can you list me as well thxs
Re: How to make a book as a box or bag?
Posted: Tue Sep 24, 2013 6:47 am
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
Re: How to make a book as a box or bag?
Posted: Tue Sep 24, 2013 12:07 pm
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..
Re: How to make a book as a box or bag?
Posted: Fri Sep 27, 2013 5:33 am
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
Re: How to make a book as a box or bag?
Posted: Sat Sep 28, 2013 10:06 am
by Eleven Warrior
Thxs for the Reply will check out you Zip File..