Making critters lootable after killing them

Discuss the creation and scripting of new fan-made games and mods for the Fallout series of games.
Post Reply
I Must Be Crazy 2
SDF!
SDF!
Posts: 10
Joined: Mon May 05, 2003 5:39 pm

Making critters lootable after killing them

Post by I Must Be Crazy 2 »

Does a corresponding critter's *.pro file have a byte that determines whether the player can loot its dead corpse once it dies?
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

i'm prety sure you just change it to useable.. in the flags bit... but scince i'm only guessing, don't take my word as gospel
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

Isn't it lootable by default?
...
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

rats and stuff aren't..
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

Probably hardcoded in their "types" (ie: robot/biped/quadruped) or something.
...
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

there's an option in the instance editor bit to set them to useable..
maybe you have to give them an inventory?
I Must Be Crazy 2
SDF!
SDF!
Posts: 10
Joined: Mon May 05, 2003 5:39 pm

Geckos and Fire Geckos

Post by I Must Be Crazy 2 »

You can loot silver Geckos and Golden Geckos, but you cannot loot Fire Geckos. By killing a Fire Gecko, you will raise your number of Gecko kills by one, as you would by killing a silver or Golden Gecko. Thus, I am thinking that a 'Lootability byte' might exist in the *.pro files. Or is lootability coded for in the corresponding script for the certain critter? Perhaps in the 'destroy_proc' procedure?
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

just had a look in the editor at a rat.. it's proto has critter flags..
one of which is _drop.. and when you go into set the flags, it asks..
cannot be stolen from?
cannot drop items?
...
and so on. so my guess is that you have to edit the proto and set it to?? ( erm if it asks "cannot be stolen from ?" and the answers are yes and no.. which is one to set it so it can be stollen from.. since "no, it cannot be stolen from" means it cannot be stolen from, and "yes, it cannot be stolen from" also means it cannot be stolen from.. )
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

For the "kill count" that's not it, since the kill count is actually set from within the scripts.

I checked and it is indeed the "Can't be stolen from" flag which toggles it! I'm rather baffled by this since I didn't expect it...
...
SeanDMan
Vault Dweller
Vault Dweller
Posts: 119
Joined: Mon May 13, 2002 1:24 pm

Post by SeanDMan »

It's in one of the Fallout bibles I believe, they said that they had intended to make the Fire Gecko skinnable, but ran out of time/motivation.
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

are you possitive it is the "cannot be stolen from" tag, or is it the "cannot drop items" tag..???

although, stealing brings up the same screen as the looting screen..
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

Yeah I am.
...
User avatar
ColJack
Vault Scion
Vault Scion
Posts: 175
Joined: Sat Apr 19, 2003 8:01 pm
Contact:

Post by ColJack »

fair enough...
just making sure..
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post by Red »

Remember that me being "postive" still doesn't mean I'm right. Though I like to think I am, I'm not infallible.

Given some wack coincidence hapenned when I checked my own stuff out, say I chose two critters which had a thrid bit (flag) set somewhere I didn't notice, and when toggling it I also accidently toggled that other bit and it hapens that it's actually this other bit I didn't notice which triggered the whole thing, my whole concept might be wrong...

Though I highlly doubt all of that, it's still a possibility - and it has hapenned before...
...
backstabber
SDF!
SDF!
Posts: 17
Joined: Tue May 06, 2003 3:26 pm
Location: Somewhere in france

Post by backstabber »

I think it's the pickup_p_proc, it is defined only in gecko's scripts. The rats or mantis scrips don't have this proc.
Our Host!
Post Reply