Petri consumes glögg and codes with you

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
JohnWordsworth
Posts: 1397
Joined: Fri Sep 14, 2012 4:19 pm
Location: Devon, United Kingdom
Contact:

Re: Petri consumes glögg and codes with you

Post by JohnWordsworth »

@Xanathar: I like it! Either that or showDialog("background.tga", {"button01.tga", x, y, "button02.tga", x2, y2}, function(buttonIndex)); {Where the function is a callback that takes the clicked button index}.

Another Idea

- item:onHit() {So we can do spell effects on any monster that a custom projectile hits.}
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
User avatar
Skuggasveinn
Posts: 562
Joined: Wed Sep 26, 2012 5:28 pm

Re: Petri consumes glögg and codes with you

Post by Skuggasveinn »

is it possible to have the renderer fade out into anothor color than black ?
Something like we can choose the fade out color per level ?

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
User avatar
crisman
Posts: 305
Joined: Sat Sep 22, 2012 9:23 pm
Location: Italy

Re: Petri consumes glögg and codes with you

Post by crisman »

Projectile spells should be casted on party tile, without actually hitting it
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: Petri consumes glögg and codes with you

Post by Xanathar »

@JohnWordsworth
showDialog("background.tga", {"button01.tga", x, y, "button02.tga", x2, y2}, function(buttonIndex));
Even better!
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com

The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563

My preciousss: http://www.moonsharp.org
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Petri consumes glögg and codes with you

Post by petri »

Grimwold wrote:shootProjectile() to reference the same flags bitfield as damageTile() so that the originator ordinal can be used
The projectile code is rather limited at the moment... I could add "championOrdinal" argument to shootProjectile() which indicates the champion who casted the projectile. Is this good enough?
User avatar
Diarmuid
Posts: 807
Joined: Thu Nov 22, 2012 6:59 am
Location: Montreal, Canada
Contact:

Re: Petri consumes glögg and codes with you

Post by Diarmuid »

oh, I just realized:

item:onEquip(slot) ! Simple but super super super super useful.

Actually, item:onInsertInSlot(slot) would be even more general, working for the whole 1-31 slots.
it would allow us to see when an item is put in the inventory, when a torch is put in the hand, when an amulet is worn, make triggers upon wearing a complete set of armor, make items have constant effects by just being carried (eg DM's rabbit foot)

We would need an onPickUp(slot) complementary hook which would work at least for inventory (or even for the floor/alcoves, etc).
Last edited by Diarmuid on Tue Dec 04, 2012 7:54 pm, edited 1 time in total.
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Petri consumes glögg and codes with you

Post by petri »

Done: added new LightSource property "flicker"
User avatar
JKos
Posts: 464
Joined: Wed Sep 12, 2012 10:03 pm
Location: Finland
Contact:

Re: Petri consumes glögg and codes with you

Post by JKos »

petri wrote:
Grimwold wrote:shootProjectile() to reference the same flags bitfield as damageTile() so that the originator ordinal can be used
The projectile code is rather limited at the moment... I could add "championOrdinal" argument to shootProjectile() which indicates the champion who casted the projectile. Is this good enough?
Yes please, and it would be nice if shootProjectile could return the shot projectile id or the actual entity.
- LoG Framework 2http://sites.google.com/site/jkoslog2 Define hooks in runtime by entity.name or entity.id + multiple hooks support.
- cloneObject viewtopic.php?f=22&t=8450
User avatar
LordYig
Posts: 175
Joined: Wed Jul 04, 2012 5:45 pm

Re: Petri consumes glögg and codes with you

Post by LordYig »

Does the door object can be upgraded to include support for alternate direction ?
Can this be done easily ?

I mean one sided door opening at 0 degrees and two sided doors opening at 90 and 270 degrees is rather limited...
Also support for more than 2 sides for doors could be nice.

I am thinking, for example, of a 4 part door opening while sliding at 45°, 135°, 225° and 315°...
But two sided door opening at 0° and 180° could be nice also...
There's a lot of combination in fact...

A rotating door would be a bonus but that cause clipping problems so i don't think it is easily feasible right now.

Could this be added, in the model with node names ?
Does this need custom properties for the door object ?
User avatar
Kuningas
Posts: 268
Joined: Wed Apr 11, 2012 10:29 pm
Location: Northern Finland

Re: Petri consumes glögg and codes with you

Post by Kuningas »

petri wrote:Done: added new LightSource property "flicker"
This is great, I've been avoiding light sources for this very reason. And Glögg is great. In fact, I need to see if I have some that is undrunk.

I have no proposable ideas of my own, though.

EDIT:
LordYig wrote:Does the door object can be upgraded to include support for alternate direction ?
Can this be done easily ?
This seconded thousandfold -- doing semi-outdoor environments, having doors that disappear down would sometimes be instrumental. It'd also enable makeshift moats and pits.
BASILEUS
Post Reply