Search found 38 matches
- Sat Jan 02, 2016 2:37 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
I'm new to this stuff, I have been working my way through the scripRef but there are things I just don't understand at all. I am trying to make this little script do a few things and I have only been able to get what is here to work and nothing else. Atop that.. the damageFlag section of the script ...
- Thu Dec 31, 2015 4:26 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
rsdworker wrote:i have question
how i make small buildings with walls around and forest around - i had ran in few problems - the walls was gone when i linked the forest tiles
Up load an example screen shot, I have run into a few problems like this and I might be able to help.
- Tue Dec 29, 2015 9:50 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
It's the easiest way to make a one-shot spell scroll. Make it like a lightning rod or whatever, but with only one charge. Yes, but making the scrolls consumable items seems nicer. If you want the stacking behaviour instead then it's better to use ItemActionComponent.onAttack() instead of PartyCompo...
- Mon Dec 28, 2015 9:27 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
has anyone gotten one shot spell scrolls worked out?
I have tried a few things but I just cant get them to work.
I have tried a few things but I just cant get them to work.
- Tue Dec 15, 2015 11:31 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
http://i8.photobucket.com/albums/a9/movezigmakeyourtime/GRIMROCK2/SIGH_zpsqoihypca.png There is a comma missing after closing the components section of ceiling_cover. Change name = "ceiling_cover", components = { { class = "Model", model = "mod_assets/models/ceiling_cover_g...
- Tue Dec 15, 2015 5:40 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
Your "(\mod_assets\models\ceiling_cover_grate ( actual path ))" makes no sense because it locates your model file outside your mod folder It's an odd fact that LoG mods allow that too. You can load files from anywhere in the file system that one's user permissions allow; but for use in mo...
- Mon Dec 14, 2015 9:35 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
Your "(\mod_assets\models\ceiling_cover_grate ( actual path ))" makes no sense because it locates your model file outside your mod folder It's an odd fact that LoG mods allow that too. You can load files from anywhere in the file system that one's user permissions allow; but for use in mo...
- Mon Dec 14, 2015 4:58 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
this is everything I can think of. } defineObject{ name = "ceiling_cover", components = { { class = "Model", model = "mod_assets/models/ceiling_cover_grate.fbx", }, } } (\mod_assets\models\ceiling_cover_grate ( actual path )) [string "Model.lua"]:0: File not f...
- Mon Dec 14, 2015 4:29 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
That's not how it behaves for me. When I choose to save a model, the model gets written even with no file extension given. yup you and everyone else, but like I said that is not the problem because it worked before. Nope it just can't seem to see any custom work. On top of that the GMT cannot load ...
- Mon Dec 14, 2015 2:49 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3196712
Re: Ask a simple question, get a simple answer
That's not how it behaves for me. When I choose to save a model, the model gets written even with no file extension given. yup you and everyone else, but like I said that is not the problem because it worked before. Nope it just can't seem to see any custom work. On top of that the GMT cannot load ...