How to make a book as a box or bag?
- 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?
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..
LOL and also that Helmet looks cool ahy..
- Dr.Disaster
- Posts: 2876
- Joined: Wed Aug 15, 2012 11:48 am
Re: How to make a book as a box or bag?
Aye it instantly wants me to have a key ring or a gem pouch tooEleven 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..
Re: How to make a book as a box or bag?
Hi bongobeat,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!!!
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?
Hello,maneus wrote:Hi bongobeat,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!!!
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.
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?
Alright, I will set you on the list. 
- 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?
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?
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
http://www.mediafire.com/download/5enf3 ... tebook.zip
http://www.mediafire.com/view/2g2b7xed2 ... tebook.jpg
- 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?
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..
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?
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
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
- 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?
Thxs for the Reply will check out you Zip File..