Search found 68 matches

by KhrougH
Sun Jun 14, 2020 6:13 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: Ask a simple question, get a simple answer

There are many ways to implement this. It depends on the behavior that you want. Will the player know to precisely center the figurine, or should they not have any clue that it needs to be centered? (Would whole-tile item centering spoil it, or instead be what you need?) Should other objects also b...
by KhrougH
Sun Jun 14, 2020 2:19 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: Ask a simple question, get a simple answer

You need to place them?... or does the player need to place—or re-place them? Even so, the socket component is probably what you need. You can position the socket to precisely anywhere, and there can be more than one socket. The socket(ed) object need not even be visible. If you elaborate with the ...
by KhrougH
Sun Jun 14, 2020 12:42 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: Ask a simple question, get a simple answer

Isaac wrote: Sun Jun 14, 2020 3:22 am If this is an object on a shrine or carefully placed, then just use a socket component instead of a surface component.

Image
i can't. i need to place them on the floor
by KhrougH
Sun Jun 14, 2020 2:05 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: placing items

when you drop an item it stand on the ground in a "random" position. i need to place an object on the ground but just at the center of the tile. i already Defined my Object but i can't find a way to tell him to place it in the middle of the tile when you drop it. some help? Please post th...
by KhrougH
Fri Jun 12, 2020 11:31 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

placing items

when you drop an item it stand on the ground in a "random" position.
i need to place an object on the ground but just at the center of the tile.
i already Defined my Object but i can't find a way to tell him to place it in the middle of the tile when you drop it. some help?
by KhrougH
Wed Dec 05, 2018 12:12 pm
Forum: Mod Creation
Topic: [Open / Signup] One Room Round Robin 3 - Calling All Modders
Replies: 743
Views: 658617

Re: [Open / Signup] One Room Round Robin 3 - Calling All Modders

maneus wrote: Tue Dec 04, 2018 5:26 pm :lol: The post you have read was 3 years old and on the 1st page of 70 on this thread.
Next time it´s better to read a few post before the last.

For ORRR3: Nice that you reach a status, testing will be near. Keep on your work guys.
:D
No reason for arguing. Already explined.
by KhrougH
Sun Dec 02, 2018 3:02 pm
Forum: Mod Creation
Topic: [Open / Signup] One Room Round Robin 3 - Calling All Modders
Replies: 743
Views: 658617

Re: [Open / Signup] One Room Round Robin 3 - Calling All Modders

That must be a mistunderstanding: There are no empty rooms anymore. #18 is AndakRainor's, #20 minmay's - both rooms are finished. I'm afraid, that you sadly can't be part of this project this time... Oh, ok. Reading this post : http://www.grimrock.net/forum/viewtopic.php?f=22&t=9863#p95053 I fo...
by KhrougH
Sun Dec 02, 2018 9:40 am
Forum: Mod Creation
Topic: [Open / Signup] One Room Round Robin 3 - Calling All Modders
Replies: 743
Views: 658617

Re: [Open / Signup] One Room Round Robin 3 - Calling All Modders

I was just thinking doing a shared mod... And here it came to me... :D
May i try filling an empty area?
The only available are 18 and 20.
Can i take 18?
Later.
Work on it and than i add in mod.
by KhrougH
Tue Nov 20, 2018 3:56 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: Ask a simple question, get a simple answer

can someone explain what "chainindex" is in the function : onAttack = function(self, champion, slot, chainIndex) or [itemcomponent].onAttack(self, champion, slot, chainIndex) ??? You can create weapons with chained attacks. It's explained at 16:55 of this video: https://www.youtube.com/wa...
by KhrougH
Mon Nov 19, 2018 4:24 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2968143

Re: Ask a simple question, get a simple answer

can someone explain what "chainindex" is in the function :
onAttack = function(self, champion, slot, chainIndex)
or
[itemcomponent].onAttack(self, champion, slot, chainIndex)
???