Monster brain

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Favashi
Posts: 3
Joined: Thu Sep 20, 2012 3:01 pm

Monster brain

Post by Favashi »

Hello everyone. I saw in the documentation about monsters that there is a value called "brain". I've tried to assign a spider the brain type "Tentacle". If I try to run the preview, the editor crashes.

Code: Select all

cloneObject{
	name="strange_spider",
	baseObject = "spider",
	moveSound = "snail_walk",
	health = 1,
	sight = 5,
	allAroundSight = false,
	lootDrop = {100,"blue_gem"},
	brain = "Tentacle",
}
¿Maybe i'm doing something wrong?

Greetings
User avatar
antti
Posts: 688
Joined: Thu Feb 23, 2012 1:43 pm
Location: Espoo, Finland
Contact:

Re: Monster brain

Post by antti »

Sounds like a science experiment done by some mad scientist: trying to insert the brain of a tentacle into a spider. :D

But seriously speaking, the different brains have not been designed to be interchangeable. There's a lot of hardcoded limitations and requirements, especially with the more "exotic" cases like tentacle or cube, so things probably won't work if those brains are not used with the original asset. If you want customized behavior from a monster, the best approach usually is to use the monster's scripting hooks.
Steven Seagal of gaming industry
SpacialKatana
Posts: 163
Joined: Fri Sep 14, 2012 6:20 pm

Re: Monster brain

Post by SpacialKatana »

We don't need brainy spiders...they've eaten enough of my party members already :cry:
User avatar
gromdt
Posts: 1
Joined: Sun Oct 07, 2012 9:12 pm
Location: Seattle, WA

Re: Monster brain

Post by gromdt »

Is there any quick way to make a passive monster that won't try to attack the player?
flatline

Re: Monster brain

Post by flatline »

While we're on the subject, can monsters be instructed to attack anything apart from the party? I have blockages in mind.
User avatar
Trap
Posts: 67
Joined: Mon Sep 24, 2012 2:09 am

Re: Monster brain

Post by Trap »

SpacialKatana wrote:We don't need brainy spiders...they've eaten enough of my party members already :cry:
hehe if you thought falling in the spider level in EoB was bad wait til you try my dungeon! :twisted:
Post Reply