General Dungeon Editor glitches and problems

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Nickydude
Posts: 44
Joined: Sun Oct 28, 2012 1:34 am
Location: UK

Re: General Dungeon Editor glitches and problems

Post by Nickydude »

Komag wrote:can't remember if this bug has been reported before:
- create a torchholder
- add a torch to it
- copy, paste, move to new location
- copy, paste, move to new location (and now there is an extra torch by itself there too!)
- copy, paste, move to new location (and now there are two extra torches at the last location)
- copy, paste, move to new location (and now there are three extra torches at the last location)
- copy, paste, move to new location (and now there are four extra torches at the last location)
ETC
Yup, definitely confirm that.
"Hey look! A dungeons and Dragons ride...!"
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: General Dungeon Editor glitches and problems

Post by Neikun »

I discovered a new bug with this line in a monster script:

Code: Select all

moveSound = "scramble_writer",
Caused a crash to desktop without error message
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Adrageron
Posts: 203
Joined: Thu Nov 08, 2012 1:22 pm

Re: General Dungeon Editor glitches and problems

Post by Adrageron »

Neikun wrote:I discovered a new bug with this line in a monster script
Yep, I was encountered same crash when I tried to ajust button click sound to the secret door sliding/stopping.

And now I got another anomaly in my dungeon - in some coordinates characters damaged and poisoned spontaneously. It seems that my creation has it's own will, and it scares me :o
:mrgreen:
Last edited by Adrageron on Sat Nov 10, 2012 4:15 pm, edited 1 time in total.
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: General Dungeon Editor glitches and problems

Post by Neikun »

Can you explain further?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Adrageron
Posts: 203
Joined: Thu Nov 08, 2012 1:22 pm

Re: General Dungeon Editor glitches and problems

Post by Adrageron »

Neikun wrote:Can you explain further?
When party is in square with coordinates 26,23 (on different levels), characters begin to take damage and can be poisoned as well (the damage and poisoning are weak, it is like a poison cloud without any visual or sound effect).
User avatar
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: General Dungeon Editor glitches and problems

Post by Komag »

Neikun wrote:I discovered a new bug with this line in a monster script:

Code: Select all

moveSound = "scramble_writer",
Caused a crash to desktop without error message
could it be that that's the sound doesn't work with placesoundat? because in the original game I only ever heard as a playsound.
Finished Dungeons - complete mods to play
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: General Dungeon Editor glitches and problems

Post by Xanathar »

I had the same problem when - in some mad experiment you know - trying to have a monster attack using the "consume_food" sound.
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
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: General Dungeon Editor glitches and problems

Post by Komag »

yeah I think those are all stereo sounds and not setup for playSoundAt
Finished Dungeons - complete mods to play
User avatar
antti
Posts: 688
Joined: Thu Feb 23, 2012 1:43 pm
Location: Espoo, Finland
Contact:

Re: General Dungeon Editor glitches and problems

Post by antti »

Komag wrote:yeah I think those are all stereo sounds and not setup for playSoundAt
Yup. In general all the sounds that don't come from the 3D environment but from the player party or the interface will be stereo sounds and thus incompatible with playSoundAt.
Steven Seagal of gaming industry
SharinaDarkstar
Posts: 29
Joined: Fri Jun 29, 2012 1:47 pm

Re: General Dungeon Editor glitches and problems

Post by SharinaDarkstar »

If I hold down the shift key and try to key an underscore (the key to the right of 0 on the top row), I often press Shift-F8 instead as the F8 key is right above. When I do this, the editor crashes, saying something like "cannot copy entity" or somesuch. Surely the game should put a polite message up if I press an invalid key, not crash.
Post Reply