Page 19 of 32

Re: EDITOR Feature Requests (not bugs!)

Posted: Thu Nov 08, 2012 3:53 pm
by Nickydude
That's something similar to what I asked in another post. Excellent idea.

Re: EDITOR Feature Requests (not bugs!)

Posted: Mon Nov 12, 2012 12:46 am
by Neikun
I would like the option for repelProjectiles to be applicable to alcoves optionally for alcoves that take up part of the floor.
This way, objects thrown at the alcove don't become hidden by the alcove model.

Re: EDITOR Feature Requests (not bugs!)

Posted: Mon Nov 12, 2012 4:07 pm
by Zyx
alias(original_name, new_name)
Change the displayed name of a stat or a skill.

Re: EDITOR Feature Requests (not bugs!)

Posted: Mon Nov 12, 2012 10:39 pm
by Zyx
Probably already asked dozen of times...

setMonsterStat (index, value)
getMonsterStat(index)

Allow to get/set any useful monster property. (provide an indexed list of interesting properties)

Re: EDITOR Feature Requests (not bugs!)

Posted: Mon Nov 12, 2012 11:22 pm
by Isaac
Zyx wrote:Probably already asked dozen of times...

setMonsterStat (index, value)
getMonsterStat(index)

Allow to get/set any useful monster property. (provide an indexed list of interesting properties)
Hmmm...
>> setMonsterStat ("perturbed", true)
>> setMonsterStat ("merchant", true)
>> setMonsterStat ("blinded", true)
>> setMonsterStat ("party_ally", true)

This could have a lot of potential if there was support for altering the default AI actions; (like setting destination tiles and attack target IDs ~even giveItem()/takeItem() methods). 8-)

>> green_Ogre:setMonsterStat ("party_ally", true)
>> green_Ogre:giveItem("magic_anvil_of_Crom")
>> follow = {party.level, party.x, party.y}
>> green_Ogre:setMonsterStat ("destination", follow)

Re: EDITOR Feature Requests (not bugs!)

Posted: Fri Nov 16, 2012 9:43 pm
by Zyx
Good ideas. Being able to set the target destination of a monster would increase the customization of their AI tenfold.

Re: EDITOR Feature Requests (not bugs!)

Posted: Sat Nov 17, 2012 12:27 pm
by cromcrom
hello, any words about any possible patch bringing some features listed here ?

Re: EDITOR Feature Requests (not bugs!)

Posted: Thu Nov 22, 2012 1:00 am
by cromcrom
Bump ? :-)

Re: EDITOR Feature Requests (not bugs!)

Posted: Thu Nov 22, 2012 7:27 pm
by petri
I would *really* like to make a new patch but unfortunately I'm still too busy with the mac version and another secret project I can't talk about yet :)

BUT i'm feeling a bit bored right now so how about if I go get a couple of beers and you tell me the top three new scripting functions I should make right now for the next version. I should have 2-3 hours before the missus comes home...the clock is ticking.... :)

Going to get some beer, back in 15 mins.

Re: EDITOR Feature Requests (not bugs!)

Posted: Thu Nov 22, 2012 7:35 pm
by Zyx
For me it would be:
- a way to set the target of a monster (party, item, monster, place...)
- a way to read/write all the characteristics of a monster (like health, evasion, etc.)
- anchorPos, anchorRotation, targetPos, targetSize and onInsertItem for Altars.