Windows 1.3.6 beta
Re: Windows 1.3.6 beta
This is wonderful and very promising.
That's a lot of new features.
You are doing such a great job ! Thank you !
That's a lot of new features.
You are doing such a great job ! Thank you !
Re: Windows 1.3.6 beta
One other problem. entity.class returns nil for a door, but works so far for Monster, Altar, Blockage, Item, Script, Counter etc.
Puzzle Frameworks - http://www.grimrock.net/forum/viewtopic.php?f=14&t=4564
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Re: Windows 1.3.6 beta
Does it come with a "replacePillar" attribute ?petri wrote:entities with pillar placement can now be placed next to walls in the editor
Cause so far I got 2 pillars on the same place x)
SpoilerShow
Re: Windows 1.3.6 beta
Well the projectile offsets work great! Here is the Glaive of Krull weapon I have been working on. It bounces off walls, hits switches, goes right through monsters, and deflects off statues, and returns to the hand of the thrower. It kicks so much ass, its not even funny!
SpoilerShow
Re: Windows 1.3.6 beta
Cool stuff!
I'm presuming it it not up on GoG yet? I think you explained the betas were hard to distribute there. I almost bought Grimrock on steam the other day when it was on sale, but forgot.
Anyway, I wouldn't have the chance to test it right now, since I am down south at the moment... incidentally less than ten kilometers from your offices! So awesome, my first time near the capitol. I'd pay you an unwelcome visit, but lucky for you I can't. ; D Your coffee reserves would never recover from such a blow.
I'm presuming it it not up on GoG yet? I think you explained the betas were hard to distribute there. I almost bought Grimrock on steam the other day when it was on sale, but forgot.
Anyway, I wouldn't have the chance to test it right now, since I am down south at the moment... incidentally less than ten kilometers from your offices! So awesome, my first time near the capitol. I'd pay you an unwelcome visit, but lucky for you I can't. ; D Your coffee reserves would never recover from such a blow.
BASILEUS
Re: Windows 1.3.6 beta
Great news! Time to start testing.
- 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
- cloneObject viewtopic.php?f=22&t=8450
Re: Windows 1.3.6 beta
I also bought mine through GOG before realising it was anywhere else. Probably buy it again through Steam like Kuningas.Kuningas wrote:Cool stuff!
I'm presuming it it not up on GoG yet? I think you explained the betas were hard to distribute there. I almost bought Grimrock on steam the other day when it was on sale, but forgot..
"Hey look! A dungeons and Dragons ride...!"
Re: Windows 1.3.6 beta
While signed up for betas over Steam I found myself unable to export dungeons from the editor. Removing the beta opt-in made it work again.
viewtopic.php?f=12&t=4534&p=47804#p47804
viewtopic.php?f=12&t=4534&p=47804#p47804
Re: Windows 1.3.6 beta
I found a (minor) bug: g.width and g.height are not calculated correctly on editor window.
I excepted that this function call
g.drawRect(g.width - 200, 50, 345, 300)
would render a rectangle 200 pixels to the left from the right border of the game screen, and it does, but only in full screen mode (ctrl + f). In small preview window the rectangle moves to the left. And if the preview window is narrow enough, the width property starts returning negative values. Same problem with the g.height.
It's not a big problem because we can always test gui in full screen mode.
I excepted that this function call
g.drawRect(g.width - 200, 50, 345, 300)
would render a rectangle 200 pixels to the left from the right border of the game screen, and it does, but only in full screen mode (ctrl + f). In small preview window the rectangle moves to the left. And if the preview window is narrow enough, the width property starts returning negative values. Same problem with the g.height.
It's not a big problem because we can always test gui in full screen mode.
- 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
- cloneObject viewtopic.php?f=22&t=8450