New critter sound and targeted shot frm

Sirren67

Look, Ma! Two Heads!
I'm testing my new robot in the mapper: I noticed it does not make any sound when moving, unlike the original ones. The critter proto in the mapper has no sound option, and apparently there's no such thing in the proto itself... At least judging from Smackrazor's modding guide. Is it hardcoded?
Second question: I made a custom frm for targeted shots. The bot has no legs, it runs on a single wheel. Having the game read it was no problem, I simply put it in the critter/art folder, then added my critter frm in critter.lst, arbitrarily giving the number 103 to the critter frm.
The point is the body parts msgs. They're kept in data/combat.txt, but apparently there's no way to link them to a new frm. The file contains a reference to a "art_num alias", but I've been unable to locate it. The original art/critter folder contains a few encrypted data: one of them is a .dat, but it's not a Fo2 one and datmanlight cannot open it. I googled dat unpacker, and apparently dats are game specific... I haven't made a serious research yet, though.
Another file is a .zlib :scratch:
Does anybody knows how to "register" a new targeted shots frm?
For Chris Parks: how did you do it for your flies?
One last thing: my Fo2 "system" is properly set up for proto making, I do it often with scenery pieces... The problem is that i cannot create a new critter proto. I have to remake it each time I run the mapper. No empty protos spaces, though.
I think the reason lies in the fact that the critter has not all the necessary animation sets yet. Any leads?
See you and thanks in advance.
 
Hi sirren67,

Do you mean with the wasps? The pic was added to the critter section in the art folder. The names that are on "targetted mode" are in combat.msg (that's where I found them) e.g
#
# Fruit Fly
#
{2050}{}{head}
{2051}{}{stinger}
{2052}{}{antennae}
{2053}{}{thorax}
{2054}{}{forelegs}
{2055}{}{hindlegs}
{2056}{}{eyes}
{2057}{}{wings}
{2058}{}{uncalled}

Any new critter after the official one's appear at 484.pro and so on. You need to start your numbers as I have above. e.g begin with 2050 for your new critter if it's 484.pro. This is because the last few critters in the official list didn't have target options and therefore no numbers.

Does this help? If not, post again and I'll take a better look.
 
I did it, thanks :D
Only thing, is my first msg line starts at 2029, instead of 2050. And my proto is number 491... There must be something different from protos.
I also managed to save my proto, I had a folder on read only :oops: ....
My bot is still silent, but I'm sure in the end I'll overcome this too.
Thanks for your assistence, Chris parks :D
See you soon.
 
Back
Top